Difference between revisions of "Bindings"
Line 8: | Line 8: | ||
Projects and repositories for collecting / maintaining D bindings: | Projects and repositories for collecting / maintaining D bindings: | ||
− | + | * [https://github.com/D-Programming-Deimos Deimos] | |
− | + | * [http://dsource.org/projects/bindings DSource bindings project] | |
== Binding generators == | == Binding generators == | ||
Line 17: | Line 17: | ||
* [http://dlang.org/htod.html htod] | * [http://dlang.org/htod.html htod] | ||
+ | * [https://github.com/jacob-carlborg/dstep dstep] | ||
+ | * [http://www.swig.org/Doc2.0/D.html SWIG] | ||
+ | |||
+ | === Objective-C to D === | ||
+ | |||
+ | * [https://github.com/jacob-carlborg/dstep dstep] | ||
=== D to C/C++ === | === D to C/C++ === |
Revision as of 13:54, 1 April 2014
Contents
Articles
Articles on binding D to C:
Projects
Projects and repositories for collecting / maintaining D bindings:
Binding generators
Projects which automate generating D bindings:
C/C++ to D
Objective-C to D
D to C/C++
Bindings
Compression & Encryption
Title / Info | Description | License | Platform | |
---|---|---|---|---|
D version of the C headers for openssl | MIT | Windows/POSIX | ||
Interface to LZMA compression library | Windows/POSIX | |||
Interface to GNUTLS library | LGPL |