File: control

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

Package: javacc
Architecture: all
Depends: kaffe | java-runtime | java1-runtime | java2-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.