antlr 2.7.7+dfsg-9 source package in Ubuntu

Changelog

antlr (2.7.7+dfsg-9) unstable; urgency=medium

  * Team upload.
  * Add Python 3 support (Closes: #614505):
    - Add a patch, half made with sixer, half by hand, to add support for Py3.
    - Add runtime depends on python-six in python-antlr.
    - Add a python3 package in debian/control.
    - Add build-depends to python3-all-dev in debian/control (do we really need
      the -dev part here?).
    - Insert correct code to install the Py2 & Py3 modules using setup.py, so
      we are packaging the antlr.py AND its corresponding generated egg-info.
  * Ran wrap-and-sort -bast to minimize git diff and have a cleaner
    debian/control. This was already partially done in 2.7.7+dfsg-8, probably
    by hand.
  * Removed ante-dilluvian Replaces:+Breaks:, now useless after a few releases
    of Debian.

 -- Thomas Goirand <email address hidden>  Wed, 25 Oct 2017 15:53:54 +0000

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
antlr_2.7.7+dfsg-9.dsc 2.3 KiB 9bca5551a401309350ef66f72881b2871db82ff6879bb5a34d0e22c4d0850176
antlr_2.7.7+dfsg.orig.tar.gz 1.7 MiB 1a01f8080da10a93b3f3b78c70cc87893474111bd2d4e0fdb2cca2016b1a3771
antlr_2.7.7+dfsg-9.debian.tar.xz 14.0 KiB a927999c5629068672726577bfc81015c4d438cdea45181a465085e015136555

No changes file available.

Binary packages built by this source

antlr: 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.

antlr-doc: 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

libantlr-dev: 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++.

libantlr-java: 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].

python-antlr: language tool for constructing recognizers, compilers etc - Python 2.7

 This package contains the Python 2.7 version of antlr. ANTLR stands for
 ANother Tool for Language Recognition, (formerly PCCTS).
 .
 See antlr package for a complete description.

python3-antlr: 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.