1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: tolua
Priority: optional
Section: libdevel
Maintainer: Jimmy Kaplowitz <jimmy@debian.org>
Build-Depends: debhelper (>= 7), liblua5.2-dev
Standards-Version: 3.9.3.0
Homepage: http://www.tecgraf.puc-rio.br/~celes/tolua/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/jimmy/tolua.git
Vcs-Git: git://anonscm.debian.org/users/jimmy/tolua.git
Package: libtolua-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.2-dev
Description: Tool to integrate C/C++ code with Lua - development files
tolua is a tool that greatly simplifies the integration of C/C++ code with
Lua. Based on a cleaned header file, tolua automatically generates the
binding code to access C/C++ features from Lua. Using Lua API and tag
method facilities, tolua maps C/C++ constants, external variables,
functions, classes, and methods to Lua.
|