1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: jlex
Section: devel
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.8
Build-Depends:
debhelper-compat (= 13),
dh-sequence-javahelper,
Build-Depends-Indep:
default-jdk,
Homepage: https://www.cs.princeton.edu/~appel/modern/java/JLex/
Vcs-Git: https://salsa.debian.org/debian/jlex.git
Vcs-Browser: https://salsa.debian.org/debian/jlex
X-Style: black
Package: jlex
Architecture: all
Section: java
Depends:
${java:Depends},
${misc: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.
|