Source: jlex
Section: devel
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), javahelper (>= 0.20)
Build-Depends-Indep: default-jdk
Homepage: http://www.cs.princeton.edu/~appel/modern/java/JLex/
Vcs-Git: https://anonscm.debian.org/git/users/cjwatson/jlex.git
Vcs-Browser: https://anonscm.debian.org/cgit/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.
