haskell-boomerang 1.4.6-2build2 source package in Ubuntu
Changelog
haskell-boomerang (1.4.6-2build2) hirsute; urgency=medium * No-change rebuild for new GHC ABIs -- Steve Langasek <email address hidden> Fri, 30 Oct 2020 00:24:37 +0000
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Hirsute
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- haskell
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | haskell |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-boomerang_1.4.6.orig.tar.gz | 14.3 KiB | 0c7b4d3b26f85295e4d7ac30c21b0123e7f2b1ce02d403f300ae1c871b7b5625 |
haskell-boomerang_1.4.6-2build2.debian.tar.xz | 3.4 KiB | 29660c298112c1e443b99b51576eb39ac6512d61e53ec20eb17c29e494aefa6e |
haskell-boomerang_1.4.6-2build2.dsc | 2.5 KiB | be5fc03393670f31351132385588cc40625ead05a4727bde4a45cd5596b2bfe7 |
Available diffs
- diff from 1.4.6-2build1 to 1.4.6-2build2 (520 bytes)
Binary packages built by this source
- libghc-boomerang-dev: No summary available for libghc-boomerang-dev in ubuntu hirsute.
No description available for libghc-
boomerang- dev in ubuntu hirsute.
- libghc-boomerang-doc: invertible parsing and printing; documentation
Specify a single unified grammar which can be used for parsing and
pretty-printing.
.
Boomerang is a DSL for creating parsers and pretty-printers using a single
specification. Instead of writing a parser, and then writing a separate
pretty-printer, both are created at once. This saves time, and ensures that
the parser and pretty-printer are inverses and stay in-sync with each other.
.
Boomerang is a generalized derivative of the Zwaluw library created by
Sjoerd Visscher and Martijn van Steenbergen.
.
This package contains the documentation files.
- libghc-boomerang-prof: invertible parsing and printing; profiling libraries
Specify a single unified grammar which can be used for parsing and
pretty-printing.
.
Boomerang is a DSL for creating parsers and pretty-printers using a single
specification. Instead of writing a parser, and then writing a separate
pretty-printer, both are created at once. This saves time, and ensures that
the parser and pretty-printer are inverses and stay in-sync with each other.
.
Boomerang is a generalized derivative of the Zwaluw library created by
Sjoerd Visscher and Martijn van Steenbergen.
.
This package contains the libraries compiled with profiling enabled.