Skip to content

Files

Latest commit

Maijinradare
Maijin
and
Feb 9, 2017
0ef193c · Feb 9, 2017

History

History
26 lines (17 loc) · 720 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 720 Bytes

Valabind Build Status

Valabind is a tool to parse vala[1] or vapi files to transform them into swig[2] 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++.

Valabind mercurial repository is stored here:

git clone https://github.com/radare/valabind

This software is free, feel free to contribute, modify and report patches, ideas, bug reports, etc..

Contact

[1] http://live.gnome.org/Vala
[2] http://www.swig.org