How to Install and Uninstall libghc-store-doc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

1. Install "libghc-store-doc" package

Please follow the step by step instructions below to install libghc-store-doc on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libghc-store-doc

2. Uninstall "libghc-store-doc" package

Please follow the steps below to uninstall libghc-store-doc on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libghc-store-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-store-doc package on Ubuntu 21.04 (Hirsute Hippo)

Package: libghc-store-doc
Architecture: all
Version: 0.7.6-1build2
Priority: optional
Section: universe/doc
Source: haskell-store
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3359
Depends: haddock-interface-35
Recommends: libghc-hashable-doc, libghc-hspec-doc, libghc-lifted-base-doc, libghc-monad-control-doc, libghc-mono-traversable-doc, libghc-network-doc, libghc-primitive-doc, libghc-store-core-doc, libghc-th-lift-doc, libghc-th-utilities-doc, libghc-unordered-containers-doc, libghc-vector-doc, libjs-mathjax
Filename: pool/universe/h/haskell-store/libghc-store-doc_0.7.6-1build2_all.deb
Size: 155724
MD5sum: 4aa35815a2b44c9a472be9b441f9fd60
SHA1: fe8ce3d274f560bd1f0c6110194f38b371d4bf6e
SHA256: c551db9a0bf021902aefd861ce618176ead0f07b5c5ecd61a86dfa07116b796c
SHA512: 103f688c9920ecf8afa52a34e66598f9f8e92ecfe08742121a9e9b2272898c7992628632192abb0b56aa7d866b5e77ea5f7e94e5a59c4ea97a02a3f5ed5f29f1
Homepage: https://github.com/fpco/store
Description-en: 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.
Description-md5: 0ee514910f5e93d1c30ede2be91429af