sablecc 3.2-1 source package in Ubuntu

Changelog

sablecc (3.2-1) sid; urgency=low


  * Upload to Debian. Sablecc was removed previously in #508361
    (Closes: #677567)
  * Set maintainer to Eucalyptus packaging team with Alexandre & myself
    as uploaders
  * Add watch file
  * Standards version 3.9.3 (no changes required)

 -- Chris Halls <email address hidden>  Thu, 14 Jun 2012 22:57:13 +0100

Upload details

Uploaded by:
Debian Eucalyptus Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Eucalyptus Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe java

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
sablecc_3.2-1.dsc 1.2 KiB ca15a1b4a7b6ba55f917ec0e0085fa5e13538a13b917b41772a0e9a9a66e778a
sablecc_3.2.orig.tar.gz 432.5 KiB 502d4ee43e90dc3bcbfe2aec6ad38d05e66024fb3da5893ed904fd4fc0f0ec58
sablecc_3.2-1.debian.tar.gz 2.3 KiB 69b380e062d7efa83cf398c7ac6aa46d41d75306ed6aaaf590190c493e889461

No changes file available.

Binary packages built by this source

sablecc: Object-oriented fully featured parser generator

 SableCC is a parser generator which generates fully featured
 object-oriented frameworks for building compilers, interpreters and
 other text parsers.
 .
 In particular, generated frameworks include intuitive strictly-typed
 abstract syntax trees and tree walkers. SableCC also keeps a clean
 separation between machine-generated code and user-written code.
 .
 This package also contains AntTask, a task to invoke SableCC on grammar
 files.