Difference between revisions of "Bindings"
(→C/C++ to D) |
(→Compression & Encryption) |
||
Line 23: | Line 23: | ||
{{Project | {{Project | ||
| name = '''htod''' | | name = '''htod''' | ||
− | | about = | + | | about = Migration tool to aid in converting C header files |
− | | platform = | + | | platform = Windows |
| license = | | license = | ||
| url = http://dlang.org/htod.html | | url = http://dlang.org/htod.html | ||
Line 30: | Line 30: | ||
{{Project | {{Project | ||
| name = '''dstep''' | | name = '''dstep''' | ||
− | | about = | + | | about = A tool for converting C and Objective-C headers to D modules |
− | | platform = | + | | platform = Windows/Linux |
− | | license = | + | | license = Boost Software License 1.0 |
| url = https://github.com/jacob-carlborg/dstep | | url = https://github.com/jacob-carlborg/dstep | ||
}} | }} | ||
{{Project | {{Project | ||
| name = '''SWIG''' | | name = '''SWIG''' | ||
− | | about = | + | | about = Simplified Wrapper and Interface Generator |
| platform = | | platform = | ||
| license = | | license = | ||
Line 47: | Line 47: | ||
| about = High-level wrapper generator | | about = High-level wrapper generator | ||
| platform = | | platform = | ||
− | | license = | + | | license = Boost License 1.0. |
| url = https://bitbucket.org/denis-sh/cwrap | | url = https://bitbucket.org/denis-sh/cwrap | ||
}} | }} |
Revision as of 20:37, 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
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 |