javacc 7.0.11-1 source package in Ubuntu
Changelog
javacc (7.0.11-1) unstable; urgency=medium * New upstream release -- Emmanuel Bourg <email address hidden> Fri, 20 May 2022 13:01:25 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
javacc_7.0.11-1.dsc | 2.0 KiB | ada0db8e14463b871717afcef3527bcb9adcdab89fca0600869597ad8c3efd2a |
javacc_7.0.11.orig.tar.xz | 843.8 KiB | 43c8f25b2f2a8b5d42895c68421f4975cd7696464dfdee2facaefe67ccbe3c11 |
javacc_7.0.11-1.debian.tar.xz | 7.0 KiB | d818d927d1c05239e8d70f84ce1a47deb75bd51b59bc42221e8078dc4e1e4f0f |
Available diffs
- diff from 6.1.3-1 to 7.0.11-1 (674.3 KiB)
No changes file available.
Binary packages built by this source
- javacc: 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.
- javacc-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.