From 5ef244dddf6a46a9b45c192b3ce64b327d273a4a Mon Sep 17 00:00:00 2001 From: myd7349 Date: Mon, 8 Jan 2018 09:44:05 +0800 Subject: [PATCH] Add Scripting::djinni --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c520d9..307728e 100644 --- a/README.md +++ b/README.md @@ -565,6 +565,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. [BSD] [website](http://chaiscript.com/) * [ctypes.sh](https://github.com/taviso/ctypes.sh) - A foreign function interface for bash. [MIT] * [Cython](https://github.com/cython/cython) - Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). It makes writing C extensions for Python as easy as Python itself. [Apache] [website](http://cython.org/) +* [djinni](https://github.com/dropbox/djinni) - A tool for generating cross-language type declarations and interface bindings. [Apache2] * [Duktape](https://github.com/svaarala/duktape) - An embeddable Javascript engine with compact footprint. [MIT] [website](http://duktape.org) * [JavaCpp](https://github.com/bytedeco/javacpp) - The missing bridge between Java and native C++. [Apache2] * [libffi](https://github.com/libffi/libffi) - A portable foreign-function interface library. [MIT] [website](https://sourceware.org/libffi/)