deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: haddock-interface-42
Description: |-
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.
Homepage: https://github.com/mgsloan/store
Installed-Size: '4425'
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Package: libghc-store-doc
Priority: optional
Recommends: ghc-doc, libghc-base-orphans-doc, libghc-base64-bytestring-doc, libghc-cryptohash-sha1-doc,
libghc-hashable-doc, libghc-hspec-doc, libghc-hspec-smallcheck-doc, libghc-lifted-base-doc,
libghc-monad-control-doc, libghc-mono-traversable-doc, libghc-network-doc, libghc-primitive-doc,
libghc-safe-doc, libghc-smallcheck-doc, libghc-store-core-doc, libghc-store-dev,
libghc-syb-doc, libghc-th-lift-instances-doc, libghc-th-orphans-doc, libghc-th-reify-many-doc,
libghc-th-utilities-doc, libghc-unordered-containers-doc, libghc-vector-doc, libjs-mathjax
Section: doc
Source: haskell-store
Suggests: libghc-store-prof
Version: 0.7.18-2
srcpkg_name: haskell-store
srcpkg_version: 0.7.18-2