debian man page for valabind

Query: valabind

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

valabind(1)						       Valabind manual page						       valabind(1)

NAME
valabind -- vala to swig interface conversor
SYNOPSIS
valabind [-e] [-g] [-v] [-x] [-X] [-V vapidir] [-i file] [-o ofile] [-m modname] vapifile
DESCRIPTION
Valabind is a program written in Vala that aims to generate SWIG interfaces (.i) from a vala-generated or hand-made vapi files. Create bindings for many programming languages (like python, perl, ruby, lua, ..) interfacing with C or Vala code. Note that list of supported languages in valabind is not the same of swig. This is because not all swig backends are working in the same way. In other words, there are some languages that doesnt generate correct C code in some unhandled situations and depending on the vapi can break. Valabind can be an interesting tool for unit-testing swig and be able to find problems easily.
ENVIRONMENT
XDG_DATA_DIRS Standard freedesktop environment variable to point to the share prefix directory where vala looks for vapi files. HYPER-REFERENCES Vala http://live.gnome.org/Vala SWIG http://www.swig.org
SEE ALSO
valabind-cc(1)
AUTHORS
pancake <@nopcode.org> radare May 11, 2011 radare
Related Man Pages
vala-gen-project(1) - debian
swig(1) - osx
valac-0.20(1) - centos
svn::base(3) - suse
svn::base(3) - osx
Similar Topics in the Unix Linux Community
Controlling user input