javacc5 5.0-10 source package in Ubuntu

Changelog

javacc5 (5.0-10) unstable; urgency=medium

  * Cloned the package as javacc5

 -- Emmanuel Bourg <email address hidden>  Fri, 13 May 2022 09:54:26 +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 Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javacc5_5.0-10.dsc 2.0 KiB 6afaf4688907f66b368ee6fe9e6f2739e96cea174c86d60e2da84189afd617ab
javacc5_5.0.orig.tar.gz 694.5 KiB aab2c3e2f37648b9e708e6bad4c8b544cba63b66f1791907e6e3f89609b27150
javacc5_5.0-10.debian.tar.xz 7.5 KiB 36eca834630e0eedf4f1b2d3165966e0e8e35460be0478d04aef7c87f3e3711c

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.