D library for interfacing with libgc (bdwgc) using importC
What's the difference between libgc-d?
A: bdwgc-d is generated by importC, not manual binding wrapper.
Warning
GDC/GNU D does not directly compile C files into modules.
dub add bdwgc-dbdwgc-d should be compatible with multiple D compilers including ldc2, and dmd. When you use dub to build your project, it should automatically detect the compiler you have installed and use it to compile your code.
- lycus/libgc-d: manual binding (archived)