deb_control_files:
- control
- md5sums
deb_fields:
Architecture: arm64
Depends: libghc-array-dev-0.5.6.0-65c23, libghc-async-dev-2.2.5-a3b4a, libghc-base-dev-4.18.2.1-75247,
libghc-base-orphans-dev-0.9.2-d3cf3, libghc-base64-bytestring-dev-1.2.1.0-cb741,
libghc-bifunctors-dev-5.6.2-31393, libghc-bytestring-dev-0.11.5.3-31c85, libghc-containers-dev-0.6.7-3eda8,
libghc-contravariant-dev-1.5.5-beebf, libghc-cryptohash-sha1-dev-0.11.101.0-fbd0d,
libghc-deepseq-dev-1.4.8.1-71feb, libghc-directory-dev-1.3.8.5-71f9f, libghc-filepath-dev-1.4.300.1-4a448,
libghc-free-dev-5.2-94138, libghc-ghc-prim-dev-0.10.0-e2193, libghc-hashable-dev-1.4.4.0-3ee83,
libghc-hspec-dev-2.11.9-3287b, libghc-hspec-smallcheck-dev-0.5.3-6bf9c, libghc-integer-gmp-dev-1.1-e6c41,
libghc-lifted-base-dev-0.2.3.12-e8035, libghc-monad-control-dev-1.0.3.1-b8be8,
libghc-mono-traversable-dev-1.0.20.0-73dc6, libghc-network-dev-3.1.4.0-71512,
libghc-primitive-dev-0.8.0.0-860ad, libghc-resourcet-dev-1.3.0-7105f, libghc-safe-dev-0.3.21-37825,
libghc-smallcheck-dev-1.2.1.1-f0d12, libghc-store-core-dev-0.4.4.7-7eb2f, libghc-syb-dev-0.7.2.4-5c37c,
libghc-template-haskell-dev-2.20.0.0-a6103, libghc-text-dev-2.0.2-edcc7, libghc-th-lift-dev-0.8.4-5b668,
libghc-th-lift-instances-dev-0.1.20-3883c, libghc-th-orphans-dev-0.13.14-6531a,
libghc-th-reify-many-dev-0.1.10-6d912, libghc-th-utilities-dev-0.2.5.0-054ac,
libghc-time-dev-1.12.2-a9ccc, libghc-transformers-dev-0.6.1.0-5335d, libghc-unordered-containers-dev-0.2.20-bef9d,
libghc-vector-dev-0.13.1.0-c924b, libghc-void-dev-0.7.3-a7720, libc6 (>= 2.17),
libgmp10 (>= 2:6.3.0+dfsg)
Description: |-
Fast binary serialization
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.
Ghc-Package: store-0.7.18-Hi9kLzGzxOBL6tfTQIg6a4
Homepage: https://github.com/mgsloan/store
Installed-Size: '11049'
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Package: libghc-store-dev
Priority: optional
Provides: libghc-store-dev-0.7.18-a6eab
Section: haskell
Source: haskell-store (0.7.18-2)
Version: 0.7.18-2+b1
srcpkg_name: haskell-store
srcpkg_version: 0.7.18-2