antlr3 3.5.2-2 source package in Ubuntu

Changelog

antlr3 (3.5.2-2) unstable; urgency=medium

  * Team upload.
  * Moved the runtime into a separate libantlr3-runtime-java package
    to avoid a dependency cycle with libstringtemplate4-java (Closes: #793715)

 -- Emmanuel Bourg <email address hidden>  Wed, 29 Jul 2015 19:54:55 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
antlr3_3.5.2-2.dsc 2.6 KiB 757f05e8187217eb3f745f9e435ba1377b6f4f89d3db124a5b9cc1595f82b734
antlr3_3.5.2.orig.tar.xz 564.0 KiB c7cd0e9201f6c9926c55002c6de35e9c683f2720d9d56a291f9552d17e0543fb
antlr3_3.5.2-2.debian.tar.xz 151.0 KiB ec5e6eb081fe1732e1dee96c7c572e847f57550a2b707ce29caca97b9a1db5a5

No changes file available.

Binary packages built by this source

antlr3: No summary available for antlr3 in ubuntu wily.

No description available for antlr3 in ubuntu wily.

antlr3-doc: language tool for constructing compilers etc - documentation

 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].
 .
 This package provides the API documentation for ANTLR 3

antlr3-gunit-maven-plugin: Maven plugin for gUnit, a unit test framework for ANTLR grammars

 gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
 way to write and run automated tests for ANTLR grammars in a manner similar
 to Java unit testing framework jUnit. The basic idea is to create a bunch of
 input/output pairs for rules in a grammar and gUnit will verify the expected
 output/result. The input can be a single line or multiple lines of strings or
 even an external file. The output can be simply success or failure, an
 abstract syntax tree (AST), a rule return value, or some text output which
 could be a rule's template return value. The current version of gUnit has 2
 main functions, interpreter and jUnit generator. The interpreter interprets
 your gUnit script and runs unit tests using Java reflection to invoke methods
 in your parser objects. The generator, on the other hand, translates your
 gUnit script to jUnit Java code that you can compile and execute by hand.
 .
 This package provides the Maven plugin that allows one to run gUnit tests
 during a Maven build.

antlr3-maven-plugin: No summary available for antlr3-maven-plugin in ubuntu wily.

No description available for antlr3-maven-plugin in ubuntu wily.

libantlr3-gunit-java: No summary available for libantlr3-gunit-java in ubuntu wily.

No description available for libantlr3-gunit-java in ubuntu wily.

libantlr3-gunit-java-doc: No summary available for libantlr3-gunit-java-doc in ubuntu wily.

No description available for libantlr3-gunit-java-doc in ubuntu wily.

libantlr3-runtime-java: Runtime library for ANTLR 3

 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].
 .
 This package provides the runtime library required to run the parsers
 generated by ANTLR 3