Skip to content

gtkd-developers/GlibD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlibD

D bindings for the GLib C Utility Library.

please view COPYING for GlibD's license.

Building

For building you will need the GLib and Gobject Introspection development files, and the gir-to-d tool.

Both dub and Meson build files are available.

Compiling with meson:

$ meson builddir && cd builddir
$ ninja