File: control

package info (click to toggle)
libopentoken 3.0b-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,416 kB
  • ctags: 51
  • sloc: ada: 8,561; makefile: 120
file content (38 lines) | stat: -rw-r--r-- 1,673 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
Source: libopentoken
Priority: optional
Maintainer: Ludovic Brenta <lbrenta@debian.org>
Build-Depends: debhelper (>= 4.1.0), gnat (>= 4.1)
Standards-Version: 3.7.2

Package: libopentoken-dev
Section: libdevel
Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 powerpc s390 sparc
Depends: libopentoken3.0b (= ${Source-Version}), gnat-4.1
Description: OpenToken lexical analysis library for Ada
 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 development files and associated
 documentation.  Install it if you want to build applications that use
 OpenToken.

Package: libopentoken3.0b
Section: libs
Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 powerpc s390 sparc
Depends: ${shlibs:Depends}
Conflicts: libopentoken3
Replaces: libopentoken3
Description: OpenToken lexical analysis library for Ada - runtime
 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 for programs that
 use OpenToken.