1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: yydebug
Section: java
Priority: extra
Maintainer: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 7.0.50~), default-jdk
Standards-Version: 3.9.6
Homepage: http://www.cs.rit.edu/~ats/projects/lp/doc/jay/yydebug/package-summary.html
Vcs-Git: git://anonscm.debian.org/pkg-java/yydebug.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/yydebug.git
Package: yydebug
Architecture: all
Depends: ${misc:Depends}
Description: support library for the Java-based parser generator jay
This is a library that supports tracing and animation for a Java-based parser
generated by jay. It produces one-line messages by default to standard output.
The messages are designed to be filtered by a program such as grep. The class
jay.yydebug.yyAnim provides an animation of the parsing process.
|