uuagc 0.9.55-1 source package in Ubuntu

Changelog

uuagc (0.9.55-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * New upstream release
  * Remove retired developer, Joachim Breitner, from Uploaders.
  * Build using the AG sources (Closes: #965311)

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Update watch file format version to 4.
  * Update renamed lintian tag names in lintian overrides.
  * Set upstream metadata fields: Archive, Bug-Database.
  * Update standards version to 4.6.2, no changes needed.

 -- Ilias Tsitsimpis <email address hidden>  Fri, 06 Oct 2023 09:20:12 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel

Downloads

File Size SHA-256 Checksum
uuagc_0.9.55-1.dsc 2.2 KiB 3502c27b72b396d2e70962e384554eda59a921b7384b54b4e910510f0fdac48f
uuagc_0.9.55.orig.tar.gz 809.1 KiB 0cff4fafee6d1fffda5d409d6883e116a6a414434e087e99709c371f284913c8
uuagc_0.9.55-1.debian.tar.xz 10.8 KiB 50cca238abb2a96ba5eb37b50d6e3e5bede5cffda954e3bb6c52d3bde64c141e

Available diffs

No changes file available.

Binary packages built by this source

uuagc: compiler for the Utrecht University Attribute Grammar system

 The Attribute Grammar system can be used to annotate the production
 rules of a grammar with inherited and synthesised attributes. The
 values of the attributes can be determined while parsing/traversing
 the abstract syntax tree and will give the semantic value of the tree.
 .
 The inherited attributes are values which are passed downwards through
 the abstract syntax tree and the synthesised attributes are passed
 upwards. Haskell expressions are used to describe the computation of
 the attributes.
 .
 The uuagc compiler takes a set files in which the attribute grammar
 is defined and generates a Haskell file that contains the data type
 definitions corresponding to the grammar, semantic functions and
 catamorphisms (functions that take a syntax tree and return the
 semantic value of that tree)
 .
 The (Utrecht University) Attribute Grammar system is part of the
 Haskell Utrecht Tools set.