[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#814794: ITP: gradle-jflex-plugin -- Gradle plugin for JFlex, a scanner generator



Package: wnpp
Severity: wishlist
Owner: Markus Koschany <apo@debian.org>

* Package name    : gradle-jflex-plugin
  Version         : 0.0.2
  Upstream Author : Thomas Lee
* URL             : https://github.com/thomaslee/gradle-jflex-plugin
* License         : Apache-2.0
  Programming Lang: Java
  Description     : Gradle plugin for JFlex, a scanner generator

The gradle-jflex-plugin makes it possible to integrate JFlex into the
Gradle build system. JFlex itself is a lexical analyzer generator that
takes as input a specification with a set of regular expressions and
corresponding actions. It generates a program (a lexer) that reads
input, matches the input against the regular expressions in the spec
file, and runs the corresponding action if a regular expression
matched.

gradle-jflex-plugin is a build-dependency for apktool but it is useful
for other Gradle based projects too that want to integrate JFlex
functionality.

https://bugs.debian.org/806855


Reply to: