1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: javacc
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror@gmx.de>
Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk
Build-Depends-Indep: ant-optional, libxalan2-java, docbook-to-man, junit, maven-repo-helper
Standards-Version: 3.8.4
Homepage: http://javacc.dev.java.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javacc
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javacc
Package: javacc
Architecture: all
Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, ${misc:Depends}
Suggests: javacc-doc
Description: A 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.
Package: javacc-doc
Architecture: all
Section: doc
Depends: classpath-doc, ${misc:Depends}
Suggests: javacc
Description: 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.
|