1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: gradle-jflex-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper (>= 9),
gradle-debian-helper,
default-jdk,
jflex (>= 1.6.1),
maven-repo-helper
Standards-Version: 3.9.8
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.
|