File: control

package info (click to toggle)
sol2 3.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,096 kB
  • sloc: cpp: 43,816; ansic: 1,018; python: 356; sh: 288; makefile: 202
file content (45 lines) | stat: -rw-r--r-- 1,256 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
Source: sol2
Section: libs
Priority: optional
Maintainer: syzygial <syzygial.123@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake (>= 3.26.0),
 liblua5.4-dev <!nocheck> | liblua5.3-dev <!nocheck> | liblua5.1-dev <!nocheck>,
 libcatch2-dev <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-breathe <!nodoc>,
 doxygen <!nodoc>,
 texlive-font-utils <!nodoc>,
 ghostscript <!nodoc>
Standards-Version: 4.7.2
Homepage: https://github.com/ThePhD/sol2
Vcs-Browser: https://salsa.debian.org/syzygial/sol2
Vcs-Git: https://salsa.debian.org/syzygial/sol2.git

Package: sol2-dev
Section: libdevel
Architecture: all
Depends:
 ${misc:Depends},
 liblua5.4-dev | liblua5.3-dev | liblua5.1-dev
Suggests: sol2-doc
Description: Sol2 - C++ bindings to Lua
 Sol2 is a header-only C++ library which facilitates C++/Lua
 interoperability.
 .
 Features include support for user-defined data types, table
 iterators as well as table manipulation via the [] operator.

Package: sol2-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Depends:
 ${misc:Depends}
Description: Sol2 Documentation
 Sol2 is a header-only C++ library which facilitates C++/Lua
 interoperability.
 .
 Contains Sphinx-generated HTML documentation as well as examples.