diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-09-28 22:33:01 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-29 13:43:54 +0100 |
commit | a8329601a9a1193a0d71d915defc901055ef5998 (patch) | |
tree | 43534088200550dda6ad2c2ba06328bd7f2ed86f /development/valabind/README | |
parent | 0a2ca50a57cdd266829582f828cee48b670273b4 (diff) | |
download | slackbuilds-a8329601a9a1193a0d71d915defc901055ef5998.tar.gz |
development/valabind: Added (vapi bindings for nodejs, python etc).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/valabind/README')
-rw-r--r-- | development/valabind/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/valabind/README b/development/valabind/README new file mode 100644 index 0000000000..6b3efbaa79 --- /dev/null +++ b/development/valabind/README @@ -0,0 +1,7 @@ +Valabind is a tool to parse vala or vapi files to transform them into +swig interface files, C++, NodeJS-ffi or GIR. + +With swig, you can create language bindings for any API written in vala +or C with a vapi interface. + +It can also generate bindings for C++. |