File: control

package info (click to toggle)
libopentoken 3.0b-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,416 kB
  • ctags: 50
  • sloc: ada: 8,561; makefile: 122; sh: 1
file content (37 lines) | stat: -rw-r--r-- 1,614 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
Source: libopentoken
Priority: optional
Maintainer: Ludovic Brenta <ludovic.brenta@insalien.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 4.1.0), gnat (>= 3.15p)
Standards-Version: 3.6.1

Package: libopentoken-dev
Section: libdevel
Architecture: i386 powerpc sparc
Depends: libopentoken3 (= ${Source-Version}), gnat (>= 3.15p), gnat (<< 3.16)
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
Section: libs
Architecture: i386 powerpc sparc
Depends: ${shlibs:Depends}
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.