Difference between revisions of "Bindings"
m (Fix dead link.) |
(→C/C++ to D) |
||
Line 16: | Line 16: | ||
=== C/C++ to D === | === C/C++ to D === | ||
− | + | == Bindings == | |
− | + | === Compression & Encryption === | |
− | + | {{Projects | |
− | + | | Projects = | |
+ | |||
+ | {{Project | ||
+ | | name = '''htod''' | ||
+ | | about = | ||
+ | | platform = | ||
+ | | license = | ||
+ | | url = http://dlang.org/htod.html | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''dstep''' | ||
+ | | about = | ||
+ | | platform = | ||
+ | | license = | ||
+ | | url = https://github.com/jacob-carlborg/dstep | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''SWIG''' | ||
+ | | about = | ||
+ | | platform = | ||
+ | | license = | ||
+ | | url = http://www.swig.org/Doc2.0/D.html | ||
+ | }} | ||
+ | |||
+ | {{Project | ||
+ | | name = '''cwrap''' | ||
+ | | about = High-level wrapper generator | ||
+ | | platform = | ||
+ | | license = | ||
+ | | url = https://bitbucket.org/denis-sh/cwrap | ||
+ | }} | ||
+ | |||
+ | }} | ||
=== Objective-C to D === | === Objective-C to D === |
Revision as of 20:31, 19 May 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
Bindings
Compression & Encryption
Title / Info | Description | License | Platform | |
---|---|---|---|---|
High-level wrapper generator |
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 |