File: control

package info (click to toggle)
tolua%2B%2B 1.0.93-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,856 kB
  • sloc: ansic: 2,105; cpp: 326; python: 27; makefile: 15
file content (27 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: tolua++
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 liblua5.1-dev,
 scons,
Standards-Version: 4.6.1
Homepage: http://www.codenix.com/~tolua/
Vcs-Git: https://salsa.debian.org/debian/toluaplusplus.git
Vcs-Browser: https://salsa.debian.org/debian/toluaplusplus

Package: libtolua++5.1-dev
Section: libdevel
Architecture: any
Depends: liblua5.1-dev, ${misc:Depends}, ${shlibs:Depends}
Description: extended tool to integrate C/C++ code with Lua (devel)
 tolua++5.1 is an extension of toLua, a tool to integrate C/C++ code with
 Lua. tolua++5.1 includes new features oriented to c++, such as class
 templates and is compiled with the newest lua 5.1.
 .
 Based on a "cleaned" header file, tolua++ automatically generates
 the binding code to access C/C++ features from Lua. Using Lua-5.1 API and
 metamethod facilities, the current version automatically maps C/C++
 constants, external variables, functions, namespace, classes, and methods
 to Lua. It also provides facilities to create Lua modules.