antlr3 3.5.3-2 source package in Ubuntu

Changelog

antlr3 (3.5.3-2) unstable; urgency=medium

  * Fixed the build failure with Java 21 (Closes: #1052588)
  * Standards-Version updated to 4.6.2
  * Fixed debian/clean (Closes: #1043834, #1049612)

 -- Emmanuel Bourg <email address hidden>  Sun, 01 Oct 2023 21:52:24 +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
Oracular release universe devel
Noble release universe devel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
antlr3_3.5.3-2.dsc 2.5 KiB 60810ca88bbad7718d66e00c38e8d99a919840589a81fcffe85345c5d493c468
antlr3_3.5.3.orig.tar.xz 566.2 KiB f98ec8a8afc28b65d29ee68f92d34e38baa3531d67aa1d8d2bb13a418097c182
antlr3_3.5.3-2.debian.tar.xz 151.1 KiB 7e09798f0bf9b005bbd6bff3476b5a104d325a845bd2bb776de33ed3fee80972

Available diffs

No changes file available.

Binary packages built by this source

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

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: Maven plugin 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 Maven plugin that supports compiling ANTLR 3
 grammars during a Maven build

libantlr3-gunit-java: 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.

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