javacc5 5.0-11 source package in Ubuntu
Changelog
javacc5 (5.0-11) unstable; urgency=medium * Source-only upload -- Emmanuel Bourg <email address hidden> Wed, 18 May 2022 09:53:55 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
javacc5_5.0-11.dsc | 2.0 KiB | 7c98a36f2d2224eaa4634498e97489a35d39eeec13eac0299dafc22c304fe60c |
javacc5_5.0.orig.tar.gz | 694.5 KiB | aab2c3e2f37648b9e708e6bad4c8b544cba63b66f1791907e6e3f89609b27150 |
javacc5_5.0-11.debian.tar.xz | 7.5 KiB | 5fe6df574b8fbe5321b24e9dfe3357c81fed0b895cefcc64f57968b88edfb22a |
Available diffs
- diff from 5.0-10 to 5.0-11 (282 bytes)
No changes file available.
Binary packages built by this source
- javacc5: Parser generator for use with Java
Java Compiler-Compiler (JavaCC) is (according to sun)
"the most popular parser generator" for use with Java [tm]
applications.
.
A parser generator is a tool that reads a grammar specification
and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC
provides other standard capabilities related to parser
generation such as tree building (via a tool called JJTree
included with JavaCC), actions, debugging, etc.
- javacc5-doc: Documentation for the JavaCC Parser Generator
Documentation and examples for JavaCC parser generator.
.
Java Compiler-Compiler (JavaCC) is (according to sun)
"the most popular parser generator" for use with Java [tm]
applications.
.
A parser generator is a tool that reads a grammar specification
and converts it to a Java program that can recognize matches to
the grammar. In addition to the parser generator itself, JavaCC
provides other standard capabilities related to parser
generation such as tree building (via a tool called JJTree
included with JavaCC), actions, debugging, etc.