summaryrefslogtreecommitdiffstats
path: root/development/valabind/README
diff options
context:
space:
mode:
author Fernando Lopez Jr2017-09-28 23:33:01 +0200
committer David Spencer2017-09-29 14:43:54 +0200
commita8329601a9a1193a0d71d915defc901055ef5998 (patch)
tree43534088200550dda6ad2c2ba06328bd7f2ed86f /development/valabind/README
parent0a2ca50a57cdd266829582f828cee48b670273b4 (diff)
downloadslackbuilds-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/README7
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++.