Skip to content

xorpse/oclang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)