Difference between revisions of "Bindings"
m (remove dead ref to mediastreamer bindings) |
(Remove link to a D1 article, as it's old, will never get updated, and redundant with the already linked article) |
||
Line 182: | Line 182: | ||
* [http://dlang.org/interfaceToC.html Interfacing to C (DLang page)] | * [http://dlang.org/interfaceToC.html Interfacing to C (DLang page)] | ||
* [http://dlang.org/htod.html DLang htod tool] | * [http://dlang.org/htod.html DLang htod tool] | ||
− | |||
− | |||
[[Category:Binding]] | [[Category:Binding]] |
Revision as of 08:23, 17 September 2020
Binding is a procedure that converts header files, function prototypes, and variable declarations to from another language to D.
Contents
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
Web
Title / Info | Description | License | Platform | |
---|---|---|---|---|
Multiple language bindings for librdf (advanced RDF and SPARQL support) | multiple FOSS licenses | all |
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 |
Multimedia & Games