Source: cup Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner Build-Depends: ant, cup (>= 0.11a), debhelper (>= 11), default-jdk, jflex (>= 1.6.1), maven-repo-helper Standards-Version: 4.2.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/cup.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/cup.git Homepage: http://www2.cs.tum.edu/projects/cup/ Package: cup Architecture: all Depends: default-jre-headless | java8-runtime-headless, ${misc:Depends} Suggests: java-compiler Description: LALR parser generator for Java(tm) CUP is the "Constructor of Useful Parsers", a system for generating parsers from simple LALR specifications. It serves the same role as the widely used program YACC and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java.