File: control

package info (click to toggle)
luabind 0.9%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,360 kB
  • ctags: 2,250
  • sloc: cpp: 13,889; makefile: 85; sh: 24; ansic: 11
file content (86 lines) | stat: -rw-r--r-- 4,127 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: luabind
Priority: optional
Maintainer: Arthur Loiret <aloiret@debian.org>
Build-Depends: debhelper (>= 5), quilt (>= 0.40), liblua5.1-0-dev, libboost-dev (>>1.34) | libboost1.35-dev, libboost-python-dev (>>1.34) | libboost-python1.35-dev, boost-build (>= 2.0-m12-0~)
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
Standards-Version: 3.8.4
Section: libs
Homepage: http://www.rasterbar.com/products/luabind.html

Package: libluabind0.9.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: luabind c++ binding for lua: runtime library
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains the luabind runtime libraries, for applications that
 have been built with luabind.

Package: libluabind-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libluabind0.9.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: libluabind-dev
Description: luabind c++ binding for lua: unstripped binaries
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with Lua other Lua versions.
 .
 This package contains the luabind unstripped binaries, for debugging
 applications developed with luabind.

Package: libluabind-dev
Section: libdevel
Architecture: any
Depends: libluabind0.9.0  (= ${binary:Version}), ${shlibs:Depends}, liblua5.1-0-dev, libboost-dev (>>1.34) | libboost1.35-dev, libboost-python-dev (>>1.34) | libboost-python1.35-dev, ${misc:Depends}
Suggests: libluabind-doc, libluabind-examples
Description: luabind c++ binding for lua: static library and headers
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains all files necessary to develop applications which
 use luabind.

Package: libluabind-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libluabind-dev
Description: luabind c++ binding for lua: documentation files
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains the luabind documentation.

Package: libluabind-examples
Section: libdevel
Architecture: all
Depends: ${misc:Depends}
Recommends: libluabind-dev
Description: luabind c++ binding for lua: example files
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in lua and
 let them derive from other lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains some luabind examples, including the basic "helloworld"
 and some more advanced examples.