sablecc 3.7-2 source package in Ubuntu

Changelog

sablecc (3.7-2) unstable; urgency=medium

  * Team upload.
  * Update Standards-Version to 4.5.1
    - Update priority to optional.
  * Use debhelper-compat.
    - Update compat level to 13.
  * Update Vcs to salsa.
  * Add Rules-Requires-Root: no.
  * Remove whitespace from d/control and d/rules.

 -- Sudip Mukherjee <email address hidden>  Sat, 02 Jan 2021 11:13:16 +0000

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sablecc_3.7-2.dsc 2.0 KiB b0671a0b3e6398593ea97937e855ed0e8b519fa0205de5164febcf01ac7768a5
sablecc_3.7.orig.tar.gz 174.9 KiB 53a914409864c6711b58c2a83fc5c592e0870619ce9a3b6d317ec68a948cbf41
sablecc_3.7-2.debian.tar.xz 2.8 KiB d3803a5f34a58cc1e6397779a5198a5628c4c47bdd8fbea43628c246ebdb56f8

Available diffs

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.