python-antlr3 3.5.2-1 source package in Ubuntu

Changelog

python-antlr3 (3.5.2-1) unstable; urgency=medium

  * Initial release. (Closes: #819046)

 -- Thomas Goirand <email address hidden>  Wed, 23 Mar 2016 09:02:15 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-antlr3_3.5.2-1.dsc 2.0 KiB 0dc6eb2c13ddae964c4d060e0a2af158fe5e574d52a3b0e61066c9989f54c164
python-antlr3_3.5.2.orig.tar.gz 650.5 KiB d1e803c4209d7e61127b6e7fac33205765701755ff92645480ef2a2fbb492795
python-antlr3_3.5.2-1.debian.tar.xz 2.8 KiB 7e6f667f8db37c7ce32252731118f1252c27d66a1656116ece2fe98015387217

No changes file available.

Binary packages built by this source

python-antlr3: ANother Tool for Language Recognition - Python 2.7 bindings

 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.
 .
 This package provides the Python 2.7 bindings.