Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

D Binding Generation Tool

Is there a tool to automatically create D bindings from C headers? I've hade some problems with obselete D wrappers on github and it would be great to have a tool do all the manual work for me and also assure that my bindings are up-to-date.

like image 415
Nordlöw Avatar asked Mar 03 '13 21:03

Nordlöw


2 Answers

There is also dstep by Jacob Carlborg which uses LLVM to provide the header conversion.

like image 141
yaz Avatar answered Nov 04 '22 13:11

yaz


htod is available from the dlang website

like image 35
ratchet freak Avatar answered Nov 04 '22 14:11

ratchet freak