GlibD is the Digital Mars D programing language OO wrapper for Glib.


License
GPL-2.0-with-font-exception
Install
dub fetch glibd --version 2.4.3

Documentation

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