Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 339 Bytes

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)