File: control

package info (click to toggle)
angelscript 2.38.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,736 kB
  • sloc: cpp: 77,114; asm: 2,017; makefile: 666; xml: 253; javascript: 42; ansic: 26; python: 22; sh: 7
file content (95 lines) | stat: -rw-r--r-- 3,291 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
90
91
92
93
94
95
Source: angelscript
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
Build-Depends-Indep:
 doxygen,
Standards-Version: 4.7.3
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.38.0 (= ${binary:Version}),
 libangelscript-addon2.38.0 (= ${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.38.0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 angelscript-doc,
Breaks:
 libangelscript2.34.0,
 libangelscript2.35.0,
 libangelscript2.35.1,
 libangelscript2.35.1t64,
Replaces:
 libangelscript2.34.0,
 libangelscript2.35.0,
 libangelscript2.35.1,
 libangelscript2.35.1t64,
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.38.0
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Breaks:
 libangelscript-addon0,
 libangelscript-addon2.35.0,
 libangelscript-addon2.35.1,
 libangelscript-addon2.35.1t64,
Replaces:
 libangelscript-addon0,
 libangelscript-addon2.35.0,
 libangelscript-addon2.35.1,
 libangelscript-addon2.35.1t64,
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.