deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: haddock-interface-38, sgml-base (>= 1.28)
Description: |-
memory-efficient representation of Unicode text strings; documentation
This Haskell library provides the 'ShortText' type which is suitable
for keeping many short strings in memory. This is similiar to the
relationship between 'ShortByteString' and 'ByteString'.
.
The main differences between 'Text' and 'ShortText' is that
'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText'
doesn't support zero-copy slicing (thereby saving 2 words).
Consequently, the memory footprint of a (boxed) 'ShortText' value is 4
words (2 words when unboxed) plus the length of the UTF-8 encoded
payload.
.
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/hvr/text-short
Installed-Size: '1187'
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Package: libghc-text-short-doc
Priority: optional
Recommends: ghc-doc, libghc-hashable-doc, libghc-text-short-dev, libjs-mathjax
Section: doc
Source: haskell-text-short
Suggests: libghc-text-short-prof
Version: 0.1.5-1
srcpkg_name: haskell-text-short
srcpkg_version: 0.1.5-1