/oclang

OCaml bindings to libclang.

Primary LanguageOCamlBSD 2-Clause "Simplified" LicenseBSD-2-Clause

OClang

OCaml bindings to libclang.

Building and installation

$ ./autogen.sh
$ ./configure
$ make

For installation with ocamlfind:

$ make install-findlib

Otherwise:

$ make install

For documentation generation:

$ make documentation

Contributors

  • Sam Thomas (sghost)
  • Patroklos Argyroudis (argp)