Source: gradle-jflex-plugin Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Markus Koschany Build-Depends: debhelper (>= 11), gradle-debian-helper, default-jdk, jflex (>= 1.7.0), maven-repo-helper Standards-Version: 4.2.1 Homepage: https://github.com/thomaslee/gradle-jflex-plugin Vcs-Git: https://anonscm.debian.org/git/pkg-java/gradle-jflex-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gradle-jflex-plugin.git Package: libgradle-jflex-plugin-java Architecture: all Depends: ${misc:Depends} 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.