haskell-store 0.4.3.2-2build1 source package in Ubuntu

Changelog

haskell-store (0.4.3.2-2build1) bionic; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 26 Jan 2018 09:49:30 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-store_0.4.3.2.orig.tar.gz 42.6 KiB eca47c14b14ce5a6369a4b09a048b5a7fe7574d3f1b1099bc03449416c80308e
haskell-store_0.4.3.2-2build1.debian.tar.xz 3.4 KiB 78c27431ce91138b1005ec023dca84a3bce191fed40f16d2718510d595206afa
haskell-store_0.4.3.2-2build1.dsc 4.8 KiB 7612b8b378775139c1bc0cf4747c5ad2d5f2b46032074dcedb62e9b60637ebbf

View changes file

Binary packages built by this source

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

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

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 cosmic.

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