Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 339 Bytes

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)