~ubuntu-branches/ubuntu/raring/tolua++/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-07-21 16:13:54 UTC
  • Revision ID: james.westby@ubuntu.com-20090721161354-a5t2nwtxm7f5j6hj
Tags: 1.0.93+repack-0ubuntu1
* Initial release (LP: #401634):
  - remove debian subdirectory from upstream tarball,
    recompress it as .tar.gz and reversion as +repack.
  - patch upstream version number to 1.0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: tolua++
 
2
Section: devel
 
3
Priority: extra
 
4
Maintainer: Cesare Tirabassi <norsetto@ubuntu.com>
 
5
Build-Depends: debhelper (>= 4), scons, liblua5.1-dev
 
6
Homepage: http://www.codenix.com/~tolua/
 
7
Standards-Version: 3.8.2
 
8
 
 
9
Package: libtolua++5.1-dev
 
10
Section: libdevel
 
11
Architecture: any
 
12
Depends: ${shlibs:Depends}, liblua5.1-dev
 
13
Description: Extended tool to integrate C/C++ code with Lua
 
14
 tolua++5.1 is an extension of toLua, a tool to integrate C/C++ code with
 
15
 Lua. tolua++5.1 includes new features oriented to c++, such as class
 
16
 templates and is compiled with the newest lua 5.1.
 
17
 .
 
18
 Based on a "cleaned" header file, tolua++ automatically generates 
 
19
 the binding code to access C/C++ features from Lua. Using Lua-5.1 API and
 
20
 metamethod facilities, the current version automatically maps C/C++ 
 
21
 constants, external variables, functions, namespace, classes, and methods 
 
22
 to Lua. It also provides facilities to create Lua modules.