Difference between revisions of "Bindings"

From D Wiki
Jump to: navigation, search
(OpenLDAP)
(GNUTLS)
Line 20: Line 20:
 
  | license =  
 
  | license =  
 
  | url = https://github.com/D-Programming-Deimos/liblzma
 
  | url = https://github.com/D-Programming-Deimos/liblzma
 +
}}
 +
{{Project
 +
| name = '''GNUTLS'''
 +
| about = Interface to GNUTLS library
 +
| platform =
 +
| license = LGPL
 +
| url = https://github.com/opticron/libdtls
 
}}
 
}}
 
}}
 
}}
Line 71: Line 78:
 
  | about = D version of the C headers for openldap
 
  | about = D version of the C headers for openldap
 
  | platform = Windows/POSIX
 
  | platform = Windows/POSIX
  | license = MIT
+
  | license = The OpenLDAP Public License
 
  | url = http://my.opera.com/run3/blog/2012/12/02/libldap-d-bindings
 
  | url = http://my.opera.com/run3/blog/2012/12/02/libldap-d-bindings
 
}}
 
}}

Revision as of 06:19, 22 February 2013

Binding D to C

Series on creating bindings to C libraries for the D programming language.


Compression & Encryption

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
D version of the C headers for openssl MIT Windows/POSIX
Icon dpackage 48.png
Interface to LZMA compression library Windows/POSIX
Icon dpackage 48.png
Interface to GNUTLS library LGPL


Multimedia & Games

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
MediaInfo supplies technical and tag information about your video or audio files. GPL/LGPL Windows
Icon dpackage 48.png
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. It is released in source code format under the Gnu Lesser General Public License. LGPL Windows/POSIX
Icon dpackage 48.png
Allegro 4 and Allegro 5 are cross-platform, open source, game programming libraries, primarily for C and C++ developers.
Icon dpackage 48.png
Derelict is a collection of D bindings to C shared (dynamic) libraries which are useful for multimedia applications, with a heavy bias toward game development-related libraries.
Icon dpackage 48.png
Mediastreamer2 is a powerful and lightweighted streaming engine specialized for voice/video telephony applications.


Directory services

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
D version of the C headers for openldap The OpenLDAP Public License Windows/POSIX


Deimos

https://github.com/D-Programming-Deimos