~ubuntu-branches/ubuntu/wily/jflex/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-06 09:27:25 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130506092725-ulj8hk0x8msnf9h1
Tags: 1.4.3-3
* Upload in unstable
* Update Standards-Version to version 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: java
3
3
Priority: optional
4
4
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
5
 
Uploaders: Niels Thykier <niels@thykier.net>
 
5
Uploaders: Niels Thykier <niels@thykier.net>, Sylvestre Ledru <sylvestre@debian.org>
6
6
Build-Depends: debhelper (>= 7), cdbs, ant
7
7
Build-Depends-Indep: default-jdk, junit
8
 
Standards-Version: 3.8.2
 
8
Standards-Version: 3.9.4
9
9
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jflex
10
10
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jflex
11
11
Homepage: http://www.jflex.de/
15
15
Depends: default-jre-headless | java1-runtime | java2-runtime, ${misc:Depends}
16
16
Enhances: ant-optional
17
17
Description: lexical analyzer generator for Java
18
 
 It is also a rewrite of the very useful tool JLex which was developed 
19
 
 by Elliot Berk at Princeton University. As Vern Paxon states for 
 
18
 It is also a rewrite of the very useful tool JLex which was developed
 
19
 by Elliot Berk at Princeton University. As Vern Paxon states for
20
20
 his C/C++ tool flex : They do not share any code though.
21
21
 .
22
 
 JFlex is designed to work together with the LALR parser generator CUP 
23
 
 by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J 
 
22
 JFlex is designed to work together with the LALR parser generator CUP
 
23
 by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J
24
24
 by Bob Jamison. It can also be used together with other parser generators
25
25
 like ANTLR or as a standalone tool.