File: control

package info (click to toggle)
javacc 3.2%2B0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,408 kB
  • ctags: 1,462
  • sloc: java: 15,927; xml: 233; makefile: 53; sh: 25
file content (20 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: javacc
Section: devel
Priority: optional
Maintainer: Nicolas Sabouret <nico@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0), libant1.5-java, libxerces-java | libxerces2-java, kaffe, jikes, docbook-to-man
Standards-Version: 3.5.8

Package: javacc
Architecture: all
Depends: kaffe | java-virtual-machine, kaffe | java-runtime
Description: A parser generator for use with Java
 Java Compiler Compiler [tm] (JavaCC [tm]) 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.