Skip to content

kassane/bdwgc-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdwgc-d -- Boehm-Demers-Weiser conservative garbage collector library for D

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.

Required

How to use

dub add bdwgc-d

Compiler Support

bdwgc-d should be compatible with multiple D compilers including gdc, 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.

Acknowledge for reference