Skip to content

aziem/libclang-ocaml-bindings-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ version of OCaml-C bindings generator using libclang

Usage:

./generator -f <c/c++ header file>

Optional -c++ argument makes libclang parse the file as a C++ header,
not a C header.

The output can be redirected to a file, and is two OCaml modules: one
for enums/structs bindings and the other for function bindings.

About

Utility to generate OCaml bindings for C/C++ headers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published