jflex 1.7.0-3 source package in Ubuntu

Changelog

jflex (1.7.0-3) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.6.2.
  * Fix debian/watch file.

 -- Markus Koschany <email address hidden>  Tue, 28 Feb 2023 00:02:13 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jflex_1.7.0-3.dsc 2.1 KiB 13d6f9c80708e583b694162480a3074a7c6da0030f6bb38b084aa42be8c9d8f2
jflex_1.7.0.orig.tar.xz 772.9 KiB 3ee23e648010a88e1f56476ba9e70dcaeedd6145e7008e2505f4a740ca583b49
jflex_1.7.0-3.debian.tar.xz 6.6 KiB 4e052f1fd0c0e6defcd98409d56ab9f64b52d8f68ae3fa8d132c04dc1fa3e362

Available diffs

No changes file available.

Binary packages built by this source

jflex: 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.