haskell-store 0.7.6-1build2 source package in Ubuntu

Changelog

haskell-store (0.7.6-1build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 20:49:47 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-store_0.7.6.orig.tar.gz 42.2 KiB 1832caf11cb02d62ee6dd683a18b17657b5dd133b3b53de3f2a758c8d0e8eabf
haskell-store_0.7.6-1build2.debian.tar.xz 4.0 KiB bbac7621a3a110a3e12a577640024d3b2dddeac461c72111eab3d65eba9a921b
haskell-store_0.7.6-1build2.dsc 4.7 KiB 3590ee5d217e6f2bdb3fac36b783950d7052ef834f3fb1ffc6e626e91591a4ce

Available diffs

View changes file

Binary packages built by this source

libghc-store-dev: No summary available for libghc-store-dev in ubuntu impish.

No description available for libghc-store-dev in ubuntu impish.

libghc-store-doc: Fast binary serialization; documentation

 The 'store' package provides efficient binary serialization. There are a
 couple features that particularly distinguish it from most prior Haskell
 serialization libraries:
 .
  * Its primary goal is speed. By default, direct machine representations
    are used for things like numeric values (Int, Double, Word32, etc)
    and buffers (Text, ByteString, Vector, etc). This means that much of
    serialization uses the equivalent of memcpy.
  * Instead of implementing lazy serialization / deserialization involving
    multiple input / output buffers, peek and poke always work with a
    single buffer. This buffer is allocated by asking the value for its
    size before encoding. This simplifies the encoding logic, and allows
    for highly optimized tight loops.
  * store can optimize size computations by knowing when some types always
    use the same number of bytes. This allows for computing the byte size
    of a `Vector Int32` by just doing `length v * 4`.
 .
 It also features:
 .
  * Optimized serialization instances for many types from base, vector,
    bytestring, text, containers, time, template-haskell, and more.
  * TH and GHC Generics based generation of Store instances for datatypes
  * TH generation of testcases
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-store-prof: No summary available for libghc-store-prof in ubuntu impish.

No description available for libghc-store-prof in ubuntu impish.