An open API service indexing awesome lists of open source software.

https://github.com/whatisrt/tenkei

Tool for creating arbitrary language bindings
https://github.com/whatisrt/tenkei

code-generator ffi-wrapper

Last synced: 10 months ago
JSON representation

Tool for creating arbitrary language bindings

Awesome Lists containing this project

README

          

# Build instructions

Compile build.hs (e.g. with `stack ghc`), and execute it with two parameters. The first parameter is the language of the executable, the second parameter the language of the library. Make sure the directory tenkei-build exists. To run the program, use `env LD_LIBRARY_PATH=. ./test-exe` in the tenkei-build directory.