deb_control_files:
- control
- md5sums
deb_fields:
Architecture: amd64
Depends: libghc-array-prof-0.5.6.0-65c23, libghc-async-prof-2.2.5-51753, libghc-base-orphans-prof-0.9.2-d3cf3,
libghc-base-prof-4.18.2.1-8e81e, libghc-base64-bytestring-prof-1.2.1.0-8ec51,
libghc-bifunctors-prof-5.6.2-dc268, libghc-bytestring-prof-0.11.5.3-7048d, libghc-containers-prof-0.6.7-7a228,
libghc-contravariant-prof-1.5.5-beebf, libghc-cryptohash-sha1-prof-0.11.101.0-2a2cb,
libghc-deepseq-prof-1.4.8.1-9013f, libghc-directory-prof-1.3.8.5-98ebe, libghc-filepath-prof-1.4.300.1-f6cd4,
libghc-free-prof-5.2-73b8a, libghc-ghc-prim-prof-0.10.0-e2193, libghc-hashable-prof-1.4.4.0-fb202,
libghc-hspec-prof-2.11.9-e45e4, libghc-hspec-smallcheck-prof-0.5.3-9467a, libghc-integer-gmp-prof-1.1-e6c41,
libghc-lifted-base-prof-0.2.3.12-e8035, libghc-monad-control-prof-1.0.3.1-b8be8,
libghc-mono-traversable-prof-1.0.20.0-da260, libghc-network-prof-3.1.4.0-a0756,
libghc-primitive-prof-0.8.0.0-0ecbe, libghc-resourcet-prof-1.3.0-2d998, libghc-safe-prof-0.3.21-37825,
libghc-smallcheck-prof-1.2.1.1-ef792, libghc-store-core-prof-0.4.4.7-e2ffa, libghc-store-dev
(= 0.7.18-2+b1), libghc-syb-prof-0.7.2.4-5c37c, libghc-template-haskell-prof-2.20.0.0-54f98,
libghc-text-prof-2.0.2-5b954, libghc-th-lift-instances-prof-0.1.20-dec8b, libghc-th-lift-prof-0.8.4-95248,
libghc-th-orphans-prof-0.13.14-02ef9, libghc-th-reify-many-prof-0.1.10-4c7b4,
libghc-th-utilities-prof-0.2.5.0-93734, libghc-time-prof-1.12.2-eb20f, libghc-transformers-prof-0.6.1.0-5335d,
libghc-unordered-containers-prof-0.2.20-a0e00, libghc-vector-prof-0.13.1.0-ca5d5,
libghc-void-prof-0.7.3-a7720
Description: |-
Fast binary serialization; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Homepage: https://github.com/mgsloan/store
Installed-Size: '10770'
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Package: libghc-store-prof
Priority: optional
Provides: libghc-store-prof-0.7.18-fa710
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