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

Package: jlex
Architecture: all
Section: java
Depends: ${misc:Depends}, ${java:Depends}
Replaces: javalex
Conflicts: javalex
Multi-Arch: foreign
Description: 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.
