Skip to content

cedlemo/OCaml-GLib2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License: GPL v3 GitHub issues GitHub stars

OCaml-GLib2

Autogenerated OCaml bindings of the GLib2 library based on Ctypes.

Dependencies

This library relies on the OCaml package gobject-instropection:

opam install gobject-introspection

and on a bindings generator:

opam pin add --yes gi-bindings-generator https://github.com/cedlemo/OCaml-GI-ctypes-bindings-generator.git

Clone and test

The idea is to generate the bindings and to compile the library

git clone https://github.com/cedlemo/OCaml-GLib2
cd OCaml-GLib2
dune exec generator/gen.exe
dune run test --profile=release

About

OCaml bindings to GLib2 based on OCaml Ctypes?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published