argp / oclang

OCaml bindings to libclang.

Home Page:http://ghost.sh/2013/09/17/oclang.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

OCaml bindings to libclang.

http://ghost.sh/2013/09/17/oclang.html

License:BSD 2-Clause "Simplified" License


Languages

Language:OCaml 57.4%Language:C 42.5%Language:Shell 0.1%