javacc 7.0.12-1 source package in Ubuntu
Changelog
javacc (7.0.12-1) unstable; urgency=medium * New upstream release -- Emmanuel Bourg <email address hidden> Wed, 07 Dec 2022 23:27:10 +0100
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 | |
---|---|---|---|---|
Mantic | release | universe | devel | |
Lunar | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
javacc_7.0.12-1.dsc | 2.0 KiB | a5c784304ba5497574560c39887b716aed1ca072ff799b5c1d2ca70a95e258a2 |
javacc_7.0.12.orig.tar.xz | 844.3 KiB | a2a03bb9c4f13b5aba78ca3bbf0a30545830bee6a6491a645ace42e1c48e79b7 |
javacc_7.0.12-1.debian.tar.xz | 7.0 KiB | d79b2b7378f6776a2638846caefb81ba052f29547bdd2ebfc8d9cb848aa39a7a |
Available diffs
- diff from 7.0.11-1 to 7.0.12-1 (5.1 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.