assemblage
assemblage copied to clipboard
Support ctype's stub generation
@yallop is there a good example to look at the stub generation for ctypes ?
The stub_generation branch in my async_ssl fork (due to be merged upstream soon) is probably a reasonable place to start looking. There are also the examples and tests in the ctypes distribution, although those Makefiles are a bit more complicated.
Initial support is now in master. This does not work properly yet, seems to be missing few includes flags, but the sequence of commands is there. As I am not an expert in linking C with OCaml, I'll call for advices to debug the remaining bits.