File: control

package info (click to toggle)
jflex 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 19,916 kB
  • sloc: java: 594,091; xml: 1,642; lisp: 90; makefile: 82; yacc: 65; sh: 13
file content (38 lines) | stat: -rw-r--r-- 1,167 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: jflex
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 ant,
 cup (>= 0.11b-20160615-2),
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 jflex (>= 1.6.1),
 junit,
 libgoogle-auto-value-java,
 maven-debian-helper
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/jflex.git
Vcs-Browser: https://salsa.debian.org/java-team/jflex
Homepage: https://www.jflex.de/

Package: jflex
Architecture: all
Depends:
 default-jre-headless | java8-runtime-headless,
 ${java:Depends},
 ${misc:Depends}
Enhances:
 ant-optional
Description: lexical analyzer generator for Java
 It is also a rewrite of the very useful tool JLex which was developed
 by Elliot Berk at Princeton University. As Vern Paxon states for
 his C/C++ tool flex : They do not share any code though.
 .
 JFlex is designed to work together with the LALR parser generator CUP
 by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J
 by Bob Jamison. It can also be used together with other parser generators
 like ANTLR or as a standalone tool.