jflex 1.6.1-2 source package in Ubuntu

Changelog

jflex (1.6.1-2) unstable; urgency=medium

  * Tighten build-dependency on jflex.
  * Drop LexScan.flex.patch. No longer necessary with version 1.6.1 of jflex
    which is available in the archive now.
  * Update build.patch for compilation with jflex 1.6.1. (Closes: #832645)
  * Run jflex and cup before the actual build to fix a compilation error.

 -- Markus Koschany <email address hidden>  Thu, 28 Jul 2016 06:01:51 +0200

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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jflex_1.6.1-2.dsc 2.0 KiB 606f348e75f414d6d9da75da9787dffe8d7d9f7a4ff9da5defa8693eed2d6b86
jflex_1.6.1.orig.tar.xz 608.1 KiB 79363e047b06620179ad0fadff96ec9e9a29ee97f4a1239e114c2495e87178de
jflex_1.6.1-2.debian.tar.xz 5.9 KiB f81bffa8c907796a32edb5874b06f74e938e888ad7da1cea9f8006dee7dcbbe2

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.