bnfc 2.8.1-6build2 source package in Ubuntu

Changelog

bnfc (2.8.1-6build2) focal; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 09:06:34 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bnfc_2.8.1.orig.tar.gz 219.7 KiB 2c1bea5c034483813091eea0ea5c830fdde8fedd31b1fc021ea69823b30a5920
bnfc_2.8.1-6build2.debian.tar.xz 6.5 KiB 785a74cfb25cda79d99a5948e0c89a07440b6cc5cfd77ec6bae8b7f93f7269bc
bnfc_2.8.1-6build2.dsc 2.0 KiB 990f6415de1e305322b8b6a0a038e340edd501681d6fba55278ebaf3c608bf5f

Available diffs

View changes file

Binary packages built by this source

bnfc: Compiler front-end generator based on Labelled BNF

 The BNF Converter is a compiler construction tool that generates a
 compiler front-end and a readable syntax description document from a
 Labelled BNF grammar. It was originally written to generate Haskell,
 but it can now also be used for generating Java, C++, and C.
 .
 To process Haskell output, you need the Glorious Glasgow Haskell
 Compiler (virtual package ghc), the Happy parser generator (package
 happy) and the Alex scanner generator (package alex).
 .
 To process Java output, you need a Java compiler and virtual machine,
 the CUP parser generator (package cup) and the JLex scanner generator
 (package jlex).
 .
 To process C or C++ output, you need a C or C++ compiler,
 respectively, the Bison parser generator (package bison) and the flex
 scanner generator (package flex).
 .
 To process the generated documents, you need LaTeX (packages
 tetex-base, tetex-bin, etc.).