Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 430 Bytes

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