OCaml bindings to libclang.
$ ./autogen.sh
$ ./configure
$ make
For installation with ocamlfind:
$ make install-findlib
Otherwise:
$ make install
For documentation generation:
$ make documentation
- Sam Thomas (sghost)
- Patroklos Argyroudis (argp)