valabind
converts vapi files to SWIG, C++, GIR or GEAR files
Install
- All systems
-
curl cmd.cat/valabind.sh
- Debian
-
apt-get install valabind
- Ubuntu
-
apt-get install valabind
- Arch Linux
-
pacman -S valabind
- Kali Linux
-
apt-get install valabind
- Fedora
-
dnf install valabind
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install valabind
- OS X
-
brew install valabind
- Raspbian
-
apt-get install valabind
- Dockerfile
- dockerfile.run/valabind
valabind
converts vapi files to SWIG, C++, GIR or GEAR files
Valabind is a tool to parse vala or vapi files and transform them into SWIG interface files, C++ source files, GIR or GEAR. It allows easy, fully automatic generation of language bindings for vala code.