File: control

package info (click to toggle)
angelscript 2.35.1%2Bds-3.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,388 kB
  • sloc: cpp: 71,969; asm: 1,558; makefile: 665; xml: 214; javascript: 42; ansic: 22; python: 22; sh: 7
file content (83 lines) | stat: -rw-r--r-- 3,309 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
Source: angelscript
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 pkg-kde-tools,
Build-Depends-Indep:
 doxygen,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Section: libs
Homepage: https://www.angelcode.com/angelscript/
Vcs-Browser: https://salsa.debian.org/yangfl-guest/angelscript
Vcs-Git: https://salsa.debian.org/yangfl-guest/angelscript.git

Package: angelscript-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 libangelscript2.35.1t64 (= ${binary:Version}),
 libangelscript-addon2.35.1t64 (= ${binary:Version}),
Description: game-oriented interpreted compiled scripting language (development files)
 AngelScript features static typing, object handles (similar to C++ pointers but
 garbage collected via reference counting), object- orientation, single
 inheritance, multiple inheritance with interfaces. Allows operators to be
 registered and overloaded. AngelScript can be used with any C++ IDE, such as
 Netbeans, Geany, and Eclipse.
 .
 This package contains the header files for angelscript. Please consult
 README.Debian for detailed usage.

Package: libangelscript2.35.1t64
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 angelscript-doc,
Breaks: libangelscript2.35.1 (<< ${source:Version}), libangelscript2.34.0, libangelscript2.35.0
Replaces: libangelscript2.35.1, libangelscript2.34.0, libangelscript2.35.0
Description: game-oriented interpreted compiled scripting language
 AngelScript features static typing, object handles (similar to C++ pointers but
 garbage collected via reference counting), object- orientation, single
 inheritance, multiple inheritance with interfaces. Allows operators to be
 registered and overloaded. AngelScript can be used with any C++ IDE, such as
 Netbeans, Geany, and Eclipse.

Package: libangelscript-addon2.35.1t64
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Breaks: libangelscript-addon2.35.1 (<< ${source:Version}), libangelscript-addon0, libangelscript-addon2.35.0
Replaces: libangelscript-addon2.35.1, libangelscript-addon0, libangelscript-addon2.35.0
Description: game-oriented interpreted compiled scripting language (addon)
 AngelScript features static typing, object handles (similar to C++ pointers but
 garbage collected via reference counting), object- orientation, single
 inheritance, multiple inheritance with interfaces. Allows operators to be
 registered and overloaded. AngelScript can be used with any C++ IDE, such as
 Netbeans, Geany, and Eclipse.
 .
 This package contains the addon for angelscript.

Package: angelscript-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: game-oriented interpreted compiled scripting language (documentation)
 AngelScript features static typing, object handles (similar to C++ pointers but
 garbage collected via reference counting), object- orientation, single
 inheritance, multiple inheritance with interfaces. Allows operators to be
 registered and overloaded. AngelScript can be used with any C++ IDE, such as
 Netbeans, Geany, and Eclipse.
 .
 This package contains the documentation for angelscript.