slackbuilds_ponce/development/valabind/README
Fernando Lopez Jr a8329601a9 development/valabind: Added (vapi bindings for nodejs, python etc).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-29 13:43:54 +01:00

7 lines
257 B
Text

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++.