libghc-store-dev binary package in Ubuntu Lunar s390x

 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 a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-12-28 04:09:00 UTC Published Ubuntu Lunar s390x release universe haskell Optional 0.7.16-1build1
  • Published
  • Copied from ubuntu lunar-proposed s390x in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar s390x proposed universe haskell Optional 0.7.16-1build1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-12-11 23:13:57 UTC Superseded Ubuntu Lunar s390x proposed universe haskell Optional 0.7.16-1
  • Removed from disk .
  • Removal requested .
  • Superseded by s390x build of haskell-store 0.7.16-1build1 in ubuntu lunar PROPOSED
  • Published
  2022-12-28 04:21:16 UTC Superseded Ubuntu Lunar s390x release universe haskell Optional 0.7.15-1
  • Removed from disk .
  • Removal requested .
  • Superseded by s390x build of haskell-store 0.7.16-1build1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu kinetic-proposed s390x in Primary Archive for Ubuntu