cup 0.11a+20060608-3build1 source package in Ubuntu

Changelog

cup (0.11a+20060608-3build1) quantal; urgency=low

  * No-change rebuild with openjdk-7 as default-jdk.
 -- James Page <email address hidden>   Fri, 18 May 2012 11:36:09 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Quantal
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main devel

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cup_0.11a+20060608.orig.tar.gz 101.1 KiB 704855bbffe73ec11d4b75d756f4fc1556b7d9a3a0fe97fb8178c706a82065a2
cup_0.11a+20060608-3build1.debian.tar.gz 4.8 KiB a60965d402327af95b148978bcd42f769ee62eae93eb8183ff03f81a047f9da3
cup_0.11a+20060608-3build1.dsc 2.0 KiB 9fa6e7f61a981783e29dfc63e6a84b59b4ed89441486b387132ca0a480712818

View changes file

Binary packages built by this source

cup: 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.