javacc4 4.0-1 source package in Ubuntu

Changelog

javacc4 (4.0-1) unstable; urgency=medium

  * Cloned the javacc package and rolled back to the version 4 (Closes: #844744)

 -- Emmanuel Bourg <email address hidden>  Fri, 18 Nov 2016 16:34:41 +0100

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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javacc4_4.0-1.dsc 2.0 KiB 75be17c25f9098efb0966dd49a1375f87274c7ea3c5d0111a4b827901b4109c6
javacc4_4.0.orig.tar.xz 187.2 KiB 1d2a63fd2b23ff1ab25f6aef4701602c6e9ae8a4e1eb17bd5779aa65ee65da5b
javacc4_4.0-1.debian.tar.xz 7.3 KiB ca5560503a48aadbbd2e7248097e145668c7b33291a1bb49a80dc27e8c7bec01

No changes file available.

Binary packages built by this source

javacc4: No summary available for javacc4 in ubuntu artful.

No description available for javacc4 in ubuntu artful.

javacc4-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.