Source: javacc5 Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: ant, ant-optional, debhelper-compat (= 13), default-jdk, docbook-to-man, junit, libxalan2-java, maven-repo-helper Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/java-team/javacc.git Vcs-Browser: https://salsa.debian.org/java-team/javacc Homepage: https://javacc.org Package: javacc5 Architecture: all Depends: default-jre-headless (>= 2:1.5) | java5-runtime-headless, junit, ${misc:Depends} Suggests: javacc5-doc Description: 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: javacc5-doc Architecture: all Section: doc Depends: ${misc:Depends}, default-jdk-doc Suggests: javacc5 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.