Source: yydebug
Section: java
Priority: optional
Maintainer: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 10), default-jdk
Standards-Version: 4.1.1
Homepage: https://github.com/jruby/jay-yydebug
Vcs-Git: https://anonscm.debian.org/git/pkg-java/yydebug.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/yydebug.git

Package: yydebug
Architecture: all
Multi-Arch: foreign
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.
