Source: opentoken
Section: libs
Priority: optional
Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), gnat-4.4
Standards-Version: 3.8.4
Homepage: http://www.stephe-leake.org/ada/opentoken.html
XS-Vcs-Mtn: www.ada-france.org org.opentoken
XS-Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.opentoken

# integer is aliversion
Package: libopentoken2-dev
Section: libdevel
Architecture: any
Depends: gnat, ada-compiler, gnat-4.4, libopentoken6 (= ${binary:Version}), ${misc:Depends}
Suggests: libopentoken-dbg
Conflicts: libopentoken-dev, libopentoken1-dev
Replaces: libopentoken-dev, libopentoken1-dev
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.
 .
 This package contains the development files and associated documentation.

Package: libopentoken-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libopentoken6 (= ${binary:Version}), ${misc:Depends}
Suggests: gnat, ada-compiler
Description: OpenToken lexical analysis library for Ada (debug)
 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 debug symbols.

# integer is soversion
Package: libopentoken6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnat, ada-compiler
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.
