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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
Source: antlr
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Torsten Werner <twerner@debian.org>,
tony mancill <tmancill@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
dh-python,
maven-repo-helper,
python3-all-dev,
python3-setuptools,
sharutils,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/antlr.git
Vcs-Browser: https://salsa.debian.org/java-team/antlr
Homepage: https://www.antlr2.org
Rules-Requires-Root: no
Package: antlr
Architecture: all
Depends:
default-jre-headless | java5-runtime-headless | java6-runtime-headless,
libantlr-java (= ${binary:Version}),
${misc:Depends},
Description: language tool for constructing recognizers, compilers etc
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
a language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing C++
or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
.
Computer language translation has become a common task. While
compilers and tools for traditional computer languages (such as C
or Java) are still being built, their number is dwarfed by the thousands
of mini-languages for which recognizers and translators are being
developed. Programmers construct translators for database formats,
graphical data files (e.g., PostScript, AutoCAD), text processing
files (e.g., HTML, SGML). ANTLR is designed to handle all of your
translation tasks.
Package: antlr-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: language tool for constructing recognizers, compilers etc
This package contains the documentation and examples for antlr.
ANTLR stands for ANother Tool for Language Recognition,
(formerly PCCTS). It is a language tool that provides a framework
for constructing recognizers, compilers, and translators from
grammatical descriptions containing C++ or Java actions
[You can use PCCTS 1.xx to generate C-based parsers].
.
See antlr package for a complete description
Package: libantlr-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
Recommends:
antlr,
Description: language tool for constructing recognizers, compilers etc
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
a language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing C++
or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
.
These are the static libraries for C++.
Package: libantlr-java
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: language tool for constructing recognizers, compilers etc (java library)
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is
a language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing C++
or Java actions [You can use PCCTS 1.xx to generate C-based parsers].
Package: python3-antlr
Section: python
Architecture: all
Depends:
python3-six,
${misc:Depends},
${python3:Depends},
Description: language tool for constructing recognizers, compilers etc - Python 3.x
This package contains the Python 3.x version of antlr. ANTLR stands for
ANother Tool for Language Recognition, (formerly PCCTS).
.
See antlr package for a complete description.
|