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