Skip to content

radare/valabind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 23, 2023
456dcf6 · Mar 23, 2023
Jan 23, 2018
Dec 26, 2020
Aug 27, 2017
Jan 23, 2018
Aug 16, 2014
Mar 11, 2010
Nov 29, 2020
Nov 15, 2012
Feb 9, 2017
Aug 16, 2014
Jan 28, 2015
Jan 11, 2018
Nov 29, 2020
Dec 26, 2020
Nov 30, 2020
Feb 4, 2019
Dec 26, 2020
Dec 27, 2017
Dec 27, 2017
Mar 23, 2023
Feb 6, 2020
Nov 29, 2020
Mar 24, 2022
Feb 6, 2020
Dec 27, 2017
Jan 23, 2018
Aug 10, 2017
Sep 27, 2013
Dec 16, 2013
Oct 31, 2020
Nov 30, 2020
Jan 28, 2015
Jan 28, 2015

Repository files navigation

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