File: control

package info (click to toggle)
jflex 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,664 kB
  • ctags: 1,552
  • sloc: java: 100,874; xml: 858; makefile: 139; lisp: 90; yacc: 65; sh: 13
file content (35 lines) | stat: -rw-r--r-- 1,073 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
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,
 debhelper (>= 9),
 default-jdk,
 jflex (>= 1.6.1),
 junit,
 maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jflex.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jflex.git
Homepage: http://www.jflex.de/

Package: jflex
Architecture: all
Depends:
 default-jre | java6-runtime,
 ${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.