File: control

package info (click to toggle)
opentoken 6.0b-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,064 kB
  • sloc: ada: 25,117; makefile: 112; lisp: 52; java: 37; sh: 15
file content (64 lines) | stat: -rw-r--r-- 2,541 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
Source: opentoken
Section: libdevel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: debhelper (>= 11),
 gnat, gnat-8,
# This line is parsed by debian/rules.
 gprbuild (>= 2015-2),
# 2015-2 is compatible with gnat-6
 dh-ada-library (>= 6.7)
# 6.7 knows that -dbg packages are not mandatory.
Build-Depends-Indep:
 ,texinfo
# texi2any
Standards-Version: 4.1.4
Homepage: http://www.stephe-leake.org/ada/opentoken.html
Vcs-Mtn: mtn://www.ada-france.org?org.debian.libopentoken
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libopentoken

Package: libopentoken7-dev
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Suggests: libopentoken-doc
Description: OpenToken lexical analysis library for Ada: development
 OpenToken is a facility for performing token analysis within the Ada language.
 It is designed to provide all the functionality of a traditional lexical
 analyzer generator, such as lex. But due to the magic of inheritance and
 runtime polymorphism it is implemented entirely in Ada as withed-in code. No
 precompilation step is required, and no messy tool-generated source code is
 created.
 .
 Install this package if you want to write programs that use OpenToken.

Package: libopentoken10
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenToken lexical analysis library for Ada: shared library
 OpenToken is a facility for performing token analysis within the Ada language.
 It is designed to provide all the functionality of a traditional lexical
 analyzer generator, such as lex. But due to the magic of inheritance and
 runtime polymorphism it is implemented entirely in Ada as withed-in code. No
 precompilation step is required, and no messy tool-generated source code is
 created.
 .
 This package contains the runtime shared library.

Package: libopentoken-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: gnat
Description: OpenToken lexical analysis library for Ada: documentation
 OpenToken is a facility for performing token analysis within the Ada language.
 It is designed to provide all the functionality of a traditional lexical
 analyzer generator, such as lex. But due to the magic of inheritance and
 runtime polymorphism it is implemented entirely in Ada as withed-in code. No
 precompilation step is required, and no messy tool-generated source code is
 created.
 .
 This package contains the documentation.