Source: jlex
Section: devel
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.20)
Build-Depends-Indep: default-jdk
Homepage: http://www.cs.princeton.edu/~appel/modern/java/JLex/

Package: jlex
Architecture: all
Section: java
Priority: optional
Depends: ${misc:Depends}, ${java:Depends}
Replaces: javalex
Conflicts: javalex
Description: A Lex-style lexical analyser generator for Java
 The JLex utility is a lexical analyser generator, modelled after the
 popular UNIX "lex" utility.
 .
 JLex takes a specification file similar to that accepted by Lex,
 then creates a Java source file for the corresponding lexical analyzer.
