File: control

package info (click to toggle)
luabind 0.9.1%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,844 kB
  • ctags: 2,833
  • sloc: cpp: 13,796; makefile: 126; sh: 24; ansic: 11
file content (89 lines) | stat: -rw-r--r-- 4,081 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
87
88
89
Source: luabind
Priority: optional
Maintainer: Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>= 5), quilt (>= 0.40), liblua5.2-dev, libboost-all-dev
Standards-Version: 3.9.8
Section: libs
Homepage: http://www.rasterbar.com/products/luabind.html
Vcs-Git: https://anonscm.debian.org/git/users/roberto/luabind.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/roberto/luabind.git/

Package: libluabind0.9.1v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libluabind0.9.1
Replaces: libluabind0.9.1
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.1v5 (= ${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.1v5  (= ${binary:Version}), ${shlibs:Depends}, liblua5.2-dev, libboost-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.