Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ bdwgc-d Public

D library for interfacing with libgc (bdwgc)

License

Notifications You must be signed in to change notification settings

bdwgc/bdwgc-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Static Badge Latest release Artifacts Ask DeepWiki

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

Warning

GDC/GNU D does not directly compile C files into modules.

How to use

dub add bdwgc-d

Compiler Support

bdwgc-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.

Acknowledge for reference