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
|
Source: libantlr3c
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0
Build-Depends:
debhelper-compat (= 12),
Homepage: https://www.antlr3.org/api/C/index.html
Vcs-Git: https://salsa.debian.org/debian/libantlr3c.git
Vcs-Browser: https://salsa.debian.org/debian/libantlr3c
Package: libantlr3c-dev
Section: libdevel
Architecture: any
Depends: libantlr3c-3.4-0 (= ${binary:Version}) | libantlr3c-antlrdbg-3.4-0 (= ${binary:Version}), ${misc:Depends}
Description: ANTLR v3 parser generator C runtime [development files]
ANTLR, ANother Tool for Language Recognition, is a language tool that
provides a framework for constructing recognizers, compilers, and
translators from grammatical descriptions.
.
This package contains the development files needed to build your applications
using parsers generated by ANTLR in the C language.
Package: libantlr3c-3.4-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ANTLR v3 parser generator C runtime
ANTLR, ANother Tool for Language Recognition, is a language tool that
provides a framework for constructing recognizers, compilers, and
translators from grammatical descriptions.
.
This package contains the C runtime needed for parsers generated by ANTLR
v3 in the C language, with the ANTLR debugger disabled. Install
libantlr3c0-antlrdbg if you want to use the ANTLR debugger.
Package: libantlr3c-antlrdbg-3.4-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libantlr3c-3.4-0
Provides: libantlr3c-3.4-0
Description: ANTLR v3 parser generator C runtime with ANTLR debugger
ANTLR, ANother Tool for Language Recognition, is a language tool that
provides a framework for constructing recognizers, compilers, and
translators from grammatical descriptions.
.
This package contains the C runtime needed for parsers generated by ANTLR
v3 in the C language, with the ANTLR debugger enabled.
|