haskell-serialise 0.2.5.0-1 source package in Ubuntu

Changelog

haskell-serialise (0.2.5.0-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Wed, 27 Jul 2022 13:43:56 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-serialise_0.2.5.0-1.dsc 3.9 KiB 957f80c533f67a00f2ec11d073b0c2d1bc4a19800ff3f16baedd3603b208fd6e
haskell-serialise_0.2.5.0.orig.tar.gz 73.3 KiB 4262acf5f8a1e6638cfc663274ca784882199b35a169d317e12195d6db02de22
haskell-serialise_0.2.5.0-1.debian.tar.xz 3.0 KiB f64517c3ecadfba351b9a60188c40e7e50796dee578aab453dd6b7f3b275265a

No changes file available.

Binary packages built by this source

libghc-serialise-dev: No summary available for libghc-serialise-dev in ubuntu kinetic.

No description available for libghc-serialise-dev in ubuntu kinetic.

libghc-serialise-doc: No summary available for libghc-serialise-doc in ubuntu kinetic.

No description available for libghc-serialise-doc in ubuntu kinetic.

libghc-serialise-prof: binary serialisation library for Haskell values; profiling libraries

 This package (formerly binary-serialise-cbor) provides pure, efficient
 serialization of Haskell values directly into ByteStrings for storage or
 transmission purposes. By providing a set of typeclass instances, you can
 also serialise any custom data type you have as well.
 .
 The underlying binary format used is the 'Concise Binary Object
 Representation', or CBOR, specified in RFC 7049. As a result,
 serialised Haskell values have implicit structure outside of the
 Haskell program itself, meaning they can be inspected or analyzed
 without custom tools.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.