gtkd-developers / GlibD

D bindings for the GLib C Utility Library.
Other
5 stars 3 forks source link

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