unicorn/bindings
Willi Ballenthin 197602b806 python README.TXT: clarify working directories
clarify in which directory to build the core project and install the python bindings. when i went to install the python bindings, i was momentarily confused why the root Makefile didn't have an `install3` target.
2015-11-01 08:50:06 -05:00
..
dotnet Implemented exception as error management mechanism and removed the error codes 2015-10-16 17:43:56 +02:00
go Go bindings: add Close() and set as GC finalizer 2015-10-30 22:08:35 -07:00
java Add README.TXT for java bindings 2015-10-14 16:50:50 -07:00
python python README.TXT: clarify working directories 2015-11-01 08:50:06 -05:00
const_generator.py Refactored in order to be independent from the OS path separator, also added support for .net constants generation 2015-10-14 16:32:31 +02:00
Makefile enable gen_const for .NET in bindings/Makefile 2015-10-15 16:23:14 +08:00
README add bindings/README 2015-10-15 16:14:36 +08:00

This directory contains bindings & test code for Python, Java, Go and .NET.
See <language>/README or <language>/README.TXT for how to install each binding.

The following bindings are contributed by community.

- Java binding: by Chris Eagle.
- Go binding: by Ryan Hileman.
- .NET binding: by Antonio Parata.