ible regular expressions; profiling libraries
 A library containing the PCRE backend to accompany regex-base.
 .
 This package contains additional profiling libraries which can be
 used with ghc-prof.

Package: libghc-regex-posix-dev
Description-md5: d4699f604d7d20a59d809129246e1a72
Description-en: GHC library of the POSIX regex backend for regex-base
 A library containing a POSIX regular expression backend conforming to
 the interface API of regex-base.
 .
 This package contains the libraries for use with GHC.

Package: libghc-regex-posix-doc
Description-md5: 8ff2a00846e5fb1a189e982a6990e407
Description-en: API documentation for regex-posix Haskell library
 A library containing a POSIX regular expression backend conforming to
 the interface API of regex-base.
 .
 This package contains the API documentation of the library.

Package: libghc-regex-posix-prof
Description-md5: 0f8de89c6bc850a39777180b64546dc2
Description-en: GHC profiling library of the POSIX regex backend for regex-base
 A library containing a POSIX regular expression backend conforming to
 the interface API of regex-base.
 .
 This package contains additional profiling libraries which can be
 used with ghc-prof.

Package: libghc-regex-tdfa-dev
Description-md5: 12f71fd5f10e3c1616763256209bd507
Description-en: Haskell library for a tagged DFA regex engine
 A pure Haskell alternative to GHC's Text.Regex module (with some
 enhancements). The Text.Regex module marshalls the data back and forth to
 c-arrays to call libc and this is far too slow (and strict).
 .
 This module parses regular expression Strings using a Parsec parser and
 creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
 transformed a DFA table for matching against the input String or
 FastPackedString. The input string is consumed lazily, so it may be an
 arbitrarily long or infinite source.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-regex-tdfa-doc
Description-md5: 84447a2dc96aee585c65d093e08979fe
Description-en: Haskell library for a tagged DFA regex engine; documentation
 A pure Haskell alternative to GHC's Text.Regex module (with some
 enhancements). The Text.Regex module marshalls the data back and forth to
 c-arrays to call libc and this is far too slow (and strict).
 .
 This module parses regular expression Strings using a Parsec parser and
 creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
 transformed a DFA table for matching against the input String or
 FastPackedString. The input string is consumed lazily, so it may be an
 arbitrarily long or infinite source.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-regex-tdfa-prof
Description-md5: 32383deafe24648ddf815812157aae4c
Description-en: Haskell library for a tagged DFA regex engine; profiling libraries
 A pure Haskell alternative to GHC's Text.Regex module (with some
 enhancements). The Text.Regex module marshalls the data back and forth to
 c-arrays to call libc and this is far too slow (and strict).
 .
 This module parses regular expression Strings using a Parsec parser and
 creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
 transformed a DFA table for matching against the input String or
 FastPackedString. The input string is consumed lazily, so it may be an
 arbitrarily long or infinite source.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-regexpr-dev
Description-md5: 29d8ff52e3869050a58f6d9862193909
Description-en: Regular expression library like Perl/Ruby
 This package contains Haskell functions for regular expressions.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-regexpr-doc
Description-md5: 25abea63465fa8c65d433f1e48c76dd6
Description-en: Regular expression library like Perl/Ruby; documentation
 This package contains Haskell functions for regular expressions.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-regexpr-prof
Description-md5: 4f271e28f61fb25098d33fa297fd86c5
Description-en: Regular expression library like Perl/Ruby; profiling libraries
 This package contains Haskell functions for regular expressions.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-reinterpret-cast-dev
Description-md5: 48c8aae76a801a13292c054f4ba9e69d
Description-en: Memory reinterpretation casts for Float/Double/Word32/Word64
 This package provides memory reinterpretation casts for Float/Double and
 Word32/Word64 for Haskell. The implementations in the @.Internal@ package are
 different ways to tackle the problem; the @array@ method (current default) is
 about 5 times faster than the @FFI@ method.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-reinterpret-cast-doc
Description-md5: fedb1438879895bb817416684b53c5c5
Description-en: Memory reinterpretation casts for Float/Double/Word32/Word64; documentation
 This package provides memory reinterpretation casts for Float/Double and
 Word32/Word64 for Haskell. The implementations in the @.Internal@ package are
 different ways to tackle the problem; the @array@ method (current default) is
 about 5 times faster than the @FFI@ method.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-reinterpret-cast-prof
Description-md5: 472e781a976958c8f8fed7d21cf6b86e
Description-en: Memory reinterpretation casts for Float/Double/Word32/Word64; profiling libraries
 This package provides memory reinterpretation casts for Float/Double and
 Word32/Word64 for Haskell. The implementations in the @.Internal@ package are
 different ways to tackle the problem; the @array@ method (current default) is
 about 5 times faster than the @FFI@ method.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-repa-dev
Description-md5: 3adfc311712a41bb39d7f2ef84cfe7a6
Description-en: Regular parallel arrays for Haskell
 Repa provides high performance, regular, multi-dimensional, shape polymorphic
 parallel arrays. All numeric data is stored unboxed. Functions written with
 the Repa combinators are automatically parallel provided you supply +RTS -Nn
 on the command line when running the program.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-repa-doc
Description-md5: 9c7009bcbb856849d18f9cbb4b3e6034
Description-en: Regular parallel arrays for Haskell; documentation
 Repa provides high performance, regular, multi-dimensional, shape polymorphic
 parallel arrays. All numeric data is stored unboxed. Functions written with
 the Repa combinators are automatically parallel provided you supply +RTS -Nn
 on the command line when running the program.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-repa-prof
Description-md5: 29498f7d872414a8635067948f983954
Description-en: Regular parallel arrays for Haskell; profiling libraries
 Repa provides high performance, regular, multi-dimensional, shape polymorphic
 parallel arrays. All numeric data is stored unboxed. Functions written with
 the Repa combinators are automatically parallel provided you supply +RTS -Nn
 on the command line when running the program.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-repline-dev
Description-md5: a51573daaae50af3417edf734b563d68
Description-en: Haskeline wrapper for GHCi-like REPL interfaces.
 Haskeline wrapper for GHCi-like REPL interfaces. Composable with
 normal mtl transformers.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-repline-doc
Description-md5: 24da87079b3ef67a9ed2e81e9a84b027
Description-en: Haskeline wrapper for GHCi-like REPL interfaces.; documentation
 Haskeline wrapper for GHCi-like REPL interfaces. Composable with
 normal mtl transformers.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-repline-prof
Description-md5: e7af945329afb8e25f58d492cf8f0985
Description-en: Haskeline wrapper for GHCi-like REPL interfaces.; profiling libraries
 Haskeline wrapper for GHCi-like REPL interfaces. Composable with
 normal mtl transformers.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resolv-dev
Description-md5: b581af2d5cd11e8f1b89ef8aec44b7f9
Description-en: Domain Name Service (DNS) lookup via libresolv
 This package implements an API for accessing the Domain Name Service (DNS)
 resolver service via the standard libresolv system library (whose
 API is often available directly via the standard libc C library) on
 Unix systems.
 .
 This package also includes support for decoding message record types
 as defined in the following RFCs:
 .
  - RFC 1035: Domain Names - Implementation And Specification
  - RFC 1183: New DNS RR Definitions
  - RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
  - RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
  - RFC 3596: DNS Extensions to Support IP Version 6
  - RFC 4034: Resource Records for the DNS Security Extensions
  - RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
  - RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
    in E-Mail, Version 1
  - RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
  - RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
  - RFC 6891: Extension Mechanisms for DNS (EDNS(0))
  - RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resolv-doc
Description-md5: 818b798024d56ecfc11817372a273d77
Description-en: Domain Name Service (DNS) lookup via libresolv; documentation
 This package implements an API for accessing the Domain Name Service (DNS)
 resolver service via the standard libresolv system library (whose
 API is often available directly via the standard libc C library) on
 Unix systems.
 .
 This package also includes support for decoding message record types
 as defined in the following RFCs:
 .
  - RFC 1035: Domain Names - Implementation And Specification
  - RFC 1183: New DNS RR Definitions
  - RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
  - RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
  - RFC 3596: DNS Extensions to Support IP Version 6
  - RFC 4034: Resource Records for the DNS Security Extensions
  - RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
  - RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
    in E-Mail, Version 1
  - RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
  - RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
  - RFC 6891: Extension Mechanisms for DNS (EDNS(0))
  - RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resolv-prof
Description-md5: bac1fe657b3a1343b85aa4c2cc8edf75
Description-en: Domain Name Service (DNS) lookup via libresolv; profiling libraries
 This package implements an API for accessing the Domain Name Service (DNS)
 resolver service via the standard libresolv system library (whose
 API is often available directly via the standard libc C library) on
 Unix systems.
 .
 This package also includes support for decoding message record types
 as defined in the following RFCs:
 .
  - RFC 1035: Domain Names - Implementation And Specification
  - RFC 1183: New DNS RR Definitions
  - RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
  - RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
  - RFC 3596: DNS Extensions to Support IP Version 6
  - RFC 4034: Resource Records for the DNS Security Extensions
  - RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
  - RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
    in E-Mail, Version 1
  - RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
  - RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
  - RFC 6891: Extension Mechanisms for DNS (EDNS(0))
  - RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resource-pool-dev
Description-md5: 8c43b90a218151148f5c7467afdbcc83
Description-en: high-performance striped resource-pooling implementation
 A high-performance striped pooling abstraction for managing flexibly-sized
 collections of resources such as database connections.  .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resource-pool-doc
Description-md5: fdf6afa02f849fc1cf1e93a1a18bbf78
Description-en: high-performance striped resource-pooling implementation; documentation
 A high-performance striped pooling abstraction for managing flexibly-sized
 collections of resources such as database connections.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resource-pool-prof
Description-md5: 938cd53c9524ab0316e6025a8ba2cd57
Description-en: high-performance striped resource-pooling implementation; profiling libraries
 A high-performance striped pooling abstraction for managing flexibly-sized
 collections of resources such as database connections.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resourcet-dev
Description-md5: 5b2e77647c053c56bf11b98237c84d25
Description-en: deterministic allocation and freeing of scarce resources
 Control.Monad.Trans.Resource allocates resources which are guaranteed
 to be released.  One point to note: all register cleanup actions live
 in the IO monad, not the main monad. This allows both more efficient
 code, and for monads to be transformed.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resourcet-doc
Description-md5: 72c894c4e1d0960ece3b4ea3e7f4b7f5
Description-en: deterministic allocation and freeing of scarce resources; documentation
 Control.Monad.Trans.Resource allocates resources which are guaranteed
 to be released.  One point to note: all register cleanup actions live
 in the IO monad, not the main monad. This allows both more efficient
 code, and for monads to be transformed.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-resourcet-prof
Description-md5: 33df798f339c685a978367bc172d11c0
Description-en: deterministic allocation and freeing of scarce resources; profiling libraries
 Control.Monad.Trans.Resource allocates resources which are guaranteed
 to be released.  One point to note: all register cleanup actions live
 in the IO monad, not the main monad. This allows both more efficient
 code, and for monads to be transformed.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-retry-dev
Description-md5: 4716386dc549aa1f6677960776c454e8
Description-en: Retry combinators for monadic actions that may fail
 This package exposes combinators that can wrap arbitrary monadic actions. They
 run the action and potentially retry running it with some configurable delay
 for a configurable number of times.
 .
 The purpose is to make it easier to work with IO and especially network IO
 actions that often experience temporary failure and warrant retrying of the
 original action. For example, a database query may time out for a while, in
 which case we should hang back for a bit and retry the query instead of simply
 raising an exception.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-retry-doc
Description-md5: a8e053a5734287af4f6e5ef178214069
Description-en: Retry combinators for monadic actions that may fail; documentation
 This package exposes combinators that can wrap arbitrary monadic actions. They
 run the action and potentially retry running it with some configurable delay
 for a configurable number of times.
 .
 The purpose is to make it easier to work with IO and especially network IO
 actions that often experience temporary failure and warrant retrying of the
 original action. For example, a database query may time out for a while, in
 which case we should hang back for a bit and retry the query instead of simply
 raising an exception.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-retry-prof
Description-md5: 65f215eb9a29e118eed6866a4fb96580
Description-en: Retry combinators for monadic actions that may fail; profiling libraries
 This package exposes combinators that can wrap arbitrary monadic actions. They
 run the action and potentially retry running it with some configurable delay
 for a configurable number of times.
 .
 The purpose is to make it easier to work with IO and especially network IO
 actions that often experience temporary failure and warrant retrying of the
 original action. For example, a database query may time out for a while, in
 which case we should hang back for a bit and retry the query instead of simply
 raising an exception.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rfc5051-dev
Description-md5: 12d215d380a9587b945469564f49c532
Description-en: simple unicode collation as per RFC5051
 This library implements i;unicode-casemap,
 the simple, non locale-sensitive unicode collation
 algorithm described in RFC 5051.
 .
 Here is a list of strings sorted by the Prelude's sort function:
 .
 Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb.
 .
 Here is the same list sorted by `sortBy compareUnicode`:
 .
 Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rfc5051-doc
Description-md5: 07d14bd4d9129f4a60b6475dc6186b9d
Description-en: simple unicode collation as per RFC5051; documentation
 This library implements i;unicode-casemap,
 the simple, non locale-sensitive unicode collation
 algorithm described in RFC 5051.
 .
 Here is a list of strings sorted by the Prelude's sort function:
 .
 Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb.
 .
 Here is the same list sorted by `sortBy compareUnicode`:
 .
 Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rfc5051-prof
Description-md5: a4319fc90858d31124cf0eb294e2a645
Description-en: simple unicode collation as per RFC5051; profiling libraries
 This library implements i;unicode-casemap,
 the simple, non locale-sensitive unicode collation
 algorithm described in RFC 5051.
 .
 Here is a list of strings sorted by the Prelude's sort function:
 .
 Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb.
 .
 Here is the same list sorted by `sortBy compareUnicode`:
 .
 Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-dev
Description-md5: b22185ecf7b24cfbf0e2fe8039a58cd1
Description-en: standard library for Haskell
 The goal of the rio library is to make it easier to adopt Haskell for writing
 production software. It is intended as a cross between:
  * Collection of well designed, trusted libraries
  * Useful Prelude replacement
  * A set of best practices for writing production quality Haskell code
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-doc
Description-md5: ce757a670b2dea4f4e4f0fc046e6420d
Description-en: standard library for Haskell; documentation
 The goal of the rio library is to make it easier to adopt Haskell for writing
 production software. It is intended as a cross between:
  * Collection of well designed, trusted libraries
  * Useful Prelude replacement
  * A set of best practices for writing production quality Haskell code
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-prof
Description-md5: 31b6a9b3311d905ab49da383e40243d6
Description-en: standard library for Haskell; profiling libraries
 The goal of the rio library is to make it easier to adopt Haskell for writing
 production software. It is intended as a cross between:
  * Collection of well designed, trusted libraries
  * Useful Prelude replacement
  * A set of best practices for writing production quality Haskell code
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-orphans-dev
Description-md5: b69d1c678e3c53d5dc7a04691f68d84b
Description-en: Orphan instances for the RIO type in the rio package
 This Haskell library provides orphan instances for the `RIO` data type.
 Currently supports:
 .
  * `MonadCatch` and `MonadMask` from `exceptions`
  * `MonadBase` from `transformers-base`
  * `MonadBaseControl` from `monad-control`
  * `MonadResource` from `resourcet`
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-orphans-doc
Description-md5: 38158dbaa0fbdaaa0bfd28534d5d52c6
Description-en: Orphan instances for the RIO type in the rio package; documentation
 This Haskell library provides orphan instances for the `RIO` data type.
 Currently supports:
 .
  * `MonadCatch` and `MonadMask` from `exceptions`
  * `MonadBase` from `transformers-base`
  * `MonadBaseControl` from `monad-control`
  * `MonadResource` from `resourcet`
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-orphans-prof
Description-md5: 9f3f647f5ca89d4aed60c7c8725d8a22
Description-en: Orphan instances for the RIO type in the rio package; profiling libraries
 This Haskell library provides orphan instances for the `RIO` data type.
 Currently supports:
 .
  * `MonadCatch` and `MonadMask` from `exceptions`
  * `MonadBase` from `transformers-base`
  * `MonadBaseControl` from `monad-control`
  * `MonadResource` from `resourcet`
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-prettyprint-dev
Description-md5: 2fde89e0b58697dd674dbf368f90877a
Description-en: Pretty-printing for RIO
 This Haskell library combines RIO's log capabilities with pretty printing.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-prettyprint-doc
Description-md5: e05c85914449cbdddc888e244f25b6e7
Description-en: Pretty-printing for RIO; documentation
 This Haskell library combines RIO's log capabilities with pretty printing.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rio-prettyprint-prof
Description-md5: 2985e8a3fccf6cdc29f9a7f364b6feb6
Description-en: Pretty-printing for RIO; profiling libraries
 This Haskell library combines RIO's log capabilities with pretty printing.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rsa-dev
Description-md5: fec6d784e310766768694ca85f798a04
Description-en: implementation of RSA, using the padding schemes of PKCS#1 v2.1.
 This library implements the RSA encryption and signature algorithms for
 arbitrarily-sized ByteStrings. While the implementations work, they are not
 necessarily the fastest ones on the planet. Particularly key generation. The
 algorithms included are based of RFC 3447, or the Public-Key Cryptography
 Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rsa-doc
Description-md5: 3297894cd4cc7641a4e7a62e2664f7c5
Description-en: implementation of RSA, using padding schemes of PKCS#1 v2.1.; documentation
 This library implements the RSA encryption and signature algorithms for
 arbitrarily-sized ByteStrings. While the implementations work, they are not
 necessarily the fastest ones on the planet. Particularly key generation. The
 algorithms included are based of RFC 3447, or the Public-Key Cryptography
 Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rsa-prof
Description-md5: 8acc5a5ea31f9c445e6dbf770aedeba7
Description-en: implementation of RSA, using padding schemes of PKCS#1; profiling libraries
 This library implements the RSA encryption and signature algorithms for
 arbitrarily-sized ByteStrings. While the implementations work, they are not
 necessarily the fastest ones on the planet. Particularly key generation. The
 algorithms included are based of RFC 3447, or the Public-Key Cryptography
 Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rvar-dev
Description-md5: d89e395095ea461bf481f5c724b99008
Description-en: random variables
 Random number generation based on modeling random variables by an
 abstract type (RVar) which can be composed and manipulated
 monadically and sampled in either monadic or "pure" styles.
 .
 The primary purpose of this library is to support defining and
 sampling a wide variety of high quality random variables. Quality is
 prioritized over speed, but performance is an important goal too.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rvar-doc
Description-md5: fb10af5f166ee6cf6893e0e9863cbaef
Description-en: random variables; documentation
 Random number generation based on modeling random variables by an
 abstract type (RVar) which can be composed and manipulated
 monadically and sampled in either monadic or "pure" styles.
 .
 The primary purpose of this library is to support defining and
 sampling a wide variety of high quality random variables. Quality is
 prioritized over speed, but performance is an important goal too.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-rvar-prof
Description-md5: 2502fa9d6d46c20fb64c08c350b7dee6
Description-en: random variables; profiling libraries
 Random number generation based on modeling random variables by an
 abstract type (RVar) which can be composed and manipulated
 monadically and sampled in either monadic or "pure" styles.
 .
 The primary purpose of this library is to support defining and
 sampling a wide variety of high quality random variables. Quality is
 prioritized over speed, but performance is an important goal too.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safe-dev
Description-md5: 1bb380411da1d16e3150a00ac2ff9464
Description-en: GHC Library for safe (pattern match free) functions
 .
 Partial functions from the base library, such as head and !!, modified to
 return more descriptive error messages, programmer defined error messages,
 Maybe wrapped results and default values. These functions can be used to
 reduce the number of unsafe pattern matches in your code.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safe-doc
Description-md5: ab0bf255c2e114158eed0998cdb5b347
Description-en: Documentation for safe library for (pattern match free) functions; documentation
 .
 Partial functions from the base library, such as head and !!, modified to
 return more descriptive error messages, programmer defined error messages,
 Maybe wrapped results and default values. These functions can be used to
 reduce the number of unsafe pattern matches in your code.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safe-prof
Description-md5: 912192e6381ff3ce5bbaf83318076410
Description-en: Profiling library for safe (pattern match free) functions; profiling libraries
 .
 Partial functions from the base library, such as head and !!, modified to
 return more descriptive error messages, programmer defined error messages,
 Maybe wrapped results and default values. These functions can be used to
 reduce the number of unsafe pattern matches in your code.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safe-exceptions-dev
Description-md5: be6016a1e3b15844b74c17dc752299e7
Description-en: safe, consistent, and easy exception handling
 This package provides additional safety and simplicity versus
 Control.Exception by having its functions recognize the difference
 between synchronous and asynchronous exceptions. As described below,
 synchronous exceptions are treated as recoverable, allowing you to
 catch and handle them as well as clean up after them, whereas
 asynchronous exceptions can only be cleaned up after. In particular,
 this library prevents you from making the following mistakes:
 .
  * Catching and swallowing an asynchronous exception
  * Throwing an asynchronous exception synchronously
  * Throwing a synchronous exception asynchronously
  * Swallowing asynchronous exceptions via failing cleanup handlers
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safe-exceptions-doc
Description-md5: 8e465b415199ce0b6a6638fa9558694c
Description-en: safe, consistent, and easy exception handling; documentation
 This package provides additional safety and simplicity versus
 Control.Exception by having its functions recognize the difference
 between synchronous and asynchronous exceptions. As described below,
 synchronous exceptions are treated as recoverable, allowing you to
 catch and handle them as well as clean up after them, whereas
 asynchronous exceptions can only be cleaned up after. In particular,
 this library prevents you from making the following mistakes:
 .
  * Catching and swallowing an asynchronous exception
  * Throwing an asynchronous exception synchronously
  * Throwing a synchronous exception asynchronously
  * Swallowing asynchronous exceptions via failing cleanup handlers
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safe-exceptions-prof
Description-md5: ef99f2683faf0a051c57b1c017beb857
Description-en: safe, consistent, and easy exception handling; profiling libraries
 This package provides additional safety and simplicity versus
 Control.Exception by having its functions recognize the difference
 between synchronous and asynchronous exceptions. As described below,
 synchronous exceptions are treated as recoverable, allowing you to
 catch and handle them as well as clean up after them, whereas
 asynchronous exceptions can only be cleaned up after. In particular,
 this library prevents you from making the following mistakes:
 .
  * Catching and swallowing an asynchronous exception
  * Throwing an asynchronous exception synchronously
  * Throwing a synchronous exception asynchronously
  * Swallowing asynchronous exceptions via failing cleanup handlers
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safecopy-dev
Description-md5: 5b8b3ee00f6f2fb0afd19fa3162a244e
Description-en: Haskell serialization library with version control - GHC libraries
 SafeCopy is an extension to cereal, a Haskell serialization library:
 it adds the ability to define new versions of some data tpe and
 automatically convert variables serialized with an old format to a
 newer one.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safecopy-doc
Description-md5: f72256f3df8d0bbad8887354ea31e824
Description-en: Haskell serialization library with version control - documentation; documentation
 SafeCopy is an extension to cereal, a Haskell serialization library:
 it adds the ability to define new versions of some data tpe and
 automatically convert variables serialized with an old format to a
 newer one.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safecopy-prof
Description-md5: 432db5ca2fc3f383057c8002ef987f45
Description-en: Haskell serialization library with version control - GHC profiling libraries; profiling libraries
 SafeCopy is an extension to cereal, a Haskell serialization library:
 it adds the ability to define new versions of some data tpe and
 automatically convert variables serialized with an old format to a
 newer one.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safesemaphore-dev
Description-md5: 853c5a18597921f40c5053a49627c402
Description-en: exception safe alternatives to QSem, QSemN, and SampleVar - GHC libraries
 This is an alternative to the deprecated QSem, QSemN, and SampleVar in
 GHC base. Those base modules are not exception safe and can be broken
 by killThread.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safesemaphore-doc
Description-md5: ab5bf8224f8d99bb9c6a4cce93b17fa9
Description-en: exception safe alternatives to QSem, QSemN, and SampleVar - documentation; documentation
 This is an alternative to the deprecated QSem, QSemN, and SampleVar in
 GHC base. Those base modules are not exception safe and can be broken
 by killThread.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-safesemaphore-prof
Description-md5: 50eb022bfffd95dd6f98321ff0eeb366
Description-en: exception safe alternatives to QSem, QSemN, and SampleVar - GHC profiling data; profiling libraries
 This is an alternative to the deprecated QSem, QSemN, and SampleVar in
 GHC base. Those base modules are not exception safe and can be broken
 by killThread.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sandi-dev
Description-md5: 8f4423c05f31116009d73a9a67e39bc4
Description-en: Haskell library of data encoders and decoders
 Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
 Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
 uuencode, xxencode, and yEncoding.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sandi-doc
Description-md5: a72f54447e41d1c92bf77ca6a557ef79
Description-en: Haskell library of data encoders and decoders; documentation
 Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
 Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
 uuencode, xxencode, and yEncoding.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sandi-prof
Description-md5: b5c4181a398a8a023d4ffb7ee1cd92a9
Description-en: Haskell library of data encoders and decoders; profiling libraries
 Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
 Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
 uuencode, xxencode, and yEncoding.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-say-dev
Description-md5: bcc8e6c9528f3b724ccdc3f407fb878f
Description-en: send textual messages to a Handle in a thread-friendly way
 When writing a line to a Handle,
 .
  * Properly handle character encoding settings on the Handle
  * For reasonably sized messages, ensure that the entire message
    is written in one chunk to avoid interleaving data with other threads
  * This includes the trailing newline character
  * Avoid unnecessary memory allocations and copies
  * Minimize locking
  * Provide a simple API
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-say-doc
Description-md5: 5f282e05c3c2364be66454fcdd6bb1de
Description-en: send textual messages to a Handle in a thread-friendly way; documentation
 When writing a line to a Handle,
 .
  * Properly handle character encoding settings on the Handle
  * For reasonably sized messages, ensure that the entire message
    is written in one chunk to avoid interleaving data with other threads
  * This includes the trailing newline character
  * Avoid unnecessary memory allocations and copies
  * Minimize locking
  * Provide a simple API
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-say-prof
Description-md5: 0bdfab99e51d3adcdaed10baafb03453
Description-en: send textual messages to a Handle in a thread-friendly way; profiling libraries
 When writing a line to a Handle,
 .
  * Properly handle character encoding settings on the Handle
  * For reasonably sized messages, ensure that the entire message
    is written in one chunk to avoid interleaving data with other threads
  * This includes the trailing newline character
  * Avoid unnecessary memory allocations and copies
  * Minimize locking
  * Provide a simple API
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sbv-dev
Description-md5: fb825dee1610b5f96cd67497fb87122e
Description-en: symbolic Haskell theorem prover using SMT solving
 Express properties about Haskell programs and automatically prove them
 using SMT (Satisfiability Modulo Theories) solvers.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sbv-doc
Description-md5: 2e917835f8c05d89aaee90f956bb609f
Description-en: symbolic Haskell theorem prover using SMT solving; documentation
 Express properties about Haskell programs and automatically prove them
 using SMT (Satisfiability Modulo Theories) solvers.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sbv-prof
Description-md5: 72226d4fbd831fbab742cc510773f81a
Description-en: symbolic Haskell theorem prover using SMT solving; profiling libraries
 Express properties about Haskell programs and automatically prove them
 using SMT (Satisfiability Modulo Theories) solvers.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scanner-dev
Description-md5: e2019cfe235c92ce551f4b397cd1feb4
Description-en: fast incremental combinator parsing for bytestrings
 Parser combinator library designed to be fast. It doesn't
 support backtracking.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scanner-doc
Description-md5: 689a528dbecce37f7a39ff58a51a46c0
Description-en: fast incremental combinator parsing for bytestrings; documentation
 Parser combinator library designed to be fast. It doesn't
 support backtracking.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scanner-prof
Description-md5: 34e22ee2131cd916d9b2de464e2ca59a
Description-en: fast incremental combinator parsing for bytestrings; profiling libraries
 Parser combinator library designed to be fast. It doesn't
 support backtracking.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scientific-dev
Description-md5: 59c068b2a70fd5ec5eea88b7941cead9
Description-en: scientific notation for floating-point numbers
 This package provides a Haskell datatype for representing and pretty-printing
 arbitrary-precision numbers using scientific notation.
 .
 Its primary use-case is to serve as the target of parsing floating point
 numbers. Since the textual representation of floating point numbers use
 scientific notation they can be efficiently parsed to a Scientific number.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scientific-doc
Description-md5: 28399f64b2999da8461dd474bd8cd9a3
Description-en: scientific notation for floating-point numbers; documentation
 This package provides a Haskell datatype for representing and pretty-printing
 arbitrary-precision numbers using scientific notation.
 .
 Its primary use-case is to serve as the target of parsing floating point
 numbers. Since the textual representation of floating point numbers use
 scientific notation they can be efficiently parsed to a Scientific number.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scientific-prof
Description-md5: 1909a0fa8d25deded64447f3a629f56c
Description-en: scientific notation for floating-point numbers; profiling libraries
 This package provides a Haskell datatype for representing and pretty-printing
 arbitrary-precision numbers using scientific notation.
 .
 Its primary use-case is to serve as the target of parsing floating point
 numbers. Since the textual representation of floating point numbers use
 scientific notation they can be efficiently parsed to a Scientific number.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scotty-dev
Description-md5: 87ab6eebbd7d77be0c28585e4429c31d
Description-en: Haskell web framework inspired by Ruby's Sinatra
 A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
 .
 Scotty is the cheap and cheerful way to write RESTful, declarative web
 applications.
 .
 * A page is as simple as defining the verb, url pattern, and Text content.
 .
 * It is template-language agnostic. Anything that returns a Text value will do.
 .
 * Conforms to WAI Application interface.
 .
 * Uses very fast Warp webserver by default.
 .
 As for the name: Sinatra + Warp = Scotty.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scotty-doc
Description-md5: f754e5fff425f02bb2a0522015d1f604
Description-en: Haskell web framework inspired by Ruby's Sinatra; documentation
 A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
 .
 Scotty is the cheap and cheerful way to write RESTful, declarative web
 applications.
 .
 * A page is as simple as defining the verb, url pattern, and Text content.
 .
 * It is template-language agnostic. Anything that returns a Text value will do.
 .
 * Conforms to WAI Application interface.
 .
 * Uses very fast Warp webserver by default.
 .
 As for the name: Sinatra + Warp = Scotty.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-scotty-prof
Description-md5: 801b424aeb72df6fd529915f1830e420
Description-en: Haskell web framework inspired by Ruby's Sinatra; profiling libraries
 A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
 .
 Scotty is the cheap and cheerful way to write RESTful, declarative web
 applications.
 .
 * A page is as simple as defining the verb, url pattern, and Text content.
 .
 * It is template-language agnostic. Anything that returns a Text value will do.
 .
 * Conforms to WAI Application interface.
 .
 * Uses very fast Warp webserver by default.
 .
 As for the name: Sinatra + Warp = Scotty.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sdl-dev
Description-md5: 569efd20b259183e91406e0f0c2baddf
Description-en: Haskell SDL binding for GHC
 This package provides the SDL library bindings for the Haskell programming
 language. SDL is a library that allows programs portable low level access
 to a video framebuffer, audio output, mouse, and keyboard.

Package: libghc-sdl-doc
Description-md5: 6179ca44fb70a3db7d5476607f671f67
Description-en: Haskell SDL binding for GHC - documentation
 This package provides the documentation for the SDL library bindings for
 the Haskell programming language. SDL is a library that allows programs
 portable low level access to a video framebuffer, audio output, mouse, and
 keyboard.

Package: libghc-sdl-prof
Description-md5: 1e756f421da25eeb449a8cf08e12dfb4
Description-en: Haskell SDL binding for GHC - profiling libraries
 This package provides the SDL library bindings for the Haskell programming
 language, compiled for profiling. SDL is a library that allows programs
 portable low level access to a video framebuffer, audio output, mouse, and
 keyboard.

Package: libghc-sdl-gfx-dev
Description-md5: 0b9ffcdde98a70c5148155d7ad66e1f2
Description-en: Haskell SDL gfx binding for GHC
 This package provides the SDL gfx library bindings for the Haskell
 programming language. SDL gfx is an extension to the SDL library which
 provides basic antialiased drawing routines such as lines, circles or
 polygons, an interpolating rotozoomer for SDL surfaces, framerate control
 and MMX image filters.

Package: libghc-sdl-gfx-doc
Description-md5: 867bd9825a56b6e322f07e80cdf95b83
Description-en: Haskell SDL gfx binding for GHC - documentation
 This package provides the documentation for the SDL gfx library bindings
 for the Haskell programming language. SDL gfx is an extension to the SDL
 library which provides basic antialiased drawing routines such as lines,
 circles or polygons, an interpolating rotozoomer for SDL surfaces,
 framerate control and MMX image filters.

Package: libghc-sdl-gfx-prof
Description-md5: d10daada19a8fdfacbc87e49d5626014
Description-en: Haskell SDL gfx binding for GHC - profiling libraries
 This package provides the SDL gfx library bindings for the Haskell
 programming language, compiled for profiling. SDL gfx is an extension
 to the SDL library which provides basic antialiased drawing routines
 such as lines, circles or polygons, an interpolating rotozoomer for SDL
 surfaces, framerate control and MMX image filters.

Package: libghc-sdl-image-dev
Description-md5: 934c7ea3bb3bd32b1562c398f42545ca
Description-en: Haskell SDL Image binding for GHC
 This package provides the SDL Image library bindings for the Haskell
 programming language. SDL Image is a simple library to load images of
 various formats as SDL surfaces.

Package: libghc-sdl-image-doc
Description-md5: 4e9a4dd29c37b91b7dad079958e38760
Description-en: Haskell SDL Image binding for GHC - documentation
 This package provides the documentation for the SDL Image library bindings
 for the Haskell programming language. SDL Image is a simple
 library to load images of various formats as SDL surfaces.

Package: libghc-sdl-image-prof
Description-md5: 5602091f053ff00196ba3f4afef5337f
Description-en: Haskell SDL Image binding for GHC - profiling libraries
 This package provides the SDL Image library bindings for the Haskell
 programming language, compiled for profiling. SDL Image is a simple
 library to load images of various formats as SDL surfaces.

Package: libghc-sdl-mixer-dev
Description-md5: a734393dc30554ffd4d09a52cd39fb41
Description-en: Haskell SDL Mixer binding for GHC
 This package provides the SDL Mixer library bindings for the Haskell
 programming language. SDL Mixer is sample multi-channel audio mixer library.

Package: libghc-sdl-mixer-doc
Description-md5: 4e2d17761bfeb4c7455cd7c12e73ab34
Description-en: Haskell SDL Mixer binding for GHC - documentation
 This package provides the documentation for the SDL Mixer library bindings
 for the Haskell programming language. SDL Mixer is a sample multi-channel
 audio mixer library.

Package: libghc-sdl-mixer-prof
Description-md5: 303a99beb5c99eafb5f6d0e3056e6644
Description-en: Haskell SDL Mixer binding for GHC - profiling libraries
 This package provides the SDL Mixer library bindings for the Haskell
 programming language, compiled for profiling. SDL Mixer is a sample
 multi-channel audio mixer library.

Package: libghc-sdl-ttf-dev
Description-md5: d61c3bf9344cfbc7e8627df80c48d028
Description-en: Haskell SDL TTF binding for GHC
 This package provides the SDL TTF library bindings for the Haskell
 programming language. SDL TTF allows you to use TrueType fonts in SDL
 applications.

Package: libghc-sdl-ttf-doc
Description-md5: 071664f690a1d0989cc3ed447da18549
Description-en: Haskell SDL TTF binding for GHC - documentation
 This package provides the documentation for the SDL TTF library bindings
 for the Haskell programming language. SDL TTF allows you to use TrueType
 fonts in SDL applications.

Package: libghc-sdl-ttf-prof
Description-md5: 316b1b2c022a43e53a4c565176854af0
Description-en: Haskell SDL TTF binding for GHC - profiling libraries
 This package provides the SDL TTF library bindings for the Haskell
 programming language, compiled for profiling. SDL TTF allows you
 to use TrueType fonts in SDL applications.

Package: libghc-sdl2-dev
Description-md5: 57fd0fd6eef16dfdc985418693be55b2
Description-en: high- and low-level bindings to the SDL 2 library
 This package contains bindings to the SDL 2 library, in both high- and
 low-level forms:
 .
 The SDL namespace contains high-level bindings, where enumerations are split
 into sum types, and automatic error-checking is performed.
 .
 The SDL.Raw namespace contains an almost 1-1 translation of the C API into
 Haskell FFI calls. As such, this does not contain sum types nor error
 checking. Thus this namespace is suitable for building your own abstraction
 over SDL, but is not recommended for day-to-day programming.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sdl2-doc
Description-md5: 82b9e091c5783287d82f7d7bbae1aa08
Description-en: high- and low-level bindings to the SDL 2 library; documentation
 This package contains bindings to the SDL 2 library, in both high- and
 low-level forms:
 .
 The SDL namespace contains high-level bindings, where enumerations are split
 into sum types, and automatic error-checking is performed.
 .
 The SDL.Raw namespace contains an almost 1-1 translation of the C API into
 Haskell FFI calls. As such, this does not contain sum types nor error
 checking. Thus this namespace is suitable for building your own abstraction
 over SDL, but is not recommended for day-to-day programming.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sdl2-prof
Description-md5: f903d5f1b1173dd2b4fee65d21aa67df
Description-en: high- and low-level bindings to the SDL 2 library; profiling libraries
 This package contains bindings to the SDL 2 library, in both high- and
 low-level forms:
 .
 The SDL namespace contains high-level bindings, where enumerations are split
 into sum types, and automatic error-checking is performed.
 .
 The SDL.Raw namespace contains an almost 1-1 translation of the C API into
 Haskell FFI calls. As such, this does not contain sum types nor error
 checking. Thus this namespace is suitable for building your own abstraction
 over SDL, but is not recommended for day-to-day programming.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sdl2-ttf-dev
Description-md5: 1842fe0899969a8f9d8c726eaa4a4a24
Description-en: bindings to SDL2_ttf
 Haskell bindings to SDL2_ttf C++ library.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sdl2-ttf-doc
Description-md5: ae59168b5036c50b10a0e3cb573fbbe4
Description-en: bindings to SDL2_ttf; documentation
 Haskell bindings to SDL2_ttf C++ library.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sdl2-ttf-prof
Description-md5: 1739e53636055cc433e99decd691d80e
Description-en: bindings to SDL2_ttf; profiling libraries
 Haskell bindings to SDL2_ttf C++ library.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-secret-sharing-dev
Description-md5: b329021051130cf8757aee26a8555e97
Description-en: (m, n)-threshold secret sharing scheme
 This library implements the secret sharing method described by Adi
 Shamir, "How to Share a Secret", Communications of the ACM 22 (11):
 612–613, 1979.
 .
 Given a bytestring and integers n and m, produces n strings, any m of
 which are sufficient to reconstruct the original bytestring.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-secret-sharing-doc
Description-md5: 134c8bba8e08eb5e30583683ab480c80
Description-en: (m, n)-threshold secret sharing scheme; documentation
 This library implements the secret sharing method described by Adi
 Shamir, "How to Share a Secret", Communications of the ACM 22 (11):
 612–613, 1979.
 .
 Given a bytestring and integers n and m, produces n strings, any m of
 which are sufficient to reconstruct the original bytestring.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-secret-sharing-prof
Description-md5: cdeb07615d162bb5f6461bf096672a09
Description-en: (m, n)-threshold secret sharing scheme; profiling libraries
 This library implements the secret sharing method described by Adi
 Shamir, "How to Share a Secret", Communications of the ACM 22 (11):
 612–613, 1979.
 .
 Given a bytestring and integers n and m, produces n strings, any m of
 which are sufficient to reconstruct the original bytestring.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-securemem-dev
Description-md5: 9675402b4862033d3c80c867267b6c4a
Description-en: auto-scrubbing and const-time-eq memory chunk abstraction
 SecureMem is similar to ByteString, except that it provides a memory
 chunk that will be auto-scrubbed after it run out of scope.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-securemem-doc
Description-md5: 9a3941b3059bf2fe3b3050b6892375c3
Description-en: auto-scrubbing and const-time-eq memory chunk abstraction; documentation
 SecureMem is similar to ByteString, except that it provides a memory
 chunk that will be auto-scrubbed after it run out of scope.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-securemem-prof
Description-md5: 2ca602d3515503407e9ec8fb763d91a2
Description-en: auto-scrubbing and const-time-eq memory chunk abstraction; profiling libraries
 SecureMem is similar to ByteString, except that it provides a memory
 chunk that will be auto-scrubbed after it run out of scope.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-selective-dev
Description-md5: 9c7c196879af02049b56c795b30f186b
Description-en: selective applicative functors
 Selective applicative functors: declare your effects statically,
 select which to execute dynamically.
 .
 This is a library for selective applicative functors, or just
 "selective functors" for short, an abstraction between
 applicative functors and monads.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-selective-doc
Description-md5: a29b6ff2353121b8c8cf7c6f6344f33a
Description-en: selective applicative functors; documentation
 Selective applicative functors: declare your effects statically,
 select which to execute dynamically.
 .
 This is a library for selective applicative functors, or just
 "selective functors" for short, an abstraction between
 applicative functors and monads.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-selective-prof
Description-md5: bc2f98e5cd0d404182fa5ee6bb8c6e40
Description-en: selective applicative functors; profiling libraries
 Selective applicative functors: declare your effects statically,
 select which to execute dynamically.
 .
 This is a library for selective applicative functors, or just
 "selective functors" for short, an abstraction between
 applicative functors and monads.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semialign-dev
Description-md5: 7e6c9c3480b56bf746d48a6bb65bcd10
Description-en: Align and Zip type-classes from the common Semialign ancestor
 This Haskell library implements the 'Semialign' class, which represents a
 generalized notion of "zipping with padding" that combines structures without
 truncating to the size of the smaller input.
 .
 It turns out that the 'zip' operation fits well the 'Semialign' class,
 forming a lattice-like structure.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semialign-doc
Description-md5: a83dec9a8dbc35e03f574dda38337421
Description-en: Align and Zip type-classes from the common Semialign ancestor; documentation
 This Haskell library implements the 'Semialign' class, which represents a
 generalized notion of "zipping with padding" that combines structures without
 truncating to the size of the smaller input.
 .
 It turns out that the 'zip' operation fits well the 'Semialign' class,
 forming a lattice-like structure.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semialign-prof
Description-md5: 0972c880ee438b708637efd498894407
Description-en: Align and Zip type-classes from the common Semialign ancestor; profiling libraries
 This Haskell library implements the 'Semialign' class, which represents a
 generalized notion of "zipping with padding" that combines structures without
 truncating to the size of the smaller input.
 .
 It turns out that the 'zip' operation fits well the 'Semialign' class,
 forming a lattice-like structure.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semigroupoids-dev
Description-md5: f7dba4c02e4c0d94efb4aac5e9c91df9
Description-en: Haskell 98 semigroupoids: Category sans id
 A Semigroupoid is a Category without the requirement of identity arrows for
 every object in the category.
 .
 When working with comonads you often have the <*> portion of an Applicative,
 but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
 Programming" in the form of the ComonadZip class in the days before
 Applicative. Apply provides a weaker invariant, but for the comonads used for
 data flow programming (found in the streams package), this invariant is
 preserved. Applicative function composition forms a semigroupoid.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semigroupoids-doc
Description-md5: cf3f56c5edd3d17f6dc61c07fddcdf81
Description-en: Haskell 98 semigroupoids: Category sans id; documentation
 A Semigroupoid is a Category without the requirement of identity arrows for
 every object in the category.
 .
 When working with comonads you often have the <*> portion of an Applicative,
 but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
 Programming" in the form of the ComonadZip class in the days before
 Applicative. Apply provides a weaker invariant, but for the comonads used for
 data flow programming (found in the streams package), this invariant is
 preserved. Applicative function composition forms a semigroupoid.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semigroupoids-prof
Description-md5: 95d317fc6204af33adf94bb5d166c197
Description-en: Haskell 98 semigroupoids: Category sans id; profiling libraries
 A Semigroupoid is a Category without the requirement of identity arrows for
 every object in the category.
 .
 When working with comonads you often have the <*> portion of an Applicative,
 but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
 Programming" in the form of the ComonadZip class in the days before
 Applicative. Apply provides a weaker invariant, but for the comonads used for
 data flow programming (found in the streams package), this invariant is
 preserved. Applicative function composition forms a semigroupoid.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semigroups-dev
Description-md5: 772427a61117a35b1ea8a7c2116b8f33
Description-en: Haskell98 semigroups
 It contains a Haskell 98 logically-uninhabited data type used to
 indicate that a given term should not exist.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semigroups-doc
Description-md5: aed13b065864606cba468db71eb31c62
Description-en: Haskell98 semigroups; documentation
 It contains a Haskell 98 logically-uninhabited data type used to
 indicate that a given term should not exist.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semigroups-prof
Description-md5: 7c10bc6bfe42d07c1e4989e39b8a13e1
Description-en: Haskell98 semigroups; profiling libraries
 It contains a Haskell 98 logically-uninhabited data type used to
 indicate that a given term should not exist.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semirings-dev
Description-md5: 8cde57664be8d4f70268752a94b72871
Description-en: two monoids as one, in holy haskimony
 Haskellers are usually familiar with monoids and semigroups. A monoid has an
 appending operation `<>` (or `mappend`), and an identity element, `mempty`.
 A semigroup has an appending `<>` operation, but does not require a `mempty`
 element.
 .
 A Semiring has two appending operations, `plus` and `times`, and two
 respective identity elements, `zero` and `one`.
 .
 More formally, a Semiring R is a set equipped with two binary relations `+`
 and `*`, such that:
 .
 (R,+) is a commutative monoid with identity element 0,
 .
 (R,*) is a monoid with identity element 1,
 .
 (*) left and right distributes over addition, and
 .
 multiplication by '0' annihilates R.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semirings-doc
Description-md5: 6b0f234c6e9c6137bb12902db73e1d8c
Description-en: two monoids as one, in holy haskimony; documentation
 Haskellers are usually familiar with monoids and semigroups. A monoid has an
 appending operation `<>` (or `mappend`), and an identity element, `mempty`.
 A semigroup has an appending `<>` operation, but does not require a `mempty`
 element.
 .
 A Semiring has two appending operations, `plus` and `times`, and two
 respective identity elements, `zero` and `one`.
 .
 More formally, a Semiring R is a set equipped with two binary relations `+`
 and `*`, such that:
 .
 (R,+) is a commutative monoid with identity element 0,
 .
 (R,*) is a monoid with identity element 1,
 .
 (*) left and right distributes over addition, and
 .
 multiplication by '0' annihilates R.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-semirings-prof
Description-md5: d1f6edaa95b9f8c58c4cb9bf8845d129
Description-en: two monoids as one, in holy haskimony; profiling libraries
 Haskellers are usually familiar with monoids and semigroups. A monoid has an
 appending operation `<>` (or `mappend`), and an identity element, `mempty`.
 A semigroup has an appending `<>` operation, but does not require a `mempty`
 element.
 .
 A Semiring has two appending operations, `plus` and `times`, and two
 respective identity elements, `zero` and `one`.
 .
 More formally, a Semiring R is a set equipped with two binary relations `+`
 and `*`, such that:
 .
 (R,+) is a commutative monoid with identity element 0,
 .
 (R,*) is a monoid with identity element 1,
 .
 (*) left and right distributes over addition, and
 .
 multiplication by '0' annihilates R.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sendfile-dev
Description-md5: 5444d753ff8834509bde441ccceae683
Description-en: Haskell portable sendfile library
 This Haskell library exposes zero-copy sendfile functionality in a
 portable way. sendfile is a non standard system call that copies data
 between one file descriptor and another. This library uses the native
 implementations where possible (for example, under Linux or FreeBSD) and
 provides an Haskell replacement in other cases, thus providing a
 portable interface.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sendfile-doc
Description-md5: 0d0f5c72967eb0a83f78bee074a8deac
Description-en: Haskell portable sendfile library; documentation
 This Haskell library exposes zero-copy sendfile functionality in a
 portable way. sendfile is a non standard system call that copies data
 between one file descriptor and another. This library uses the native
 implementations where possible (for example, under Linux or FreeBSD) and
 provides an Haskell replacement in other cases, thus providing a
 portable interface.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sendfile-prof
Description-md5: 9ede0478213960158773845752c9a6ce
Description-en: Haskell portable sendfile library; profiling libraries
 This Haskell library exposes zero-copy sendfile functionality in a
 portable way. sendfile is a non standard system call that copies data
 between one file descriptor and another. This library uses the native
 implementations where possible (for example, under Linux or FreeBSD) and
 provides an Haskell replacement in other cases, thus providing a
 portable interface.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-dev
Description-md5: 98d1b6d97c5eb85d54bcd6cebd4f55ed
Description-en: family of combinators for defining webservices APIs
 A family of combinators for defining webservices APIs and serving them.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-doc
Description-md5: 188d969b4db0abf682074cdc7722b908
Description-en: family of combinators for defining webservices APIs; documentation
 A family of combinators for defining webservices APIs and serving them.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-prof
Description-md5: e5c8eb73698422216cd909b54f8e0291
Description-en: family of combinators for defining webservices APIs; profiling libraries
 A family of combinators for defining webservices APIs and serving them.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-client-dev
Description-md5: f4adc49a00b627d96663a1dd2ae6cba3
Description-en: library for writing clients for servant webservices
 This library automatically derives functions for writing clients for
 webservices produced using the servant library.
 .
 See http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html
 for a tutorial.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-client-doc
Description-md5: 0232d5a6baeedbe285c259c0bcfdab34
Description-en: library for writing clients for servant webservices; documentation
 This library automatically derives functions for writing clients for
 webservices produced using the servant library.
 .
 See http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html
 for a tutorial.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-client-prof
Description-md5: 8fb40ad9252fb413cf9bb9bf2c952a3d
Description-en: library for writing clients for servant webservices; profiling libraries
 This library automatically derives functions for writing clients for
 webservices produced using the servant library.
 .
 See http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html
 for a tutorial.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-client-core-dev
Description-md5: 2cf9f75c07c5f2cb2d650f3ca32dc223
Description-en: Core functionality and class for client function generation for servant APIs
 This library provides backend-agnostic generation of client functions. For
 more information, see the README.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-client-core-doc
Description-md5: b5a9dca751c4c166618f8b292000b095
Description-en: Core functionality and class for client function generation for servant APIs; documentation
 This library provides backend-agnostic generation of client functions. For
 more information, see the README.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-client-core-prof
Description-md5: b07be6e590b73c4fb72974ff4ed32920
Description-en: Core functionality and class for client function generation for servant APIs; profiling libraries
 This library provides backend-agnostic generation of client functions. For
 more information, see the README.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-server-dev
Description-md5: e451e824ef518ab511769d7211f18817
Description-en: combinators for defining webservices APIs and serving them
 A family of combinators for defining web services APIs and serving them.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-server-doc
Description-md5: e8a043f9083b740a03079d2b75e033df
Description-en: combinators for defining webservices APIs and serving them; documentation
 A family of combinators for defining web services APIs and serving them.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-servant-server-prof
Description-md5: 9eee81b04ca43ace22056031f450f65f
Description-en: combinators for defining webservices APIs and serving them; profiling libraries
 A family of combinators for defining web services APIs and serving them.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-set-extra-dev
Description-md5: 51f0035431a2b1f97cf4ec23a44395f4
Description-en: utility functions for working with sets
 This package provides function that are commonly needed when working with
 sets, but are not part of the standard library.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-set-extra-doc
Description-md5: 8cedc69e6d9ddc3e3d964e038f8d1908
Description-en: utility functions for working with sets; documentation
 This package provides function that are commonly needed when working with
 sets, but are not part of the standard library.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-set-extra-prof
Description-md5: e834b21c9895f45da0c24f09975c6a94
Description-en: utility functions for working with sets; profiling libraries
 This package provides function that are commonly needed when working with
 sets, but are not part of the standard library.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-setenv-dev
Description-md5: db534247f69cb5f50c2c33805a0e6f9a
Description-en: Cross-platform library for setting environment variables
 This package provides a cross-platform library for setting environment
 variables.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-setenv-doc
Description-md5: 8745a9f2730133b955b0a235eabbcab6
Description-en: Cross-platform library for setting environment variables; documentation
 This package provides a cross-platform library for setting environment
 variables.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-setenv-prof
Description-md5: 4ec7a77b07bcb2fd9d2f43a4e0bdb838
Description-en: Cross-platform library for setting environment variables; profiling libraries
 This package provides a cross-platform library for setting environment
 variables.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-setlocale-dev
Description-md5: ddb3478499e6e4fac7e2e084a14c3f75
Description-en: Haskell bindings to setlocale
 This package provides bingings to the setlocale function.
 For more information see setlocale(3)
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-setlocale-doc
Description-md5: 684bfd53f0c9caa88bb17be88fdd81d0
Description-en: Haskell bindings to setlocale; documentation
 This package provides bingings to the setlocale function.
 For more information see setlocale(3)
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-setlocale-prof
Description-md5: 9549a0b85edf21dfa0d6932715bd8fe7
Description-en: Haskell bindings to setlocale; profiling libraries
 This package provides bingings to the setlocale function.
 For more information see setlocale(3)
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sha-dev
Description-md5: f0fc508d2a3d35aab067b281602a94af
Description-en: Haskell SHA suite of message digest functions
 This library implements the SHA suite of message digest functions,
 according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
 as the SHA-based HMAC routines.
 .
 The functions have been tested  against most of the NIST and RFC test
 vectors for the various functions. While some attention has been paid
 to performance, these do not presently reach the speed of well-tune
 libraries, like OpenSSL.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sha-doc
Description-md5: a2f3dfb36cd46dc12ae41df39b953fee
Description-en: Haskell SHA suite of message digest functions; documentation
 This library implements the SHA suite of message digest functions,
 according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
 as the SHA-based HMAC routines.
 .
 The functions have been tested  against most of the NIST and RFC test
 vectors for the various functions. While some attention has been paid
 to performance, these do not presently reach the speed of well-tune
 libraries, like OpenSSL.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sha-prof
Description-md5: 567a21c4223206916d11113e382187fe
Description-en: Haskell SHA suite of message digest functions; profiling libraries
 This library implements the SHA suite of message digest functions,
 according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
 as the SHA-based HMAC routines.
 .
 The functions have been tested  against most of the NIST and RFC test
 vectors for the various functions. While some attention has been paid
 to performance, these do not presently reach the speed of well-tune
 libraries, like OpenSSL.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shake-data
Description-md5: 202f487238f812e0e9fdb5bfd6e4884b
Description-en: Haskell library for writing build systems; data files
 Shake is a Haskell library for writing build systems - designed as a
 replacement for make.
 .
 To use Shake the user writes a Haskell program that imports
 Development.Shake, defines some build rules, and calls the
 Development.Shake.shakeArgs function. Thanks to do notation and infix
 operators, a simple Shake build system is not too dissimilar from a simple
 Makefile. However, as build systems get more complex, Shake is able to take
 advantage of the excellent abstraction facilities offered by Haskell and
 easily support much larger projects. The Shake library provides all the
 standard features available in other build systems, including automatic
 parallelism and minimal rebuilds. Shake also provides more accurate
 dependency tracking, including seamless support for generated files, and
 dependencies on system information (e.g. compiler version).
 .
 This package contains the data files needed to use the library.

Package: libghc-shake-dev
Description-md5: 05861d8bb816e7e0a3ccf5cdc9a9c873
Description-en: Haskell library for writing build systems
 Shake is a Haskell library for writing build systems - designed as a
 replacement for make.
 .
 To use Shake the user writes a Haskell program that imports
 Development.Shake, defines some build rules, and calls the
 Development.Shake.shakeArgs function. Thanks to do notation and infix
 operators, a simple Shake build system is not too dissimilar from a simple
 Makefile. However, as build systems get more complex, Shake is able to take
 advantage of the excellent abstraction facilities offered by Haskell and
 easily support much larger projects. The Shake library provides all the
 standard features available in other build systems, including automatic
 parallelism and minimal rebuilds. Shake also provides more accurate
 dependency tracking, including seamless support for generated files, and
 dependencies on system information (e.g. compiler version).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shake-doc
Description-md5: 5c720b66eddb6121a940bc2aa96a69d4
Description-en: Haskell library for writing build systems; documentation
 Shake is a Haskell library for writing build systems - designed as a
 replacement for make.
 .
 To use Shake the user writes a Haskell program that imports
 Development.Shake, defines some build rules, and calls the
 Development.Shake.shakeArgs function. Thanks to do notation and infix
 operators, a simple Shake build system is not too dissimilar from a simple
 Makefile. However, as build systems get more complex, Shake is able to take
 advantage of the excellent abstraction facilities offered by Haskell and
 easily support much larger projects. The Shake library provides all the
 standard features available in other build systems, including automatic
 parallelism and minimal rebuilds. Shake also provides more accurate
 dependency tracking, including seamless support for generated files, and
 dependencies on system information (e.g. compiler version).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shake-prof
Description-md5: cd99b7098a0710e1e8907c500b5acb51
Description-en: Haskell library for writing build systems; profiling libraries
 Shake is a Haskell library for writing build systems - designed as a
 replacement for make.
 .
 To use Shake the user writes a Haskell program that imports
 Development.Shake, defines some build rules, and calls the
 Development.Shake.shakeArgs function. Thanks to do notation and infix
 operators, a simple Shake build system is not too dissimilar from a simple
 Makefile. However, as build systems get more complex, Shake is able to take
 advantage of the excellent abstraction facilities offered by Haskell and
 easily support much larger projects. The Shake library provides all the
 standard features available in other build systems, including automatic
 parallelism and minimal rebuilds. Shake also provides more accurate
 dependency tracking, including seamless support for generated files, and
 dependencies on system information (e.g. compiler version).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shakespeare-dev
Description-md5: 1811c2486d0b3c52a84cd87beb8feabe
Description-en: toolkit for making compile-time interpolated templates
 Shakespeare is a template family for type-safe, efficient templates
 with simple variable interpolation . Shakespeare templates can be
 used inline with a quasi-quoter or in an external file. Shakespeare
 interpolates variables according to the type being inserted.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shakespeare-doc
Description-md5: f2f92a4f01b885afb70bdcdc3218a843
Description-en: toolkit for making compile-time interpolated templates; documentation
 Shakespeare is a template family for type-safe, efficient templates
 with simple variable interpolation . Shakespeare templates can be
 used inline with a quasi-quoter or in an external file. Shakespeare
 interpolates variables according to the type being inserted.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shakespeare-prof
Description-md5: bdd0e2d2e7a9411b68c74651f836abe3
Description-en: toolkit for making compile-time interpolated templates; profiling libraries
 Shakespeare is a template family for type-safe, efficient templates
 with simple variable interpolation . Shakespeare templates can be
 used inline with a quasi-quoter or in an external file. Shakespeare
 interpolates variables according to the type being inserted.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shell-conduit-dev
Description-md5: e08d8ae5a2025038c3da2155f1fc49ce
Description-en: write shell scripts with Conduit
 Framework for using Conduits in the style of shell scripting.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shell-conduit-doc
Description-md5: b1cc4a6162cb4e8b1e23cf60ca337f83
Description-en: write shell scripts with Conduit; documentation
 Framework for using Conduits in the style of shell scripting.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shell-conduit-prof
Description-md5: 46909562eba3b0a00bbf589b96ffaa9d
Description-en: write shell scripts with Conduit; profiling libraries
 Framework for using Conduits in the style of shell scripting.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shelly-dev
Description-md5: 45278d0ecfd74960a781254588ecb2c9
Description-en: shell-like (systems) programming in Haskell
 Shelly provides convenient systems programming in Haskell,
 similar in spirit to POSIX shells. Shelly:
 .
  * is aimed at convenience and getting things done rather than
    being a demonstration of elegance
  * has detailed and useful error messages
  * maintains its own environment, making it thread-safe
  * is modern, using Text and system-filepath/system-fileio
 .
 Shelly is originally forked from the Shellish package.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shelly-doc
Description-md5: afc17c294a701be3efd339f16b89ccbf
Description-en: shell-like (systems) programming in Haskell; documentation
 Shelly provides convenient systems programming in Haskell,
 similar in spirit to POSIX shells. Shelly:
 .
  * is aimed at convenience and getting things done rather than
    being a demonstration of elegance
  * has detailed and useful error messages
  * maintains its own environment, making it thread-safe
  * is modern, using Text and system-filepath/system-fileio
 .
 Shelly is originally forked from the Shellish package.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-shelly-prof
Description-md5: 6905e9b45a3532ab6cd2fe8eab89ec99
Description-en: shell-like (systems) programming in Haskell; profiling libraries
 Shelly provides convenient systems programming in Haskell,
 similar in spirit to POSIX shells. Shelly:
 .
  * is aimed at convenience and getting things done rather than
    being a demonstration of elegance
  * has detailed and useful error messages
  * maintains its own environment, making it thread-safe
  * is modern, using Text and system-filepath/system-fileio
 .
 Shelly is originally forked from the Shellish package.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-should-not-typecheck-dev
Description-md5: 7a0681ec53a844cef8315ac420be0eb9
Description-en: verify that an expression does not typecheck
 should-not-typecheck is a Haskell library which allows you to assert
 that an expression does not typecheck in your tests. It provides one
 function, shouldNotTypecheck, which takes an expression and will fail
 the test if it typechecks. shouldNotTypecheck returns an HUnit
 Assertion (so it can be used with both HUnit and hspec).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-should-not-typecheck-doc
Description-md5: 56d9a5e50400633e8034b1a1e0faaadc
Description-en: verify that an expression does not typecheck; documentation
 should-not-typecheck is a Haskell library which allows you to assert
 that an expression does not typecheck in your tests. It provides one
 function, shouldNotTypecheck, which takes an expression and will fail
 the test if it typechecks. shouldNotTypecheck returns an HUnit
 Assertion (so it can be used with both HUnit and hspec).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-should-not-typecheck-prof
Description-md5: 714f827d0b585c83a516c979fcf599b5
Description-en: verify that an expression does not typecheck; profiling libraries
 should-not-typecheck is a Haskell library which allows you to assert
 that an expression does not typecheck in your tests. It provides one
 function, shouldNotTypecheck, which takes an expression and will fail
 the test if it typechecks. shouldNotTypecheck returns an HUnit
 Assertion (so it can be used with both HUnit and hspec).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-show-dev
Description-md5: 29f899e50a530b37beee454ca508283f
Description-en: Show instances for lambdabot
 Show instances for functions and IO procedures.
 .
 ShowFun gives us Typeable instances for neutering IO expressions.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-show-doc
Description-md5: 2b60bc9209246bc88604d0ce5e452152
Description-en: Show instances for lambdabot; documentation
 Show instances for functions and IO procedures.
 .
 ShowFun gives us Typeable instances for neutering IO expressions.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-show-prof
Description-md5: 500b4fd9090f9783e195f75fdd10e573
Description-en: Show instances for lambdabot; profiling libraries
 Show instances for functions and IO procedures.
 .
 ShowFun gives us Typeable instances for neutering IO expressions.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-show-combinators-dev
Description-md5: e50a2654226857767b8599513b187a74
Description-en: combinators to write Show instances
 A minimal pretty-printing library for Show instances in Haskell.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-show-combinators-doc
Description-md5: 73c7430f5fbf081a20b4ad58a956a4d7
Description-en: combinators to write Show instances; documentation
 A minimal pretty-printing library for Show instances in Haskell.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-show-combinators-prof
Description-md5: 4c547e32ef1489c77c8f3477774bd7f5
Description-en: combinators to write Show instances; profiling libraries
 A minimal pretty-printing library for Show instances in Haskell.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-silently-dev
Description-md5: eaeae2407f9f8eed303340476e309224
Description-en: prevent or capture writing to stdout and other handles
 Need to prevent output to the terminal, a file, or stderr? Need to
 capture it and use it for your own means? Now you can, with silence
 and capture.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-silently-doc
Description-md5: 2fdfe71a2996aaad60ccabf1c5598f33
Description-en: prevent or capture writing to stdout and other handles; documentation
 Need to prevent output to the terminal, a file, or stderr? Need to
 capture it and use it for your own means? Now you can, with silence
 and capture.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-silently-prof
Description-md5: d6681a93900656b51010f153d759ca0e
Description-en: prevent or capture writing to stdout and other handles; profiling libraries
 Need to prevent output to the terminal, a file, or stderr? Need to
 capture it and use it for your own means? Now you can, with silence
 and capture.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-reflect-dev
Description-md5: 839458ef5a9978701e1747693f77fc2f
Description-en: simple reflection of expressions containing variables
 This package allows simple reflection of expressions containing variables.
 Reflection here means that a Haskell expression is turned into a string.
 .
 The primary aim of this package is teaching and understanding;
 there are no options for manipulating the reflected expressions beyond
 showing them.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-reflect-doc
Description-md5: 409cbe6dea74f92e5f6ffd31a9c916f2
Description-en: simple reflection of expressions containing variables; documentation
 This package allows simple reflection of expressions containing variables.
 Reflection here means that a Haskell expression is turned into a string.
 .
 The primary aim of this package is teaching and understanding;
 there are no options for manipulating the reflected expressions beyond
 showing them.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-reflect-prof
Description-md5: 9d3eaf5bda490d2e02da4e13a46e2030
Description-en: simple reflection of expressions containing variables; profiling libraries
 This package allows simple reflection of expressions containing variables.
 Reflection here means that a Haskell expression is turned into a string.
 .
 The primary aim of this package is teaching and understanding;
 there are no options for manipulating the reflected expressions beyond
 showing them.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-sendfile-dev
Description-md5: 2a8a0a000ec6899f94331db9a7ed89da
Description-en: Cross platform library for the sendfile system call
 Cross platform library for the sendfile system call. This library tries to
 call minimum system calls which are the bottleneck of web servers.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-sendfile-doc
Description-md5: 33cf0074a3c4b09611c8348079a0408e
Description-en: Cross platform library for the sendfile system call; documentation
 Cross platform library for the sendfile system call. This library tries to
 call minimum system calls which are the bottleneck of web servers.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-sendfile-prof
Description-md5: 931a58185df2d7199664670cebb3c558
Description-en: Cross platform library for the sendfile system call; profiling libraries
 Cross platform library for the sendfile system call. This library tries to
 call minimum system calls which are the bottleneck of web servers.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-smt-dev
Description-md5: 0707b18a20b500c0bdfb0b10fd95bb7f
Description-en: A simple way to interact with an SMT solver process.
 This package provides a simple way to interact with an SMT solver process,
 using the SmtLib-2 format.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-smt-doc
Description-md5: 4e1c0f24d54977f3c09ec42252d03762
Description-en: A simple way to interact with an SMT solver process.; documentation
 This package provides a simple way to interact with an SMT solver process,
 using the SmtLib-2 format.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-simple-smt-prof
Description-md5: 0676ef3f86f363d5800c333c66078c90
Description-en: A simple way to interact with an SMT solver process.; profiling libraries
 This package provides a simple way to interact with an SMT solver process,
 using the SmtLib-2 format.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-singleton-bool-dev
Description-md5: 85166120d09db95239774b609dc601c2
Description-en: type-level booleans
 Type level booleans.  The singletons package provides similar
 functionality, but it has tight dependency constraints.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-singleton-bool-doc
Description-md5: b1043c5bf4c8f14edb5d2fcccf523905
Description-en: type-level booleans; documentation
 Type level booleans.  The singletons package provides similar
 functionality, but it has tight dependency constraints.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-singleton-bool-prof
Description-md5: dfb186a86d3ae2cf56ecd3d6065b8f76
Description-en: type-level booleans; profiling libraries
 Type level booleans.  The singletons package provides similar
 functionality, but it has tight dependency constraints.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-singletons-dev
Description-md5: 85c86126f1126f1ab361f54d83351ec0
Description-en: Haskell framework for generating singleton types
 This library generates singleton types, promoted functions, and singleton
 functions using Template Haskell. It is useful for programmers who wish
 to use dependently typed programming techniques. The library was originally
 presented in /Dependently Typed Programming with Singletons/, published
 at the Haskell Symposium, 2012.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-singletons-doc
Description-md5: 370ed05603c0d4ca8d62f421ae82f9e4
Description-en: Haskell framework for generating singleton types; documentation
 This library generates singleton types, promoted functions, and singleton
 functions using Template Haskell. It is useful for programmers who wish
 to use dependently typed programming techniques. The library was originally
 presented in /Dependently Typed Programming with Singletons/, published
 at the Haskell Symposium, 2012.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-singletons-prof
Description-md5: 8357160a742e463ad1eb11771ae95062
Description-en: Haskell framework for generating singleton types; profiling libraries
 This library generates singleton types, promoted functions, and singleton
 functions using Template Haskell. It is useful for programmers who wish
 to use dependently typed programming techniques. The library was originally
 presented in /Dependently Typed Programming with Singletons/, published
 at the Haskell Symposium, 2012.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skein-dev
Description-md5: 0e773d8905d09738e64dfdce220f17df
Description-en: family of cryptographic hash functions
 Skein is a family of fast secure cryptographic hash functions designed by
 Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
 Tadayoshi Kohno, Jon Callas and Jesse Walker.
 .
 This package uses bindings to an optimized C implementation of Skein. It
 provides a high-level interface to some of the Skein use cases. It also
 provides a low-level interface in the module "Crypto.Skein.Internal" should
 you need to use Skein in a different way.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skein-doc
Description-md5: dbc46d383f1e6263e95c5fda44c045cb
Description-en: family of cryptographic hash functions; documentation
 Skein is a family of fast secure cryptographic hash functions designed by
 Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
 Tadayoshi Kohno, Jon Callas and Jesse Walker.
 .
 This package uses bindings to an optimized C implementation of Skein. It
 provides a high-level interface to some of the Skein use cases. It also
 provides a low-level interface in the module "Crypto.Skein.Internal" should
 you need to use Skein in a different way.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skein-prof
Description-md5: 3a3e8df1f9c27398f41c2f9518344da3
Description-en: family of cryptographic hash functions; profiling libraries
 Skein is a family of fast secure cryptographic hash functions designed by
 Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
 Tadayoshi Kohno, Jon Callas and Jesse Walker.
 .
 This package uses bindings to an optimized C implementation of Skein. It
 provides a high-level interface to some of the Skein use cases. It also
 provides a low-level interface in the module "Crypto.Skein.Internal" should
 you need to use Skein in a different way.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skylighting-dev
Description-md5: 6688f265a30879d1d45d667e9e9ebe22
Description-en: syntax highlighting library
 Skylighting is a syntax highlighting library with
 support for over one hundred languages.  It derives
 its tokenizers from XML syntax definitions used
 by KDE's KSyntaxHighlighting framework, so any
 syntax supported by that framework can be added.
 An optional command-line program is provided.
 Skylighting is intended to be the successor to
 highlighting-kate.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skylighting-doc
Description-md5: b12970e42fd30f9a33b7e7cce7ac8c92
Description-en: syntax highlighting library; documentation
 Skylighting is a syntax highlighting library with
 support for over one hundred languages.  It derives
 its tokenizers from XML syntax definitions used
 by KDE's KSyntaxHighlighting framework, so any
 syntax supported by that framework can be added.
 An optional command-line program is provided.
 Skylighting is intended to be the successor to
 highlighting-kate.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skylighting-prof
Description-md5: 6e6a59e6cc458a704053a4d56c637d0e
Description-en: syntax highlighting library; profiling libraries
 Skylighting is a syntax highlighting library with
 support for over one hundred languages.  It derives
 its tokenizers from XML syntax definitions used
 by KDE's KSyntaxHighlighting framework, so any
 syntax supported by that framework can be added.
 An optional command-line program is provided.
 Skylighting is intended to be the successor to
 highlighting-kate.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: skylighting
Description-md5: 95544a5ee801c3b985dfb4d4cc591f3d
Description-en: syntax highlighting tool
 Skylighting is a syntax highlighting library with
 support for over one hundred languages.  It derives
 its tokenizers from XML syntax definitions used
 by KDE's KSyntaxHighlighting framework, so any
 syntax supported by that framework can be added.
 An optional command-line program is provided.
 Skylighting is intended to be the successor to
 highlighting-kate.
 .
 This is a command-line tool that can output HTML and LaTeX.

Package: libghc-skylighting-core-dev
Description-md5: 66e36387e66e42ff32d1ead99232e367
Description-en: syntax highlighting library
 Skylighting is a syntax highlighting library. It derives its tokenizers
 from XML syntax definitions used by KDE's KSyntaxHighlighting framework,
 so any syntax supported by that framework can be added. An optional
 command-line program is provided. Skylighting is intended to be the
 successor to highlighting-kate.
 .
 This package provides the core highlighting functionality under a permissive
 license. It also bundles XML parser definitions licensed under the GPL.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skylighting-core-doc
Description-md5: 9f0e58fb8496c78c0283d728f5873c0d
Description-en: syntax highlighting library; documentation
 Skylighting is a syntax highlighting library. It derives its tokenizers
 from XML syntax definitions used by KDE's KSyntaxHighlighting framework,
 so any syntax supported by that framework can be added. An optional
 command-line program is provided. Skylighting is intended to be the
 successor to highlighting-kate.
 .
 This package provides the core highlighting functionality under a permissive
 license. It also bundles XML parser definitions licensed under the GPL.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-skylighting-core-prof
Description-md5: bdf7aa4b42d380cccbb3ac9e1365a0d2
Description-en: syntax highlighting library; profiling libraries
 Skylighting is a syntax highlighting library. It derives its tokenizers
 from XML syntax definitions used by KDE's KSyntaxHighlighting framework,
 so any syntax supported by that framework can be added. An optional
 command-line program is provided. Skylighting is intended to be the
 successor to highlighting-kate.
 .
 This package provides the core highlighting functionality under a permissive
 license. It also bundles XML parser definitions licensed under the GPL.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smallcheck-dev
Description-md5: 298fa50905f07569ee051dea8350c51a
Description-en: Another lightweight testing library
 SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
 instead of testing for a sample of randomly generated values, SmallCheck
 tests properties for all the finitely many values up to some depth,
 progressively increasing the depth used.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smallcheck-doc
Description-md5: e0dedf5b9ab6f3827bcbb83d95796bcc
Description-en: Another lightweight testing library; documentation
 SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
 instead of testing for a sample of randomly generated values, SmallCheck
 tests properties for all the finitely many values up to some depth,
 progressively increasing the depth used.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smallcheck-prof
Description-md5: f38572fc00a76ca829c026348f68fef1
Description-en: Another lightweight testing library; profiling libraries
 SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
 instead of testing for a sample of randomly generated values, SmallCheck
 tests properties for all the finitely many values up to some depth,
 progressively increasing the depth used.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smtlib-dev
Description-md5: dd571ef0c36dd122b05179bd0bbb8c70
Description-en: A library for working with the SMTLIB format.
 .
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smtlib-doc
Description-md5: a11ea97faf3eed3767c41290adb23042
Description-en: A library for working with the SMTLIB format.; documentation
 .
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smtlib-prof
Description-md5: 2830b4d6e104ca002170659b37feefea
Description-en: A library for working with the SMTLIB format.; profiling libraries
 .
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smtp-mail-dev
Description-md5: 05539c6f632a36c51ef226e4221bdde5
Description-en: Simple email sending via SMTP
 Simple SMTP client implementation for Haskell applications.
 .
 SMTP with and without authentication are supported, also sending
 of attachments.
 .
 Optionally, mails can also be handed over to sendmail.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smtp-mail-doc
Description-md5: 6fff361c01753750e39292f0a628539e
Description-en: Simple email sending via SMTP; documentation
 Simple SMTP client implementation for Haskell applications.
 .
 SMTP with and without authentication are supported, also sending
 of attachments.
 .
 Optionally, mails can also be handed over to sendmail.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-smtp-mail-prof
Description-md5: ed01bda986695e412673ab5abd979157
Description-en: Simple email sending via SMTP; profiling libraries
 Simple SMTP client implementation for Haskell applications.
 .
 SMTP with and without authentication are supported, also sending
 of attachments.
 .
 Optionally, mails can also be handed over to sendmail.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-snap-dev
Description-md5: 495533dcc38cac99d0ab4292877362d9
Description-en: Snap Web Framework
 This is the top-level package for the official Snap Framework
 libraries. It includes:
 .
  * The Snaplets API
 .
  * Snaplets for sessions, authentication, and templates
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-snap-doc
Description-md5: 071ac50bd57c8469291bc90800195fe8
Description-en: Snap Web Framework; documentation
 This is the top-level package for the official Snap Framework
 libraries. It includes:
 .
  * The Snaplets API
 .
  * Snaplets for sessions, authentication, and templates
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-snap-prof
Description-md5: d15891dda151d6877d87166c064afca2
Description-en: Snap Web Framework; profiling libraries
 This is the top-level package for the official Snap Framework
 libraries. It includes:
 .
  * The Snaplets API
 .
  * Snaplets for sessions, authentication, and templates
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-snap-core-dev
Description-md5: cf247452e8f65870e5779cf18e879ecf
Description-en: Snap: A Haskell Web Framework (Core)
 Snap is a simple and fast web development framework and server written in
 Haskell. For more information or to download the latest version, you can
 visit the Snap project website at <http://snapframework.com/>.
 .
 This library contains the core definitions and types for the Snap framework,
 including:
 .
 1. Primitive types and functions for HTTP (requests, responses, cookies,
 post/query parameters, etc)
 .
 2. Type aliases and helper functions for Iteratee I/O
 .
 3. A monad for programming web handlers called \"Snap\", inspired by
 happstack's (<http://happstack.com/index.html>), which allows:
 .
 o Stateful access to the HTTP request and response objects
 .
 o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
 to handle requests and chaining handlers together
 .
 o Early termination of the computation if you know early what you want
 to return and want to prevent further monadic processing
 .
 This package contains the normal library files.

Package: libghc-snap-core-doc
Description-md5: edde063ac241baf5ab01ae4884ad27b8
Description-en: Snap: A Haskell Web Framework (Core); documentation
 Snap is a simple and fast web development framework and server written in
 Haskell. For more information or to download the latest version, you can
 visit the Snap project website at <http://snapframework.com/>.
 .
 This library contains the core definitions and types for the Snap framework,
 including:
 .
 1. Primitive types and functions for HTTP (requests, responses, cookies,
 post/query parameters, etc)
 .
 2. Type aliases and helper functions for Iteratee I/O
 .
 3. A monad for programming web handlers called \"Snap\", inspired by
 happstack's (<http://happstack.com/index.html>), which allows:
 .
 o Stateful access to the HTTP request and response objects
 .
 o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
 to handle requests and chaining handlers together
 .
 o Early termination of the computation if you know early what you want
 to return and want to prevent further monadic processing
 .
 This package contains the documentation files.

Package: libghc-snap-core-prof
Description-md5: 7e223748f4b56c345efb035c10be3d94
Description-en: Snap: A Haskell Web Framework (Core); profiling libraries
 Snap is a simple and fast web development framework and server written in
 Haskell. For more information or to download the latest version, you can
 visit the Snap project website at <http://snapframework.com/>.
 .
 This library contains the core definitions and types for the Snap framework,
 including:
 .
 1. Primitive types and functions for HTTP (requests, responses, cookies,
 post/query parameters, etc)
 .
 2. Type aliases and helper functions for Iteratee I/O
 .
 3. A monad for programming web handlers called \"Snap\", inspired by
 happstack's (<http://happstack.com/index.html>), which allows:
 .
 o Stateful access to the HTTP request and response objects
 .
 o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
 to handle requests and chaining handlers together
 .
 o Early termination of the computation if you know early what you want
 to return and want to prevent further monadic processing
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-snap-server-dev
Description-md5: e5ff3243eaaabdcab9dec2d2483b0ae4
Description-en: iteratee-based, epoll-enabled web server for the Snap Framework
 Snap is a simple and fast web development framework and server written in
 Haskell. For more information or to download the latest version, you can
 visit the Snap project website at <http://snapframework.com/>.
 .
 The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
 server library written in Haskell. Together with the @snap-core@ library upon
 which it depends, it provides a clean and efficient Haskell programming
 interface to the HTTP protocol.
 .
 Higher-level facilities for building web applications (like user/session
 management, component interfaces, data modeling, etc.) are planned but not
 yet implemented, so this release will mostly be of interest for those who:
 .
 o need a fast and minimal HTTP API at roughly the same level of abstraction
 as Java servlets, or
 .
 o are interested in contributing to the Snap Framework project.
 .
 This package contains the normal library files.

Package: libghc-snap-server-doc
Description-md5: ababe7f626240c3f35d4441f9a9db32d
Description-en: iteratee-based, epoll-enabled web server for the Snap Framework; documentation
 Snap is a simple and fast web development framework and server written in
 Haskell. For more information or to download the latest version, you can
 visit the Snap project website at <http://snapframework.com/>.
 .
 The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
 server library written in Haskell. Together with the @snap-core@ library upon
 which it depends, it provides a clean and efficient Haskell programming
 interface to the HTTP protocol.
 .
 Higher-level facilities for building web applications (like user/session
 management, component interfaces, data modeling, etc.) are planned but not
 yet implemented, so this release will mostly be of interest for those who:
 .
 o need a fast and minimal HTTP API at roughly the same level of abstraction
 as Java servlets, or
 .
 o are interested in contributing to the Snap Framework project.
 .
 This package contains the documentation files.

Package: libghc-snap-server-prof
Description-md5: b0a624f91c71da52d0eaa97ca04dd113
Description-en: iteratee-based, epoll-enabled web server for the Snap Framework; profiling lib
 Snap is a simple and fast web development framework and server written in
 Haskell. For more information or to download the latest version, you can
 visit the Snap project website at <http://snapframework.com/>.
 .
 The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
 server library written in Haskell. Together with the @snap-core@ library upon
 which it depends, it provides a clean and efficient Haskell programming
 interface to the HTTP protocol.
 .
 Higher-level facilities for building web applications (like user/session
 management, component interfaces, data modeling, etc.) are planned but not
 yet implemented, so this release will mostly be of interest for those who:
 .
 o need a fast and minimal HTTP API at roughly the same level of abstraction
 as Java servlets, or
 .
 o are interested in contributing to the Snap Framework project.
 .
 This package contains the libraries compiled with profiling enabled.

Package: snap-templates
Description-md5: 418e95100c50e6f37ba03bc119a30e62
Description-en: scaffolding CLI for the Snap Framework
 This is the Scaffolding CLI for the official Snap Framework libraries.
 It includes:
 .
  * The "snap-framework" executable program for generating starter projects
 .
 To get started, issue the following sequence of commands:
 .
  $ apt-get install snap-templates
  $ mkdir myproject
  $ cd myproject
  $ snap-framework init

Package: libghc-soap-dev
Description-md5: 49ee1bd39b7cd7eb11ecc16311b2f299
Description-en: SOAP client library
 Tools to build SOAP clients using xml-conduit.
 .
 Note: to invoke HTTPS services you need to initialize a transport
 from soap-tls.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-soap-doc
Description-md5: 8b395f790900433e1039f1fb5680f9b5
Description-en: SOAP client library; documentation
 Tools to build SOAP clients using xml-conduit.
 .
 Note: to invoke HTTPS services you need to initialize a transport
 from soap-tls.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-soap-prof
Description-md5: d7744e7fee47d12ffe349cac37d03ee5
Description-en: SOAP client library; profiling libraries
 Tools to build SOAP clients using xml-conduit.
 .
 Note: to invoke HTTPS services you need to initialize a transport
 from soap-tls.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-soap-tls-dev
Description-md5: e85103087fcebbe049143913dfe7d595
Description-en: TLS-enabled SOAP transport (using tls package)
 This enables HTTPS support for SOAP queries (using the soap and tls
 packages).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-soap-tls-doc
Description-md5: 2f8dc287626494bf1c37308fcad7bd2f
Description-en: TLS-enabled SOAP transport (using tls package); documentation
 This enables HTTPS support for SOAP queries (using the soap and tls
 packages).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-soap-tls-prof
Description-md5: a1cf6d09e1a30a03e54f56fad0636475
Description-en: TLS-enabled SOAP transport (using tls package); profiling libraries
 This enables HTTPS support for SOAP queries (using the soap and tls
 packages).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sockaddr-dev
Description-md5: 5667e3309f44cb69728740a61104a8d1
Description-en: printing SockAddr value
 This package provides code to convert a SockAddr to its human readable
 representation. If the address is an IPv4-embedded IPv6 address, the IPv4 is
 extracted.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sockaddr-doc
Description-md5: 0db4f83155f0595c49c94c176cdab9c1
Description-en: printing SockAddr value; documentation
 This package provides code to convert a SockAddr to its human readable
 representation. If the address is an IPv4-embedded IPv6 address, the IPv4 is
 extracted.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sockaddr-prof
Description-md5: 781fe238c97c4e132cb14cc36c8b87ef
Description-en: printing SockAddr value; profiling libraries
 This package provides code to convert a SockAddr to its human readable
 representation. If the address is an IPv4-embedded IPv6 address, the IPv4 is
 extracted.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-socks-dev
Description-md5: 2ecd5e6a345b1532f2cd08c872bd28ed
Description-en: SOCKS proxy library
 This is a native Haskell implementation of a SOCKS5 proxy.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-socks-doc
Description-md5: 1baa63792940ed790a521649a3d59fd1
Description-en: SOCKS proxy library; documentation
 This is a native Haskell implementation of a SOCKS5 proxy.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-socks-prof
Description-md5: 735da09dd12d11d084b7e24aa1f382bd
Description-en: SOCKS proxy library; profiling libraries
 This is a native Haskell implementation of a SOCKS5 proxy.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-some-dev
Description-md5: 56dc9193d7ebb7b0cdae53533a62d92a
Description-en: existential type: Some
 This library defines an existential type Some in a few variants, and
 utilities to work with it.
 .
 If you are unsure which variant to use, use the one in "Data.Some" module.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-some-doc
Description-md5: 53564d50969cca26fc855a71821ad55c
Description-en: existential type: Some; documentation
 This library defines an existential type Some in a few variants, and
 utilities to work with it.
 .
 If you are unsure which variant to use, use the one in "Data.Some" module.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-some-prof
Description-md5: 3ad3f481d579706287f47ca08b8738c8
Description-en: existential type: Some; profiling libraries
 This library defines an existential type Some in a few variants, and
 utilities to work with it.
 .
 If you are unsure which variant to use, use the one in "Data.Some" module.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sop-core-dev
Description-md5: 119c1e406b9ad4180732aefef8074705
Description-en: true sums of products
 Implementation of n-ary sums and n-ary products.
 .
 The main purpose of this package is to serve as the core of
 generics-sop.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sop-core-doc
Description-md5: 2e1f4c631a5024592427ba1252b574eb
Description-en: true sums of products; documentation
 Implementation of n-ary sums and n-ary products.
 .
 The main purpose of this package is to serve as the core of
 generics-sop.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sop-core-prof
Description-md5: 382646d58b7e3f97653718c0fac4f334
Description-en: true sums of products; profiling libraries
 Implementation of n-ary sums and n-ary products.
 .
 The main purpose of this package is to serve as the core of
 generics-sop.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-split-dev
Description-md5: 2623b1776ad2e95b7cd1d8c4210bc881
Description-en: Haskell library for splitting lists
 This Haskell library provides a wide range of strategies and a unified
 combinator framework for splitting lists with respect to some sort of
 delimiter.
 .
 For example, it can split a list every N elements, or on elements that
 satisfy some condition.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-split-doc
Description-md5: af4464d370726795eb85f1455eed6ba7
Description-en: Haskell library for splitting lists; documentation
 This Haskell library provides a wide range of strategies and a unified
 combinator framework for splitting lists with respect to some sort of
 delimiter.
 .
 For example, it can split a list every N elements, or on elements that
 satisfy some condition.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-split-prof
Description-md5: c3c5de4210d3d5f6c45314de9d86ca48
Description-en: Haskell library for splitting lists; profiling libraries
 This Haskell library provides a wide range of strategies and a unified
 combinator framework for splitting lists with respect to some sort of
 delimiter.
 .
 For example, it can split a list every N elements, or on elements that
 satisfy some condition.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-splitmix-dev
Description-md5: a9ebc60bf638080d3a17bfc7af59314b
Description-en: fast splittable PRNG
 Pure Haskell implementation of SplitMix, a splittable
 pseudorandom number generator that is quite fast.
 .
 It should not be used for cryptographic or security applications,
 because generated sequences of pseudorandom values are too predictable
 (the mixing functions are easily inverted, and two successive outputs
 suffice to reconstruct the internal state).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-splitmix-doc
Description-md5: 104744eda4f3c96a12fe0ddac51063b7
Description-en: fast splittable PRNG; documentation
 Pure Haskell implementation of SplitMix, a splittable
 pseudorandom number generator that is quite fast.
 .
 It should not be used for cryptographic or security applications,
 because generated sequences of pseudorandom values are too predictable
 (the mixing functions are easily inverted, and two successive outputs
 suffice to reconstruct the internal state).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-splitmix-prof
Description-md5: 3b02318273c4c6630fcbe1b04a089f11
Description-en: fast splittable PRNG; profiling libraries
 Pure Haskell implementation of SplitMix, a splittable
 pseudorandom number generator that is quite fast.
 .
 It should not be used for cryptographic or security applications,
 because generated sequences of pseudorandom values are too predictable
 (the mixing functions are easily inverted, and two successive outputs
 suffice to reconstruct the internal state).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-spool-dev
Description-md5: c54cdf04ec90f7b576cb0bb96a5db965
Description-en: copyless conversion between ByteString and Vector.Storable
 This library allows conversion between the types from Data.ByteString
 Data.Vector.Storable without copying the underlying data.  This is
 useful, for example, when ByteString IO produces or consumes vectors
 of numbers in native byte order.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-spool-doc
Description-md5: 0aeae1edd981a84e3ea34e6e6d236f66
Description-en: copyless conversion between ByteString and Vector.Storable; documentation
 This library allows conversion between the types from Data.ByteString
 Data.Vector.Storable without copying the underlying data.  This is
 useful, for example, when ByteString IO produces or consumes vectors
 of numbers in native byte order.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-spool-prof
Description-md5: 8f37ff6d512ce70af2bf228657030716
Description-en: copyless conversion between ByteString and Vector.Storable; profiling libraries
 This library allows conversion between the types from Data.ByteString
 Data.Vector.Storable without copying the underlying data.  This is
 useful, for example, when ByteString IO produces or consumes vectors
 of numbers in native byte order.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sql-words-dev
Description-md5: 8123e35b2a6f4bc797c3c937d1814b9a
Description-en: SQL keywords data constructor into OverloadedString
 This package contiains SQL keywords constructors defined as
 OverloadedString literals and helper functions to concate these.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sql-words-doc
Description-md5: 96015c43433798e96d5811a71b14e848
Description-en: SQL keywords data constructor into OverloadedString; documentation
 This package contiains SQL keywords constructors defined as
 OverloadedString literals and helper functions to concate these.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-sql-words-prof
Description-md5: 2fa81e66d967f325cb0eb9259616c901
Description-en: SQL keywords data constructor into OverloadedString; profiling libraries
 This package contiains SQL keywords constructors defined as
 OverloadedString literals and helper functions to concate these.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-dev
Description-md5: c3ef9534afa29a676dd2872f4301fa3f
Description-en: Haskell-Source with eXtensions library for GHC
 haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
 standard haskell-src package, and handles most common syntactic extensions to
 Haskell, including:
  * Multi-parameter type classes with functional dependencies
  * Indexed type families (including associated types)
  * Empty data declarations
  * GADTs
  * Implicit parameters (ghc and hugs style)
  * Template Haskell
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-doc
Description-md5: 051985cd26aebc6758ef761007439558
Description-en: API documentation of the haskell-src-exts library; documentation
 haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
 standard haskell-src package, and handles most common syntactic extensions to
 Haskell, including:
   * Multi-parameter type classes with functional dependencies
   * Indexed type families (including associated types)
   * Empty data declarations
   * GADTs
   * Implicit parameters (ghc and hugs style)
   * Template Haskell
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-prof
Description-md5: bedbe3be04a38c26d12b06466cdb588f
Description-en: Haskell-Source with eXtensions library for GHC; profiling libraries
 haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
 standard haskell-src package, and handles most common syntactic extensions to
 Haskell, including:
  * Multi-parameter type classes with functional dependencies
  * Indexed type families (including associated types)
  * Empty data declarations
  * GADTs
  * Implicit parameters (ghc and hugs style)
  * Template Haskell
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-simple-dev
Description-md5: 43fcca151fce238b9ffc491d75b04bc1
Description-en: simplified view on the haskell-src-exts AST
 This package provides a shim for haskell-src-exts (HSE), exposing the
 same AST but without annotations, using ghc's pattern synonyms.
 .
 This package is useful for synthesizing and manipulating HSE ASTs that
 don't carry source location information. It may also aid in porting
 packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in
 replacement for the old annotation-free AST.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-simple-doc
Description-md5: 750130c1ffea666069259337296490da
Description-en: simplified view on the haskell-src-exts AST; documentation
 This package provides a shim for haskell-src-exts (HSE), exposing the
 same AST but without annotations, using ghc's pattern synonyms.
 .
 This package is useful for synthesizing and manipulating HSE ASTs that
 don't carry source location information. It may also aid in porting
 packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in
 replacement for the old annotation-free AST.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-simple-prof
Description-md5: 8b186f3c9c0e510afcaa41f72b9618b5
Description-en: simplified view on the haskell-src-exts AST; profiling libraries
 This package provides a shim for haskell-src-exts (HSE), exposing the
 same AST but without annotations, using ghc's pattern synonyms.
 .
 This package is useful for synthesizing and manipulating HSE ASTs that
 don't carry source location information. It may also aid in porting
 packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in
 replacement for the old annotation-free AST.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-util-dev
Description-md5: e288e01127636c05e336b3be06b9e6f4
Description-en: helper functions for working with haskell-src-exts trees
 A small suite of helper functions for working with haskell-src-exts:
  * Free variables
  * Bound variables
  * Minimal (approximate) rebracketing of AST values such that
    prettyprint roundtrips.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-util-doc
Description-md5: 80dbe4c6803598af2e98ca448e76cd52
Description-en: helper functions for working with haskell-src-exts trees; documentation
 A small suite of helper functions for working with haskell-src-exts:
  * Free variables
  * Bound variables
  * Minimal (approximate) rebracketing of AST values such that
    prettyprint roundtrips.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-exts-util-prof
Description-md5: bb317ad75b90bf31520935d0e312fd31
Description-en: helper functions for working with haskell-src-exts trees; profiling libraries
 A small suite of helper functions for working with haskell-src-exts:
  * Free variables
  * Bound variables
  * Minimal (approximate) rebracketing of AST values such that
    prettyprint roundtrips.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-meta-dev
Description-md5: 67f3f83b46f32fed69008cf4b79da8e3
Description-en: parse source to Template Haskell abstract syntax
 The translation from haskell-src-exts abstract syntax to Template Haskell
 abstract syntax isn't 100% complete yet.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-meta-doc
Description-md5: 3f7b8fedac1bad8c5aa26614fbf86be3
Description-en: parse source to Template Haskell abstract syntax; documentation
 The translation from haskell-src-exts abstract syntax to Template Haskell
 abstract syntax isn't 100% complete yet.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-src-meta-prof
Description-md5: c5c183d9130fe48f5bbc7b4eebdf0bd1
Description-en: parse source to Template Haskell abstract syntax; profiling libraries
 The translation from haskell-src-exts abstract syntax to Template Haskell
 abstract syntax isn't 100% complete yet.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: haskell-stack
Description-md5: a814827c5c719f3c8817b829a47e381b
Description-en: The Haskell Tool Stack
 Stack is a program for developing Haskell projects. It is aimed at Haskellers
 both new and experienced.
 .
 It features:
 .
  * Installing GHC automatically.
 .
  * Installing packages needed for your project.
 .
  * Building your project.
 .
  * Testing your project.
 .
  * Benchmarking your project.

Package: libghc-stateref-dev
Description-md5: 1c2daadf46ea088d89bd09f4fe2ee488
Description-en: abstraction for things that work like IORef
 A collection of type-classes generalizing the read/write/modify
 operations for stateful variables provided by things like IORef,
 TVar, &c. Note that The interface has changed a bit from the 0.2.*
 version. "*Ref" functions are now called "*Reference" and new "*Ref"
 function exist with simpler signatures. The new Ref existential type
 provides a convenient monad-indexed reference type, and the HasRef
 class indicates monads for which there is a default reference type
 for every referent.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stateref-doc
Description-md5: dd6e9cbf2e2153d68ebd51bd9f90ee99
Description-en: abstraction for things that work like IORef; documentation
 A collection of type-classes generalizing the read/write/modify
 operations for stateful variables provided by things like IORef,
 TVar, &c. Note that The interface has changed a bit from the 0.2.*
 version. "*Ref" functions are now called "*Reference" and new "*Ref"
 function exist with simpler signatures. The new Ref existential type
 provides a convenient monad-indexed reference type, and the HasRef
 class indicates monads for which there is a default reference type
 for every referent.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stateref-prof
Description-md5: 2b3ca52b569a27198b832915e558b3ed
Description-en: abstraction for things that work like IORef; profiling libraries
 A collection of type-classes generalizing the read/write/modify
 operations for stateful variables provided by things like IORef,
 TVar, &c. Note that The interface has changed a bit from the 0.2.*
 version. "*Ref" functions are now called "*Reference" and new "*Ref"
 function exist with simpler signatures. The new Ref existential type
 provides a convenient monad-indexed reference type, and the HasRef
 class indicates monads for which there is a default reference type
 for every referent.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statestack-dev
Description-md5: 6f1ac558acacc5632053f66dc1b16dde
Description-en: simple State-like monad transformer state push/pop
 Simple State-like monad transformer where states can be saved to and
 restored from an internal stack.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statestack-doc
Description-md5: bbf9136416cd947f894265709aaa6307
Description-en: simple State-like monad transformer state push/pop; documentation
 Simple State-like monad transformer where states can be saved to and
 restored from an internal stack.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statestack-prof
Description-md5: cbd9a677d6e8ef4e63a2b03b19a89378
Description-en: simple State-like monad transformer state push/pop; profiling libraries
 Simple State-like monad transformer where states can be saved to and
 restored from an internal stack.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statevar-dev
Description-md5: 7eb142eb5a50cf961f0e1e7df574b6c4
Description-en: state variables in Haskell
 This library provides a common abstraction of stateful variables, e.g. IORef
 and OpenGL's StateVar.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statevar-doc
Description-md5: 03f81b17046a3ddc9639daea5cf51849
Description-en: state variables in Haskell; documentation
 This library provides a common abstraction of stateful variables, e.g. IORef
 and OpenGL's StateVar.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statevar-prof
Description-md5: 541a7a549c3c1de95489f096e289d314
Description-en: state variables in Haskell; profiling libraries
 This library provides a common abstraction of stateful variables, e.g. IORef
 and OpenGL's StateVar.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-static-hash-dev
Description-md5: efe8f2fc66921797fe330495d4153199
Description-en: pure immutable hash
 Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
 worst case.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-static-hash-doc
Description-md5: b5dced23e885d7b60a7c34de6b61d64f
Description-en: pure immutable hash; documentation
 Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
 worst case.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-static-hash-prof
Description-md5: 34edb3361e6fab09e5aa577483ad1990
Description-en: pure immutable hash; profiling libraries
 Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
 worst case.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statistics-dev
Description-md5: fdef0f09d1e44ef5e2c6e764cdee80dc
Description-en: A library of statistical types, data, and functions
 This library provides a number of common functions and types useful
 in statistics.  Our focus is on high performance, numerical
 robustness, and use of good algorithms.  Where possible, we provide
 references to the statistical literature.
 .
 The library's facilities can be divided into three broad categories:
 .
 Working with widely used discrete and continuous probability
 distributions.  (There are dozens of exotic distributions in use; we
 focus on the most common.)
 .
 Computing with sample data: quantile estimation, kernel density
 estimation, bootstrap methods, regression and autocorrelation analysis.
 .
 Random variate generation under several different distributions.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statistics-doc
Description-md5: c02e66a35d02ee578723b8968d648a4f
Description-en: A library of statistical types, data, and functions; documentation
 This library provides a number of common functions and types useful
 in statistics.  Our focus is on high performance, numerical
 robustness, and use of good algorithms.  Where possible, we provide
 references to the statistical literature.
 .
 The library's facilities can be divided into three broad categories:
 .
 Working with widely used discrete and continuous probability
 distributions.  (There are dozens of exotic distributions in use; we
 focus on the most common.)
 .
 Computing with sample data: quantile estimation, kernel density
 estimation, bootstrap methods, and autocorrelation analysis.
 .
 Random variate generation under several different distributions.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-statistics-prof
Description-md5: 7428867a440f8abe033562bed8c0b323
Description-en: A library of statistical types, data, and functions; profiling libraries
 This library provides a number of common functions and types useful
 in statistics.  Our focus is on high performance, numerical
 robustness, and use of good algorithms.  Where possible, we provide
 references to the statistical literature.
 .
 The library's facilities can be divided into three broad categories:
 .
 Working with widely used discrete and continuous probability
 distributions.  (There are dozens of exotic distributions in use; we
 focus on the most common.)
 .
 Computing with sample data: quantile estimation, kernel density
 estimation, bootstrap methods, and autocorrelation analysis.
 .
 Random variate generation under several different distributions.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: haskell-status-notifier-item-utils
Description-md5: 654e604c35394e348051971b317b3ba4
Description-en: StatusNotifierItem/libappindicator dbus implementation
 A Haskell implementation of the StatusNotifierItem protocol
 (https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).

Package: libghc-status-notifier-item-dev
Description-md5: 1bc24236d9fad91ce525af51613a595a
Description-en: StatusNotifierItem/libappindicator dbus implementation
 A Haskell implementation of the StatusNotifierItem protocol
 (https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-status-notifier-item-doc
Description-md5: eb8f5860f495ac77e1099f758dd6eb2c
Description-en: StatusNotifierItem/libappindicator dbus implementation; documentation
 A Haskell implementation of the StatusNotifierItem protocol
 (https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-status-notifier-item-prof
Description-md5: 17eca159d7ececb86b86a62c7651e423
Description-en: StatusNotifierItem/libappindicator dbus implementation; profiling libraries
 A Haskell implementation of the StatusNotifierItem protocol
 (https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stm-chans-dev
Description-md5: eeb6be29b8a8efeb6c0e70058e716230
Description-en: additional types of channels for STM
 Additional types of STM channels:
  * TBChan: a version of TChan where the queue is bounded in length
  * TBMChan: a version of TChan where the queue is bounded in length
    and closeable.
  * TBMQueue: a version of TQueue where the queue is bounded in length
    and closeable.
  * TMChan: a version of TChan where the queue is closeable. This is
    similar to a TChan (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
  * TMQueue: a version of TQueue where the queue is closeable. This is
    similar to a TQueue (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stm-chans-doc
Description-md5: da4e36682f990d3cc11e5471abe7304f
Description-en: additional types of channels for STM; documentation
 Additional types of STM channels:
  * TBChan: a version of TChan where the queue is bounded in length
  * TBMChan: a version of TChan where the queue is bounded in length
    and closeable.
  * TBMQueue: a version of TQueue where the queue is bounded in length
    and closeable.
  * TMChan: a version of TChan where the queue is closeable. This is
    similar to a TChan (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
  * TMQueue: a version of TQueue where the queue is closeable. This is
    similar to a TQueue (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stm-chans-prof
Description-md5: 1e4e15a10a3d4f038a19a9932bf7a6fe
Description-en: additional types of channels for STM; profiling libraries
 Additional types of STM channels:
  * TBChan: a version of TChan where the queue is bounded in length
  * TBMChan: a version of TChan where the queue is bounded in length
    and closeable.
  * TBMQueue: a version of TQueue where the queue is bounded in length
    and closeable.
  * TMChan: a version of TChan where the queue is closeable. This is
    similar to a TChan (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
  * TMQueue: a version of TQueue where the queue is closeable. This is
    similar to a TQueue (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stm-delay-dev
Description-md5: 8cce1f8268787c9e0c55d8f08957cd15
Description-en: updatable one-shot timer polled with STM
 This library lets you create a one-shot timer, poll it using STM,
 and update it to ring at a different time than initially
 specified.
 .
 It uses GHC event manager timeouts when available, yielding
 performance similar to threadDelay and registerDelay.  Otherwise,
 it falls back to forked threads and threadDelay.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stm-delay-doc
Description-md5: e8c3533573ea15be7877918136872841
Description-en: updatable one-shot timer polled with STM; documentation
 This library lets you create a one-shot timer, poll it using STM,
 and update it to ring at a different time than initially
 specified.
 .
 It uses GHC event manager timeouts when available, yielding
 performance similar to threadDelay and registerDelay.  Otherwise,
 it falls back to forked threads and threadDelay.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stm-delay-prof
Description-md5: ba71a95e4d91e3dea7e6c9446bc79b43
Description-en: updatable one-shot timer polled with STM; profiling libraries
 This library lets you create a one-shot timer, poll it using STM,
 and update it to ring at a different time than initially
 specified.
 .
 It uses GHC event manager timeouts when available, yielding
 performance similar to threadDelay and registerDelay.  Otherwise,
 it falls back to forked threads and threadDelay.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stmonadtrans-dev
Description-md5: c65a41de02a6f1a5709a6364f30bff02
Description-en: monad transformer version of the ST monad
 This package provides a monad transformer version of the ST monad.
 .
 Warning! This monad transformer should not be used with monads that can
 contain multiple answers, like the list monad. The reason is that the will be
 duplicated across the different answers and this cause Bad Things to happen
 (such as loss of referential transparency). Safe monads include the monads
 State, Reader, Writer, Maybe and combinations of their corresponding monad
 transformers.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stmonadtrans-doc
Description-md5: 7bda010d6255fadd25a9b3481860b937
Description-en: monad transformer version of the ST monad; documentation
 This package provides a monad transformer version of the ST monad.
 .
 Warning! This monad transformer should not be used with monads that can
 contain multiple answers, like the list monad. The reason is that the will be
 duplicated across the different answers and this cause Bad Things to happen
 (such as loss of referential transparency). Safe monads include the monads
 State, Reader, Writer, Maybe and combinations of their corresponding monad
 transformers.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stmonadtrans-prof
Description-md5: dd49439cf1623ee0f8345c7d55f12b97
Description-en: monad transformer version of the ST monad; profiling libraries
 This package provides a monad transformer version of the ST monad.
 .
 Warning! This monad transformer should not be used with monads that can
 contain multiple answers, like the list monad. The reason is that the will be
 duplicated across the different answers and this cause Bad Things to happen
 (such as loss of referential transparency). Safe monads include the monads
 State, Reader, Writer, Maybe and combinations of their corresponding monad
 transformers.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-complex-dev
Description-md5: 30480d7dc5b1051c5d408c1d25a43bbd
Description-en: Storable instance for Complex
 Provides a Storable instance for Complex which is binary
 compatible with C99, C++ and Fortran complex data types.
 .
 The only purpose of this package is to provide a standard
 location for this instance so that other packages needing
 this instance can play nicely together.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-complex-doc
Description-md5: 966623eeec57362b7475490223e9fa18
Description-en: Storable instance for Complex; documentation
 Provides a Storable instance for Complex which is binary
 compatible with C99, C++ and Fortran complex data types.
 .
 The only purpose of this package is to provide a standard
 location for this instance so that other packages needing
 this instance can play nicely together.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-complex-prof
Description-md5: cef9184f4db70e63660e503ed172e2b4
Description-en: Storable instance for Complex; profiling libraries
 Provides a Storable instance for Complex which is binary
 compatible with C99, C++ and Fortran complex data types.
 .
 The only purpose of this package is to provide a standard
 location for this instance so that other packages needing
 this instance can play nicely together.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-record-dev
Description-md5: 57263be3f9fafdeed45583f9f61eb1c3
Description-en: elegant definition of Storable instances for records
 With this package you can build a Storable instance of a record type
 from Storable instances of its elements in an elegant way.
 It does not do any magic, just a bit arithmetic to compute the right
 offsets that would be otherwise done manually or by a preprocessor
 like C2HS.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-record-doc
Description-md5: 07bb58f6f6d90ce0128a4d25a5c06c6e
Description-en: elegant definition of Storable instances for records; documentation
 With this package you can build a Storable instance of a record type
 from Storable instances of its elements in an elegant way.
 It does not do any magic, just a bit arithmetic to compute the right
 offsets that would be otherwise done manually or by a preprocessor
 like C2HS.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-record-prof
Description-md5: 4a6c5ee916a5edc620d519c4919f82c9
Description-en: elegant definition of Storable instances for records; profiling libraries
 With this package you can build a Storable instance of a record type
 from Storable instances of its elements in an elegant way.
 It does not do any magic, just a bit arithmetic to compute the right
 offsets that would be otherwise done manually or by a preprocessor
 like C2HS.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-tuple-dev
Description-md5: 87efe08ae5a7cb1dda14ef7ca1b23e1e
Description-en: Storable instance for pairs and triples
 Provides a Storable instance for pair and triple
 which should be binary compatible with C99 and C++.
 The only purpose of this package is to provide a standard location
 for this instance so that other packages needing this instance
 can play nicely together.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-tuple-doc
Description-md5: f2a316d408b81cdc2a9ab439b1e6e48e
Description-en: Storable instance for pairs and triples; documentation
 Provides a Storable instance for pair and triple
 which should be binary compatible with C99 and C++.
 The only purpose of this package is to provide a standard location
 for this instance so that other packages needing this instance
 can play nicely together.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-storable-tuple-prof
Description-md5: edaf453358fce6d2787b1e9c21fdc2d6
Description-en: Storable instance for pairs and triples; profiling libraries
 Provides a Storable instance for pair and triple
 which should be binary compatible with C99 and C++.
 The only purpose of this package is to provide a standard location
 for this instance so that other packages needing this instance
 can play nicely together.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-store-dev
Description-md5: 1f4f502e09bc1b3b49fd9c15b8658461
Description-en: 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.

Package: libghc-store-doc
Description-md5: 0ee514910f5e93d1c30ede2be91429af
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.

Package: libghc-store-prof
Description-md5: afdd568d65f07176aa2b0b307455e242
Description-en: 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.

Package: libghc-store-core-dev
Description-md5: e4eaa2b3edaf90e1b85ced9dabd90ad6
Description-en: fast and lightweight binary serialization
 This is a lightweight core used by the store package.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-store-core-doc
Description-md5: 84ba2d64400f7e0233042d351e6b753d
Description-en: fast and lightweight binary serialization; documentation
 This is a lightweight core used by the store package.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-store-core-prof
Description-md5: e343ef2eb1b24a9ffcc5f016ab4db3e9
Description-en: fast and lightweight binary serialization; profiling libraries
 This is a lightweight core used by the store package.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stream-dev
Description-md5: 5fbaf6ebb31e507e47378e7a6e1af02e
Description-en: Haskell stream (infinite list) library for GHC
 Provides functions, analogous to those from Data.List, to create and
 manipulate infinite lists.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stream-doc
Description-md5: e8f7ab15c2b25200156218aa9f60d067
Description-en: Haskell stream (infinite list) library for GHC; documentation
 Provides functions, analogous to those from Data.List, to create and
 manipulate infinite lists.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stream-prof
Description-md5: b4a1db2a37cf5151a986b4658fe9b5fa
Description-en: Haskell stream (infinite list) library for GHC; profiling libraries
 Provides functions, analogous to those from Data.List, to create and
 manipulate infinite lists.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-streaming-commons-dev
Description-md5: 44bfab6e939c3729eb5183e840a97378
Description-en: common lower-level functions for various streaming data libraries
 Provides low-dependency functionality commonly needed by various
 streaming data libraries, such as conduit and pipes.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-streaming-commons-doc
Description-md5: a9718dc31d423697b5d6b8adb8c4fce2
Description-en: common lower-level functions for various streaming data libraries; documentation
 Provides low-dependency functionality commonly needed by various
 streaming data libraries, such as conduit and pipes.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-streaming-commons-prof
Description-md5: f8e32ce57dfd2acb1ab6cd9dc59db17c
Description-en: common lower-level functions for various streaming data libraries; profiling libraries
 Provides low-dependency functionality commonly needed by various
 streaming data libraries, such as conduit and pipes.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-strict-dev
Description-md5: 983993f124f0b77da0d5a81be7c7c2d9
Description-en: Strict variants of standard Haskell datatypes
 This package provides strict versions of some standard Haskell data types
 (pairs, Maybe and Either). It also contains strict IO operations.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-strict-doc
Description-md5: 5c9bc0acbe6c5e78a415ddb311c2074c
Description-en: Strict variants of standard Haskell datatypes; documentation
 This package provides strict versions of some standard Haskell data types
 (pairs, Maybe and Either). It also contains strict IO operations.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-strict-prof
Description-md5: eb3a0220dc655fbcd310472e603b9e83
Description-en: Strict variants of standard Haskell datatypes; profiling libraries
 This package provides strict versions of some standard Haskell data types
 (pairs, Maybe and Either). It also contains strict IO operations.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-strict-list-dev
Description-md5: 4ceaea47370c39d7c52cef4311c14fd4
Description-en: strict linked list
 Implementation of strict linked list with care taken about stack.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-strict-list-doc
Description-md5: a990ae52170a21033fd5e788481430b4
Description-en: strict linked list; documentation
 Implementation of strict linked list with care taken about stack.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-strict-list-prof
Description-md5: 6ca46e4a871364aba6ed1458363bdcc0
Description-en: strict linked list; profiling libraries
 Implementation of strict linked list with care taken about stack.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-string-conversions-dev
Description-md5: 8d17fc056dad7e4947231c6403731393
Description-en: simplifies dealing with different types for strings
 Provides a simple type class for converting values
 of different string types into values of other string types.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-string-conversions-doc
Description-md5: b1c01dca1a4cc86227fa58c821e99d0d
Description-en: simplifies dealing with different types for strings; documentation
 Provides a simple type class for converting values
 of different string types into values of other string types.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-string-conversions-prof
Description-md5: 56a41019e5bd0bc108f0ac3343dbbcad
Description-en: simplifies dealing with different types for strings; profiling libraries
 Provides a simple type class for converting values
 of different string types into values of other string types.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-string-qq-dev
Description-md5: 69727f2c509bcfa00e5ac3d45aa6a8bc
Description-en: QuasiQuoter for non-interpolated strings
 QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for
 writing multi-line IsString literals.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-string-qq-doc
Description-md5: 2d4ccb10126b020dfeca5e67647e8c9f
Description-en: QuasiQuoter for non-interpolated strings; documentation
 QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for
 writing multi-line IsString literals.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-string-qq-prof
Description-md5: f2f7b14eea2b979aaf4890bde3e3bb24
Description-en: QuasiQuoter for non-interpolated strings; profiling libraries
 QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for
 writing multi-line IsString literals.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stringbuilder-dev
Description-md5: 205c579c0b3e3483f9517cdf44002ec1
Description-en: writer monad for multi-line string literals
 This allows the construction of multi-line string literals in a
 monadic way.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stringbuilder-doc
Description-md5: b0974fdbb2eb04caad08493d00e73b5c
Description-en: writer monad for multi-line string literals; documentation
 This allows the construction of multi-line string literals in a
 monadic way.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stringbuilder-prof
Description-md5: bfbf8dc923dfbe9359b58cc6aa4a5fe4
Description-en: writer monad for multi-line string literals; profiling libraries
 This allows the construction of multi-line string literals in a
 monadic way.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stringprep-dev
Description-md5: bd18af63a68793e9309bf465dc70e216
Description-en: Implements the "StringPrep" algorithm
 RFC 3454 describes a framework for preparing Unicode text strings in order to
 increase the likelihood that string input and string comparison work in ways
 that make sense for typical users throughout the world.  The stringprep
 protocol is useful for protocol identifier values, company and personal names,
 internationalized domain names, and other text strings.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stringprep-doc
Description-md5: aa851b05c71842739bce43d7fa4ec78a
Description-en: Implements the "StringPrep" algorithm; documentation
 RFC 3454 describes a framework for preparing Unicode text strings in order to
 increase the likelihood that string input and string comparison work in ways
 that make sense for typical users throughout the world.  The stringprep
 protocol is useful for protocol identifier values, company and personal names,
 internationalized domain names, and other text strings.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stringprep-prof
Description-md5: 48943a0116e4d9f056e07795a351014f
Description-en: Implements the "StringPrep" algorithm; profiling libraries
 RFC 3454 describes a framework for preparing Unicode text strings in order to
 increase the likelihood that string input and string comparison work in ways
 that make sense for typical users throughout the world.  The stringprep
 protocol is useful for protocol identifier values, company and personal names,
 internationalized domain names, and other text strings.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-stringsearch-dev
Description-md5: ee27e0e372e32162d6a9f4b7f07cc40c
Description-en: Fast searching, splitting and replacing of ByteStrings
 This package provides several functions to quickly
 search for substrings in strict or lazy ByteStrings.
 It also provides functions for breaking or splitting
 on substrings and replacing all occurrences of a
 substring (the first in case of overlaps) with another.
 .
  Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
  Upstream-Maintainer: daniel.is.fischer@googlemail.com
 .
 This package contains the normal library files.

Package: libghc-stringsearch-doc
Description-md5: 6ae03042c74569a77c81eeb34bc76a51
Description-en: Fast searching, splitting and replacing of ByteStrings; documentation
 This package provides several functions to quickly
 search for substrings in strict or lazy ByteStrings.
 It also provides functions for breaking or splitting
 on substrings and replacing all occurrences of a
 substring (the first in case of overlaps) with another.
 .
  Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
  Upstream-Maintainer: daniel.is.fischer@googlemail.com
 .
 This package contains the documentation files.

Package: libghc-stringsearch-prof
Description-md5: 4c2b51a4b6b448cf813c89fcad3dc50c
Description-en: Fast searching, splitting and replacing of ByteStrings; profiling libraries
 This package provides several functions to quickly
 search for substrings in strict or lazy ByteStrings.
 It also provides functions for breaking or splitting
 on substrings and replacing all occurrences of a
 substring (the first in case of overlaps) with another.
 .
  Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
  Upstream-Maintainer: daniel.is.fischer@googlemail.com
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-svg-builder-dev
Description-md5: ec41935c954963123ba65d5cab11394e
Description-en: DSL for building SVG
 Fast, easy to write SVG.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-svg-builder-doc
Description-md5: 1409b349e6589b4d1ad6e47e5916d4de
Description-en: DSL for building SVG; documentation
 Fast, easy to write SVG.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-svg-builder-prof
Description-md5: c032d16ac46f3c5d53782fe5173ca68f
Description-en: DSL for building SVG; profiling libraries
 Fast, easy to write SVG.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-swish-dev
Description-md5: 0052d5026169f8a44581dcd77eae44cd
Description-en: semantic web toolkit - libraries
 Swish is a framework for performing deductions in RDF data
 using a variety of techniques.
 Swish is conceived as a toolkit for experimenting with RDF inference,
 and for implementing stand-alone RDF file processors
 (usable in similar style to CWM,
 but with a view to being extensible in declarative style
 through added Haskell function and data value declarations).
 It explores Haskell as "a scripting language for the Semantic Web".
 .
 Swish is a work-in-progress, and currently incorporates:
 .
  * Turtle, Notation3 and NTriples input and output.
    The N3 support is incomplete (no handling of @forAll).
  * RDF graph isomorphism testing and merging.
  * Display of differences between RDF graphs.
  * Inference operations in forward chaining, backward chaining
    and proof-checking modes.
  * Simple Horn-style rule implementations,
    extendable through variable binding modifiers and filters.
  * Class restriction rule implementation,
    primarily for datatype inferences.
  * RDF formal semantics entailment rule implementation.
  * Complete, ready-to-run, command-line and script-driven programs.
 .
 This package contains the libraries compiled for GHC.

Package: libghc-swish-doc
Description-md5: daab4ca13c1da9000991761a4312a455
Description-en: semantic web toolkit - library documentation
 Swish is a framework for performing deductions in RDF data
 using a variety of techniques.
 Swish is conceived as a toolkit for experimenting with RDF inference,
 and for implementing stand-alone RDF file processors
 (usable in similar style to CWM,
 but with a view to being extensible in declarative style
 through added Haskell function and data value declarations).
 It explores Haskell as "a scripting language for the Semantic Web".
 .
 Swish is a work-in-progress, and currently incorporates:
 .
  * Turtle, Notation3 and NTriples input and output.
    The N3 support is incomplete (no handling of @forAll).
  * RDF graph isomorphism testing and merging.
  * Display of differences between RDF graphs.
  * Inference operations in forward chaining, backward chaining
    and proof-checking modes.
  * Simple Horn-style rule implementations,
    extendable through variable binding modifiers and filters.
  * Class restriction rule implementation,
    primarily for datatype inferences.
  * RDF formal semantics entailment rule implementation.
  * Complete, ready-to-run, command-line and script-driven programs.
 .
 This package contains the library documentation for swish.

Package: libghc-swish-prof
Description-md5: 6c23e5d435ba0fa6342f4f8dc2af4c90
Description-en: semantic web toolkit - profiling libraries
 Swish is a framework for performing deductions in RDF data
 using a variety of techniques.
 Swish is conceived as a toolkit for experimenting with RDF inference,
 and for implementing stand-alone RDF file processors
 (usable in similar style to CWM,
 but with a view to being extensible in declarative style
 through added Haskell function and data value declarations).
 It explores Haskell as "a scripting language for the Semantic Web".
 .
 Swish is a work-in-progress, and currently incorporates:
 .
  * Turtle, Notation3 and NTriples input and output.
    The N3 support is incomplete (no handling of @forAll).
  * RDF graph isomorphism testing and merging.
  * Display of differences between RDF graphs.
  * Inference operations in forward chaining, backward chaining
    and proof-checking modes.
  * Simple Horn-style rule implementations,
    extendable through variable binding modifiers and filters.
  * Class restriction rule implementation,
    primarily for datatype inferences.
  * RDF formal semantics entailment rule implementation.
  * Complete, ready-to-run, command-line and script-driven programs.
 .
 This package contains the profiling libraries for swish.

Package: swish
Description-md5: 6c6c2562192e6dff48a8ec5b779e3d8b
Description-en: semantic web toolkit - tools
 Swish is a framework for performing deductions in RDF data
 using a variety of techniques.
 Swish is conceived as a toolkit for experimenting with RDF inference,
 and for implementing stand-alone RDF file processors
 (usable in similar style to CWM,
 but with a view to being extensible in declarative style
 through added Haskell function and data value declarations).
 It explores Haskell as "a scripting language for the Semantic Web".
 .
 Swish is a work-in-progress, and currently incorporates:
 .
  * Turtle, Notation3 and NTriples input and output.
    The N3 support is incomplete (no handling of @forAll).
  * RDF graph isomorphism testing and merging.
  * Display of differences between RDF graphs.
  * Inference operations in forward chaining, backward chaining
    and proof-checking modes.
  * Simple Horn-style rule implementations,
    extendable through variable binding modifiers and filters.
  * Class restriction rule implementation,
    primarily for datatype inferences.
  * RDF formal semantics entailment rule implementation.
  * Complete, ready-to-run, command-line and script-driven programs.
 .
 This package contains the swish tool.

Package: libghc-syb-dev
Description-md5: 383e0057f2bc03c979afeeff09920218
Description-en: Generic programming library for Haskell
 This package contains the generics system known as "Scrap Your Boilerplate".
 It defines the "Data" class of types permitting folding and unfolding of
 constructor applications, instances of this class for primitive types, and a
 variety of traversals.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-syb-doc
Description-md5: 8f24fe306945e92749ed337757960775
Description-en: Generic programming library for Haskell; documentation
 This package contains the generics system known as "Scrap Your Boilerplate".
 It defines the "Data" class of types permitting folding and unfolding of
 constructor applications, instances of this class for primitive types, and a
 variety of traversals.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-syb-prof
Description-md5: a9fe6f214ff4ac6cedf7f89455b0fc35
Description-en: Generic programming library for Haskell; profiling libraries
 This package contains the generics system known as "Scrap Your Boilerplate".
 It defines the "Data" class of types permitting folding and unfolding of
 constructor applications, instances of this class for primitive types, and a
 variety of traversals.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-syb-with-class-dev
Description-md5: e8c869ed64a0d83e42839af930ae5f49
Description-en: Haskell library for generic programming
 The "Scrap your boilerplate" approach is a lightweight generic
 programming approach for Haskell.  Using this approach, you can write
 generic functions such as traversal schemes (e.g., everywhere and
 everything), as well as generic read, generic show and generic
 equality (i.e., gread, gshow, and geq). This approach is based on
 just a few primitives for type-safe cast and processing constructor
 applications.

Package: libghc-syb-with-class-doc
Description-md5: 9f79675f30a1f0f9e4d0e02f28eb9565
Description-en: Haskell library for generic programming; documentation
 The "Scrap your boilerplate" approach is a lightweight generic
 programming approach for Haskell.  Using this approach, you can write
 generic functions such as traversal schemes (e.g., everywhere and
 everything), as well as generic read, generic show and generic
 equality (i.e., gread, gshow, and geq). This approach is based on
 just a few primitives for type-safe cast and processing constructor
 applications.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-syb-with-class-prof
Description-md5: cfe5e8f1f9bde1be0d6cc1bc0ad09783
Description-en: Haskell library for generic programming; profiling libraries
 The "Scrap your boilerplate" approach is a lightweight generic
 programming approach for Haskell.  Using this approach, you can write
 generic functions such as traversal schemes (e.g., everywhere and
 everything), as well as generic read, generic show and generic
 equality (i.e., gread, gshow, and geq). This approach is based on
 just a few primitives for type-safe cast and processing constructor
 applications.
 .
 This package contains the profiling libraries.

Package: libghc-system-fileio-dev
Description-md5: 62d29865624479ddc06313c37ca59d28
Description-en: consistent filesystem interaction across GHC versions
 This is a small wrapper around the "directory", "unix", and "Win32"
 packages, for use with "system-filepath". It provides a consistent
 API to the various versions of these packages distributed with
 different versions of GHC.
 .
 In particular, this library supports working with POSIX files that
 have paths which can't be decoded in the current locale encoding.
 .
 This package contains the normal library files.

Package: libghc-system-fileio-doc
Description-md5: 41a897c9c6a6c4e87841723f94cdac4e
Description-en: consistent filesystem interaction across GHC versions; documentation
 This is a small wrapper around the "directory", "unix", and "Win32"
 packages, for use with "system-filepath". It provides a consistent
 API to the various versions of these packages distributed with
 different versions of GHC.
 .
 In particular, this library supports working with POSIX files that
 have paths which can't be decoded in the current locale encoding.
 .
 This package contains the documentation files.

Package: libghc-system-fileio-prof
Description-md5: 96f45159caae2010b947b7a6a083a467
Description-en: consistent filesystem interaction across GHC versions; profiling libraries
 This is a small wrapper around the "directory", "unix", and "Win32"
 packages, for use with "system-filepath". It provides a consistent
 API to the various versions of these packages distributed with
 different versions of GHC.
 .
 In particular, this library supports working with POSIX files that
 have paths which can't be decoded in the current locale encoding.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-system-filepath-dev
Description-md5: 3a09f1bf994d40459f099aaeac4ffef1
Description-en: high-level, byte-based file and directory path manipulations
 Functions for portable file path manipulation.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-system-filepath-doc
Description-md5: 2b48b153cf250edd46e2394e508156d9
Description-en: high-level, byte-based file and directory path manipulations; documentation
 Functions for portable file path manipulation.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-system-filepath-prof
Description-md5: de215bf9d6743af96c60f06d1dfc1fb3
Description-en: high-level, byte-based file and directory path manipulations; profiling libraries
 Functions for portable file path manipulation.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-system-posix-redirect-dev
Description-md5: c6599806b1924c76cb0480cc7ae22465
Description-en: toy module to temporarily redirect a program's stdout
 Due to the design of POSIX, it is possible to temporarily overload the
 file descriptors corresponding to stdout and stderr to point to an
 arbitrary pipe. It is, however, tricky to get right. This module gets
 it right, as far as such a terrible hack can be made right. It can be
 used to make misbehaving third-party C libraries stop spewing to
 standard output.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-system-posix-redirect-doc
Description-md5: 4a6feba303275124fb6fdd120772719f
Description-en: toy module to temporarily redirect a program's stdout; documentation
 Due to the design of POSIX, it is possible to temporarily overload the
 file descriptors corresponding to stdout and stderr to point to an
 arbitrary pipe. It is, however, tricky to get right. This module gets
 it right, as far as such a terrible hack can be made right. It can be
 used to make misbehaving third-party C libraries stop spewing to
 standard output.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-system-posix-redirect-prof
Description-md5: 2b2a8c1806550b730328d5cd7d8fdcad
Description-en: toy module to temporarily redirect a program's stdout; profiling libraries
 Due to the design of POSIX, it is possible to temporarily overload the
 file descriptors corresponding to stdout and stderr to point to an
 arbitrary pipe. It is, however, tricky to get right. This module gets
 it right, as far as such a terrible hack can be made right. It can be
 used to make misbehaving third-party C libraries stop spewing to
 standard output.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tabular-dev
Description-md5: 82fa4ddcef300cecb946fb587ceabefb
Description-en: two-dimensional data tables with rendering functions
 Tabular provides a Haskell representation of two-dimensional data
 tables, the kind that you might find in a spreadsheet or a
 research report. It also comes with some default rendering functions
 for turning those tables into ASCII art, simple text with an
 arbitrary delimiter, CSV, HTML or LaTeX.
 .
 The tabular package can group rows and columns, each group having one
 of three separators (no line, single line, double line) between its
 members.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tabular-doc
Description-md5: 2e1e0bf77e3582232ea69d1fe97d168c
Description-en: two-dimensional data tables with rendering functions; documentation
 Tabular provides a Haskell representation of two-dimensional data
 tables, the kind that you might find in a spreadsheet or a
 research report. It also comes with some default rendering functions
 for turning those tables into ASCII art, simple text with an
 arbitrary delimiter, CSV, HTML or LaTeX.
 .
 The tabular package can group rows and columns, each group having one
 of three separators (no line, single line, double line) between its
 members.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tabular-prof
Description-md5: ccab220cff592524c7246d71993164cc
Description-en: two-dimensional data tables with rendering functions; profiling libraries
 Tabular provides a Haskell representation of two-dimensional data
 tables, the kind that you might find in a spreadsheet or a
 research report. It also comes with some default rendering functions
 for turning those tables into ASCII art, simple text with an
 arbitrary delimiter, CSV, HTML or LaTeX.
 .
 The tabular package can group rows and columns, each group having one
 of three separators (no line, single line, double line) between its
 members.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tagged-dev
Description-md5: 887f5ee3a49446fe3df5960398b6c251
Description-en: newtype wrappers for phantom types
 It provides newtype wrappers for phantom types to avoid unsafely
 passing dummy arguments.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tagged-doc
Description-md5: 2546eb6cee09e0bf78f498938db6c602
Description-en: newtype wrappers for phantom types; documentation
 It provides newtype wrappers for phantom types to avoid unsafely
 passing dummy arguments.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tagged-prof
Description-md5: 28c04b0686c10d518bc577efa0779089
Description-en: newtype wrappers for phantom types; profiling libraries
 It provides newtype wrappers for phantom types to avoid unsafely
 passing dummy arguments.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tagshare-dev
Description-md5: 66c195969297ff48c5c9cbc289482935
Description-en: explicit sharing with tags
 TagShare supplies a monad for sharing values based on tags
 and types. Each tag and type is bound to at most one value
 in a dynamic map.
 .
 The principal use of this package is to ensure that
 constant class members or other overloaded values are
 shared.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tagshare-doc
Description-md5: 63391fb5573b2af714d0b3a0b8f85b10
Description-en: explicit sharing with tags; documentation
 TagShare supplies a monad for sharing values based on tags
 and types. Each tag and type is bound to at most one value
 in a dynamic map.
 .
 The principal use of this package is to ensure that
 constant class members or other overloaded values are
 shared.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tagshare-prof
Description-md5: 2734c9fd412719d8627935e8cbee5fb5
Description-en: explicit sharing with tags; profiling libraries
 TagShare supplies a monad for sharing values based on tags
 and types. Each tag and type is bound to at most one value
 in a dynamic map.
 .
 The principal use of this package is to ensure that
 constant class members or other overloaded values are
 shared.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tagsoup-dev
Description-md5: 9e7b8da978a1af82a01a785ae1be1585
Description-en: Haskell library to robustly parse unstructured HTML
 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine.  TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package is not related to the Java TagSoup library.

Package: libghc-tagsoup-doc
Description-md5: c61326ffa7176e76f35578a3249fb3b3
Description-en: Documentation for Haskell TagSoup library
 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine.  TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package contains the API documentation and example for the TagSoup
 library.

Package: libghc-tagsoup-prof
Description-md5: 2fec70ca460bedfcd5a5409c2cda9581
Description-en: Profiling support for TagSoup Haskell library
 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine.  TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package contains the profiling support for the TagSoup library.

Package: libghc-tagstream-conduit-dev
Description-md5: 5a2dda94062bc93294f60e8ef240dd00
Description-en: streamlined HTML tag parser
 Tag-stream is a library for parsing HTMLXML to a token stream. It
 can parse unstructured and malformed HTML from the web. It also
 provides an Enumeratee which can parse streamline html, which means
 it consumes constant memory.
 .
 This package contains the normal library files.

Package: libghc-tagstream-conduit-doc
Description-md5: 72843c96e2e3f5eb8c27db530c2a2c98
Description-en: streamlined HTML tag parser; documentation
 Tag-stream is a library for parsing HTMLXML to a token stream. It
 can parse unstructured and malformed HTML from the web. It also
 provides an Enumeratee which can parse streamline html, which means
 it consumes constant memory.
 .
 This package contains the documentation files.

Package: libghc-tagstream-conduit-prof
Description-md5: 540f3675a1bfa74eb561841b2f71e19b
Description-en: streamlined HTML tag parser; profiling libraries
 Tag-stream is a library for parsing HTMLXML to a token stream. It
 can parse unstructured and malformed HTML from the web. It also
 provides an Enumeratee which can parse streamline html, which means
 it consumes constant memory.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-tar-dev
Description-md5: 969482f0f187cb656a73c0590e93b5bf
Description-en: reading, writing and manipulating ".tar" archive files
 This library is for working with ".tar" archive files. It can read and write a
 range of common variations of archive format including V7, USTAR, POSIX and
 GNU formats. It provides support for packing and unpacking portable archives.
 This makes it suitable for distribution but not backup because details like
 file ownership and exact permissions are not preserved.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tar-doc
Description-md5: d73e54c3113c06b3ca0d7e8c4fdf8512
Description-en: reading, writing and manipulating ".tar" archive files; documentation
 This library is for working with ".tar" archive files. It can read and write a
 range of common variations of archive format including V7, USTAR, POSIX and
 GNU formats. It provides support for packing and unpacking portable archives.
 This makes it suitable for distribution but not backup because details like
 file ownership and exact permissions are not preserved.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tar-prof
Description-md5: 3471d4e9d21ab726918df70f0d53a589
Description-en: reading, writing and manipulating ".tar" archive files; profiling libraries
 This library is for working with ".tar" archive files. It can read and write a
 range of common variations of archive format including V7, USTAR, POSIX and
 GNU formats. It provides support for packing and unpacking portable archives.
 This makes it suitable for distribution but not backup because details like
 file ownership and exact permissions are not preserved.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tar-conduit-dev
Description-md5: e929a256db4e7ab152c4d189745f026d
Description-en: Conduit based tar extraction mechanism
 This Haskell package provides methods to extract and create tar files using
 conduit for streaming.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tar-conduit-doc
Description-md5: ad348e09d1865124638f6b24a99a7ff2
Description-en: Conduit based tar extraction mechanism; documentation
 This Haskell package provides methods to extract and create tar files using
 conduit for streaming.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tar-conduit-prof
Description-md5: 70e72dd1d2b225d97548150535ac3757
Description-en: Conduit based tar extraction mechanism; profiling libraries
 This Haskell package provides methods to extract and create tar files using
 conduit for streaming.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-dev
Description-md5: e90c3769e75029cdc82bb58b4cbbcfbf
Description-en: Haskell testing framework
 A modern and extensible testing framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-doc
Description-md5: a403b1dbe3e1faac91c71eabc340a04e
Description-en: Haskell testing framework; documentation
 A modern and extensible testing framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-prof
Description-md5: 300a4eb96368c36355df475128d3c2ed
Description-en: Haskell testing framework; profiling libraries
 A modern and extensible testing framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-ant-xml-dev
Description-md5: ee609491660f1d4a3249d92d8a51eff2
Description-en: Render tasty output to XML for Jenkins
 A tasty ingredient to output test results in XML, using the Ant schema. This
 XML can be consumed by the Jenkins continuous integration framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-ant-xml-doc
Description-md5: d37d2dca6e314289f4a01dbedf8adc2d
Description-en: Render tasty output to XML for Jenkins; documentation
 A tasty ingredient to output test results in XML, using the Ant schema. This
 XML can be consumed by the Jenkins continuous integration framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-ant-xml-prof
Description-md5: bd1f59eeb0197f7d511be7bc69ab4341
Description-en: Render tasty output to XML for Jenkins; profiling libraries
 A tasty ingredient to output test results in XML, using the Ant schema. This
 XML can be consumed by the Jenkins continuous integration framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-checklist-dev
Description-md5: 7a79acd87a943b7ac01665caa7ddca40
Description-en: Check multiple items during a tasty test
 Allows the test to check a number of items during a test and
 only signal pass or fail when the end if the checklist is reached.
 .
 Also provides an easy method to check multiple derived values from
 a single input value.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-checklist-doc
Description-md5: ac491a100a4d4773eb959b081fe4fe51
Description-en: Check multiple items during a tasty test; documentation
 Allows the test to check a number of items during a test and
 only signal pass or fail when the end if the checklist is reached.
 .
 Also provides an easy method to check multiple derived values from
 a single input value.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-checklist-prof
Description-md5: 77e1c4edbf9aea4031414aaec08d7e53
Description-en: Check multiple items during a tasty test; profiling libraries
 Allows the test to check a number of items during a test and
 only signal pass or fail when the end if the checklist is reached.
 .
 Also provides an easy method to check multiple derived values from
 a single input value.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-discover-dev
Description-md5: 9ded137df2145a452ae0a91e189a17a7
Description-en: Test discovery for the tasty framework.
 Automatic test discovery and runner for the tasty framework.
 Prefix your test case names and tasty-discover will discover, collect
 and run them. All popular test libraries are covered. Configure once
 and then just write your tests. Avoid forgetting to add test modules
 to your Cabal/Hpack files. Tasty ingredients are included along with
 various configuration options for different use cases.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-discover-doc
Description-md5: 69c5b87e027e6e8afd29aa11d8958f27
Description-en: Test discovery for the tasty framework.; documentation
 Automatic test discovery and runner for the tasty framework.
 Prefix your test case names and tasty-discover will discover, collect
 and run them. All popular test libraries are covered. Configure once
 and then just write your tests. Avoid forgetting to add test modules
 to your Cabal/Hpack files. Tasty ingredients are included along with
 various configuration options for different use cases.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-discover-prof
Description-md5: 0240a792af67b3f787903fb6a948b193
Description-en: Test discovery for the tasty framework.; profiling libraries
 Automatic test discovery and runner for the tasty framework.
 Prefix your test case names and tasty-discover will discover, collect
 and run them. All popular test libraries are covered. Configure once
 and then just write your tests. Avoid forgetting to add test modules
 to your Cabal/Hpack files. Tasty ingredients are included along with
 various configuration options for different use cases.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: tasty-discover
Description-md5: 57b864a7a3fa7981cefc578d285b10c4
Description-en: Test discovery for the tasty framework.
 Automatic test discovery and runner for the tasty framework.
 Prefix your test case names and tasty-discover will discover, collect
 and run them. All popular test libraries are covered. Configure once
 and then just write your tests. Avoid forgetting to add test modules
 to your Cabal/Hpack files. Tasty ingredients are included along with
 various configuration options for different use cases.

Package: libghc-tasty-expected-failure-dev
Description-md5: 66e6d9ca028106f0ff0ebdf9e3358cab
Description-en: mark tasty tests as failure-expected
 With the function 'expectFail' in the provided module
 Test.Tasty.ExpectedFailure, you can mark that you expect
 test cases to fail, and not to pass.
 .
 This can for example be used for test-driven development: Create the
 tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and
 you can still push to the main branch, without your continuous
 integration branch failing.
 .
 Once someone implements the feature or fixes the bug (maybe
 unknowingly), the test suite will tell him so, due to the now
 unexpectedly passing test, and he can remove the
 'Test.Tasty.ExpectedFailure.expectFail' marker.
 .
 The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to
 avoid running a test. Both functions are implemented via the more
 general 'Test.Tasty.ExpectedFailure.wrapTest', which is also
 provided.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-expected-failure-doc
Description-md5: cd2be78962c78b5aeb270780305a24f4
Description-en: mark tasty tests as failure-expected; documentation
 With the function 'expectFail' in the provided module
 Test.Tasty.ExpectedFailure, you can mark that you expect
 test cases to fail, and not to pass.
 .
 This can for example be used for test-driven development: Create the
 tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and
 you can still push to the main branch, without your continuous
 integration branch failing.
 .
 Once someone implements the feature or fixes the bug (maybe
 unknowingly), the test suite will tell him so, due to the now
 unexpectedly passing test, and he can remove the
 'Test.Tasty.ExpectedFailure.expectFail' marker.
 .
 The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to
 avoid running a test. Both functions are implemented via the more
 general 'Test.Tasty.ExpectedFailure.wrapTest', which is also
 provided.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-expected-failure-prof
Description-md5: e6b2ec204f63e5ea8dbc3d32fc088e8b
Description-en: mark tasty tests as failure-expected; profiling libraries
 With the function 'expectFail' in the provided module
 Test.Tasty.ExpectedFailure, you can mark that you expect
 test cases to fail, and not to pass.
 .
 This can for example be used for test-driven development: Create the
 tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and
 you can still push to the main branch, without your continuous
 integration branch failing.
 .
 Once someone implements the feature or fixes the bug (maybe
 unknowingly), the test suite will tell him so, due to the now
 unexpectedly passing test, and he can remove the
 'Test.Tasty.ExpectedFailure.expectFail' marker.
 .
 The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to
 avoid running a test. Both functions are implemented via the more
 general 'Test.Tasty.ExpectedFailure.wrapTest', which is also
 provided.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-golden-dev
Description-md5: f96c3f548b12af715c53b33c66389dba
Description-en: Golden test support for Tasty test framework
 This library provides support for golden testing. A golden test is an
 IO action that writes its result to a file. To pass the test, this
 output file should be identical to the corresponding golden file,
 which contains the correct result for the test.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-golden-doc
Description-md5: 8d559d051b33d9b7a275192fc09e31af
Description-en: Golden test support for Tasty test framework; documentation
 This library provides support for golden testing. A golden test is an
 IO action that writes its result to a file. To pass the test, this
 output file should be identical to the corresponding golden file,
 which contains the correct result for the test.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-golden-prof
Description-md5: 4b7505cf9a0fa05a5a73871b1aead115
Description-en: Golden test support for Tasty test framework; profiling libraries
 This library provides support for golden testing. A golden test is an
 IO action that writes its result to a file. To pass the test, this
 output file should be identical to the corresponding golden file,
 which contains the correct result for the test.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hedgehog-dev
Description-md5: d8576907896c44a7337215b2e6557327
Description-en: hedgehog-tasty integration
 Integrates the hedgehog testing library with the tasty testing
 framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hedgehog-doc
Description-md5: 44f608104121fa9a53116ac113b6c318
Description-en: hedgehog-tasty integration; documentation
 Integrates the hedgehog testing library with the tasty testing
 framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hedgehog-prof
Description-md5: c95391364ae2642ca33f17775168b8a1
Description-en: hedgehog-tasty integration; profiling libraries
 Integrates the hedgehog testing library with the tasty testing
 framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hslua-dev
Description-md5: 8b0162a09b475550fd467b2816a5d161
Description-en: Tasty helpers to test HsLua.
 Various tasty helpers and utilities to test HsLua
 oparations. Built on top of tasty-hunit.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hslua-doc
Description-md5: 53f629e9c1b5d1a2651babe76ebd596a
Description-en: Tasty helpers to test HsLua.; documentation
 Various tasty helpers and utilities to test HsLua
 oparations. Built on top of tasty-hunit.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hslua-prof
Description-md5: 7e84f61e11d51ca0e4b6610f8250524e
Description-en: Tasty helpers to test HsLua.; profiling libraries
 Various tasty helpers and utilities to test HsLua
 oparations. Built on top of tasty-hunit.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hspec-dev
Description-md5: 1a614d4a0f1f49ef5fb281ac7a42b957
Description-en: Tasty test framework, Hspec support
 Hspec support for the Tasty test framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hspec-doc
Description-md5: be0e4ce30d8f8c9b921ca90f0f3644fc
Description-en: Tasty test framework, Hspec support; documentation
 Hspec support for the Tasty test framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hspec-prof
Description-md5: a764b27f77cfe5213565ea186d89ffb7
Description-en: Tasty test framework, Hspec support; profiling libraries
 Hspec support for the Tasty test framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hunit-dev
Description-md5: 9109a3274241cf4b3c4a42f18902931b
Description-en: Haskell testing framework, HUnit support
 HUnit support for the Tasty test framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hunit-doc
Description-md5: f795ea94eace101f73012a06f4f0d858
Description-en: Haskell testing framework, HUnit support; documentation
 HUnit support for the Tasty test framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-hunit-prof
Description-md5: 3c3e219ca194e19a52b0f932c0e20e9a
Description-en: Haskell testing framework, HUnit support; profiling libraries
 HUnit support for the Tasty test framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-kat-dev
Description-md5: c33c094cb7658fca0443688a5c6a6cbd
Description-en: Known Answer Tests (KAT) framework for tasty
 Tests running from simple KATs file (different formats/helper supported)
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-kat-doc
Description-md5: ba1da72e46f872acbdbc81c7ccc3ad96
Description-en: Known Answer Tests (KAT) framework for tasty; documentation
 Tests running from simple KATs file (different formats/helper supported)
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-kat-prof
Description-md5: 4d100d8429ba29f22ea8789c407bddb3
Description-en: Known Answer Tests (KAT) framework for tasty; profiling libraries
 Tests running from simple KATs file (different formats/helper supported)
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-lua-dev
Description-md5: d70b0360db8c5625e1384655e88148f0
Description-en: Write tests in Lua, integrate into tasty
 This Haskell package allows users to define tasty tests from Lua.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-lua-doc
Description-md5: f835b5b311e6660d8649e64f21110940
Description-en: Write tests in Lua, integrate into tasty; documentation
 This Haskell package allows users to define tasty tests from Lua.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-lua-prof
Description-md5: ed8d13157ecbf1e4cc33df83aee00b72
Description-en: Write tests in Lua, integrate into tasty; profiling libraries
 This Haskell package allows users to define tasty tests from Lua.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-quickcheck-dev
Description-md5: 15dccba4daf23365eed6b5e4f37d59f7
Description-en: Haskell testing framework, QuickCheck support
 QuickCheck support for the Tasty test framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-quickcheck-doc
Description-md5: 6b6640ddaead5739305448512ab716bf
Description-en: Haskell testing framework, QuickCheck support; documentation
 QuickCheck support for the Tasty test framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-quickcheck-prof
Description-md5: 4c0662c0e35832d7e382c3dade1787a2
Description-en: Haskell testing framework, QuickCheck support; profiling libraries
 QuickCheck support for the Tasty test framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-rerun-dev
Description-md5: b5fda895a8eadfeecc4e45bc38c21f8e
Description-en: Haskell testing framework, rerun support
 This ingredient adds the ability to run tests by first filtering the
 test tree based on the result of a previous test run.
 For example, you can use this to run only those tests that failed
 in the last run, or to run only tests that have been added since
 tests were last ran.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-rerun-doc
Description-md5: 6188c37c5598e418e5b86f0c2bf2ff64
Description-en: Haskell testing framework, rereun support; documentation
 This ingredient adds the ability to run tests by first filtering the
 test tree based on the result of a previous test run.
 For example, you can use this to run only those tests that failed
 in the last run, or to run only tests that have been added since
 tests were last ran.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-rerun-prof
Description-md5: 8d53c2611efc36fa2a7cd44d0e93c6ee
Description-en: Haskell testing framework, rerun support; profiling libraries
 This ingredient adds the ability to run tests by first filtering the
 test tree based on the result of a previous test run.
 For example, you can use this to run only those tests that failed
 in the last run, or to run only tests that have been added since
 tests were last ran.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-smallcheck-dev
Description-md5: d4077c58704fdd5583f5fe29e508ff34
Description-en: SmallCheck support for the Tasty test framework
 This packages contains the glue code to run SmallCheck tests within the Tasty
 test framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-smallcheck-doc
Description-md5: 6a21bf6cec467ea5f26181441114a12e
Description-en: SmallCheck support for the Tasty test framework; documentation
 This packages contains the glue code to run SmallCheck tests within the Tasty
 test framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-smallcheck-prof
Description-md5: 17cfb54160a7c58498c5075736404684
Description-en: SmallCheck support for the Tasty test framework; profiling libraries
 This packages contains the glue code to run SmallCheck tests within the Tasty
 test framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-th-dev
Description-md5: bd60025afeaadb1e90422b8a4775f9a0
Description-en: TH code generation for Tasty test framework
 Automagically generate the HUnit- and Quickcheck-bulk-code using
 Template Haskell.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-th-doc
Description-md5: 5e51959531c8beac3ca05aed448f8346
Description-en: TH code generation for Tasty test framework; documentation
 Automagically generate the HUnit- and Quickcheck-bulk-code using
 Template Haskell.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tasty-th-prof
Description-md5: 9ee36796122110bbb1d02c5c24bf07b9
Description-en: TH code generation for Tasty test framework; profiling libraries
 Automagically generate the HUnit- and Quickcheck-bulk-code using
 Template Haskell.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-template-dev
Description-md5: 17303b2ed8dbaa10965397510e709584
Description-en: string substitution library
 This is a simple string substitution library that supports "$"-based
 substitution. It is meant to be used when Text.Printf or string concatenation
 would lead to code that is hard to read but when a full blown templating
 system is overkill.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-template-doc
Description-md5: 68394b151a9c7dc061c91877eb110414
Description-en: string substitution library; documentation
 This is a simple string substitution library that supports "$"-based
 substitution. It is meant to be used when Text.Printf or string concatenation
 would lead to code that is hard to read but when a full blown templating
 system is overkill.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-template-prof
Description-md5: 025e4523d8c28bc3bc2f2317c43e2a6e
Description-en: string substitution library; profiling libraries
 This is a simple string substitution library that supports "$"-based
 substitution. It is meant to be used when Text.Printf or string concatenation
 would lead to code that is hard to read but when a full blown templating
 system is overkill.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-template-haskell-compat-v0208-dev
Description-md5: 5c3677095791bb068f7e48f316b09b58
Description-en: backward-compatibility layer for TH newer than 2.8
 A backward-compatibility layer for Template Haskell newer than 2.8.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-template-haskell-compat-v0208-doc
Description-md5: a014d0d2a63d08703847872ec055d30f
Description-en: backward-compatibility layer for TH newer than 2.8; documentation
 A backward-compatibility layer for Template Haskell newer than 2.8.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-template-haskell-compat-v0208-prof
Description-md5: 61341ff458be5fcce20a86299eaecc0d
Description-en: backward-compatibility layer for TH newer than 2.8; profiling libraries
 A backward-compatibility layer for Template Haskell newer than 2.8.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-temporary-dev
Description-md5: b717775f10f14d831ace456e90acb20a
Description-en: Temporary files and directories
 This library provide functions to create temporary files and directories. The
 code comes from the Cabal library, and is extracted into this package so that
 it can be used idependently of Cabal.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-temporary-doc
Description-md5: 134fabfe5abcec8c264262889e0dcd7e
Description-en: Temporary files and directories; documentation
 This library provide functions to create temporary files and directories. The
 code comes from the Cabal library, and is extracted into this package so that
 it can be used idependently of Cabal.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-temporary-prof
Description-md5: 79efc1a45992d6c98cab09aed36d14cc
Description-en: Temporary files and directories; profiling libraries
 This library provide functions to create temporary files and directories. The
 code comes from the Cabal library, and is extracted into this package so that
 it can be used idependently of Cabal.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-terminal-progress-bar-dev
Description-md5: dcf70856fbb7217a704a7170dcb09cda
Description-en: A simple progress bar in the terminal
 A progress bar is used to convey the progress of a task. This
 package implements a very simple textual progress bar.
 .
 The animated progress bar depends entirely on the interpretation of
 the carriage return character (\'\r\'). If your terminal interprets
 it as something else then "move cursor to beginning of line", the
 animation won't work.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-terminal-progress-bar-doc
Description-md5: f5e3f915487ea83751ecb151c1d332d4
Description-en: A simple progress bar in the terminal; documentation
 A progress bar is used to convey the progress of a task. This
 package implements a very simple textual progress bar.
 .
 The animated progress bar depends entirely on the interpretation of
 the carriage return character (\'\r\'). If your terminal interprets
 it as something else then "move cursor to beginning of line", the
 animation won't work.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-terminal-progress-bar-prof
Description-md5: 58559e18f320313be8ed46c008d6f6aa
Description-en: A simple progress bar in the terminal; profiling libraries
 A progress bar is used to convey the progress of a task. This
 package implements a very simple textual progress bar.
 .
 The animated progress bar depends entirely on the interpretation of
 the carriage return character (\'\r\'). If your terminal interprets
 it as something else then "move cursor to beginning of line", the
 animation won't work.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-terminal-size-dev
Description-md5: 890c977d94406c17e9a26f2bd68c4148
Description-en: get terminal window height and width
 Get terminal window height and width without ncurses dependency.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-terminal-size-doc
Description-md5: 2adefeafc76544b450688ea6270ccc6f
Description-en: get terminal window height and width; documentation
 Get terminal window height and width without ncurses dependency.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-terminal-size-prof
Description-md5: 4b1a2408220d45558f72e5381088910f
Description-en: get terminal window height and width; profiling libraries
 Get terminal window height and width without ncurses dependency.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-test-framework-dev
Description-md5: 2dd22871389530ff80e4f6ddcf86f407
Description-en: Framework for running and organising tests
 Allows tests such as QuickCheck properties and HUnit test cases to be
 assembled into test groups, run in parallel (but reported in deterministic
 order, to aid diff interpretation) and filtered and controlled by command
 line options. All of this comes with colored test output, progress reporting
 and test statistics output.
 .
 You should install libghc-test-framework-{hunit,quickcheck2}-* package
 to use this with {HUnit,QuickCheck2}.
 .
 This package contains the normal library files.

Package: libghc-test-framework-doc
Description-md5: 76a92b0d567693ebad27eaa34090dd7a
Description-en: Framework for running and organising tests; documentation
 Allows tests such as QuickCheck properties and HUnit test cases to be
 assembled into test groups, run in parallel (but reported in deterministic
 order, to aid diff interpretation) and filtered and controlled by command
 line options. All of this comes with colored test output, progress reporting
 and test statistics output.
 .
 You should install libghc-test-framework-{hunit,quickcheck2}-* package
 to use this with {HUnit,QuickCheck2}.
 .
 This package contains the documentation files.

Package: libghc-test-framework-prof
Description-md5: b5d4de95f8ee1921cc1ad8e093d0fef9
Description-en: Framework for running and organising tests; profiling libraries
 Allows tests such as QuickCheck properties and HUnit test cases to be
 assembled into test groups, run in parallel (but reported in deterministic
 order, to aid diff interpretation) and filtered and controlled by command
 line options. All of this comes with colored test output, progress reporting
 and test statistics output.
 .
 You should install libghc-test-framework-{hunit,quickcheck2}-* package
 to use this with {HUnit,QuickCheck2}.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-test-framework-hunit-dev
Description-md5: 9b46c53342ea6be4534e38bbfa183696
Description-en: HUnit support for the test-framework package.
 Allows HUnit test cases to be used with the test-framework package.
 .
 This package contains the normal library files.

Package: libghc-test-framework-hunit-doc
Description-md5: 4fd6d4752302367e85c217f8546fcffc
Description-en: HUnit support for the test-framework package.; documentation
 Allows HUnit test cases to be used with the test-framework package.
 .
 This package contains the documentation files.

Package: libghc-test-framework-hunit-prof
Description-md5: dd26825a2855e65c6b7cc4c2b446dc01
Description-en: HUnit support for the test-framework package.; profiling libraries
 Allows HUnit test cases to be used with the test-framework package.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-test-framework-quickcheck2-dev
Description-md5: 46d19d75234299a055d3bc3efec82487
Description-en: QuickCheck2 support for the test-framework package.
 Allows QuickCheck2 properties to be used with the test-framework package.
 .
 This package contains the normal library files.

Package: libghc-test-framework-quickcheck2-doc
Description-md5: 6643ed32475d1142ee39cc71354c8bb4
Description-en: QuickCheck2 support for the test-framework package.; documentation
 Allows QuickCheck2 properties to be used with the test-framework package.
 .
 This package contains the documentation files.

Package: libghc-test-framework-quickcheck2-prof
Description-md5: f0493b6160403b883110f2fc8d6029f5
Description-en: QuickCheck2 support for the test-framework package.; profiling libraries
 Allows QuickCheck2 properties to be used with the test-framework package.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-texmath-dev
Description-md5: 424e84d60f47ee2ad3ae478d81f8b499
Description-en: Haskell library to convert LaTeX to MathML
 The texmath Haskell library provides functions to convert LaTeX math
 formulas to presentation MathML. It supports basic LaTeX and AMS
 extensions, but not macros.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-texmath-doc
Description-md5: dfcf04be8280da5b4889209e0be3083e
Description-en: Haskell library to convert LaTeX to MathML; documentation
 The texmath Haskell library provides functions to convert LaTeX math
 formulas to presentation MathML. It supports basic LaTeX and AMS
 extensions, but not macros.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-texmath-prof
Description-md5: 83a4d457f5aef428126f32951cfd1e35
Description-en: Haskell library to convert LaTeX to MathML; profiling libraries
 The texmath Haskell library provides functions to convert LaTeX math
 formulas to presentation MathML. It supports basic LaTeX and AMS
 extensions, but not macros.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-binary-dev
Description-md5: 6d8e135a896569da8d80db5bd10434fc
Description-en: Binary instances for text types
 A compatibility layer providing Binary instances for strict
 and lazy text types for versions older than 1.2.1 of 'text'
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-binary-doc
Description-md5: 26ac9d3993b910c8bb15b0e4cc756b27
Description-en: Binary instances for text types; documentation
 A compatibility layer providing Binary instances for strict
 and lazy text types for versions older than 1.2.1 of 'text'
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-binary-prof
Description-md5: b2529bdb777f4174e51ae32db6be18da
Description-en: Binary instances for text types; profiling libraries
 A compatibility layer providing Binary instances for strict
 and lazy text types for versions older than 1.2.1 of 'text'
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-conversions-dev
Description-md5: d5c757ef4cc89e6248d9306ad7ca5db4
Description-en: Haskell library for safe conversions between textual types
 This is a small library to ease the pain when converting between the
 many different string types in Haskell.  Unlike some other libraries
 that attempt to solve the same problem, text-conversions is:
 .
 Safe: This library treats binary data (aka `ByteString`) like binary
 data, and it does not assume a particular encoding, nor does it ever
 throw exceptions when failing to decode. It does, however, provide
 failable conversions between binary data and textual data.
 .
 Extensible: It’s easy to add or derive your own instances of the
 typeclasses to use your own types through the same interface.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-conversions-doc
Description-md5: d2579dc9c42ca358aae9d4f29c3e51f3
Description-en: Haskell library for safe conversions between textual types; documentation
 This is a small library to ease the pain when converting between the
 many different string types in Haskell.  Unlike some other libraries
 that attempt to solve the same problem, text-conversions is:
 .
 Safe: This library treats binary data (aka `ByteString`) like binary
 data, and it does not assume a particular encoding, nor does it ever
 throw exceptions when failing to decode. It does, however, provide
 failable conversions between binary data and textual data.
 .
 Extensible: It’s easy to add or derive your own instances of the
 typeclasses to use your own types through the same interface.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-conversions-prof
Description-md5: 6c0638f087a50ae245de1769c83af48a
Description-en: Haskell library for safe conversions between textual types; profiling libraries
 This is a small library to ease the pain when converting between the
 many different string types in Haskell.  Unlike some other libraries
 that attempt to solve the same problem, text-conversions is:
 .
 Safe: This library treats binary data (aka `ByteString`) like binary
 data, and it does not assume a particular encoding, nor does it ever
 throw exceptions when failing to decode. It does, however, provide
 failable conversions between binary data and textual data.
 .
 Extensible: It’s easy to add or derive your own instances of the
 typeclasses to use your own types through the same interface.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-icu-dev
Description-md5: 9ef0683e2a1db8cdec8ec71d55519b9b
Description-en: bindings to the ICU library
 Haskell bindings to the International Components for Unicode (ICU)
 libraries. These libraries provide robust and full-featured Unicode
 services on a wide variety of platforms.
 .
 Features include:
 .
 Both pure and impure bindings, to allow for fine control over efficiency
 and ease of use.
 .
 Breaking of strings on character, word, sentence, and line boundaries.
 .
 Access to the Unicode Character Database (UCD) of character metadata.
 .
 String collation functions, for locales where the conventions for
 lexicographic ordering differ from the simple numeric ordering of
 character codes.
 .
 Character set conversion functions, allowing conversion between
 Unicode and over 220 character encodings.
 .
 Unicode normalization. (When implementations keep strings in a
 normalized form, they can be assured that equivalent strings have a
 unique binary representation.)
 .
 Regular expression search and replace.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-icu-doc
Description-md5: bf2c51912020067dfe66005656356963
Description-en: bindings to the ICU library; documentation
 Haskell bindings to the International Components for Unicode (ICU)
 libraries. These libraries provide robust and full-featured Unicode
 services on a wide variety of platforms.
 .
 Features include:
 .
 Both pure and impure bindings, to allow for fine control over efficiency
 and ease of use.
 .
 Breaking of strings on character, word, sentence, and line boundaries.
 .
 Access to the Unicode Character Database (UCD) of character metadata.
 .
 String collation functions, for locales where the conventions for
 lexicographic ordering differ from the simple numeric ordering of
 character codes.
 .
 Character set conversion functions, allowing conversion between
 Unicode and over 220 character encodings.
 .
 Unicode normalization. (When implementations keep strings in a
 normalized form, they can be assured that equivalent strings have a
 unique binary representation.)
 .
 Regular expression search and replace.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-icu-prof
Description-md5: fb41209a8e0c591022a3b37a739c7717
Description-en: bindings to the ICU library; profiling libraries
 Haskell bindings to the International Components for Unicode (ICU)
 libraries. These libraries provide robust and full-featured Unicode
 services on a wide variety of platforms.
 .
 Features include:
 .
 Both pure and impure bindings, to allow for fine control over efficiency
 and ease of use.
 .
 Breaking of strings on character, word, sentence, and line boundaries.
 .
 Access to the Unicode Character Database (UCD) of character metadata.
 .
 String collation functions, for locales where the conventions for
 lexicographic ordering differ from the simple numeric ordering of
 character codes.
 .
 Character set conversion functions, allowing conversion between
 Unicode and over 220 character encodings.
 .
 Unicode normalization. (When implementations keep strings in a
 normalized form, they can be assured that equivalent strings have a
 unique binary representation.)
 .
 Regular expression search and replace.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-manipulate-dev
Description-md5: efb6405d78c21444b27e8472984fc682
Description-en: case conversion and word boundary manipulation
 Manipulate identifiers and structurally non-complex pieces
 of text by delimiting word boundaries via a combination of whitespace,
 control-characters, and case-sensitivity.
 .
 Has support for common idioms like casing of programmatic variable names,
 taking, dropping, and splitting by word, and modifying the first character
 of a piece of text.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-manipulate-doc
Description-md5: 7473477d46470228d1eea2b8b445a973
Description-en: case conversion and word boundary manipulation; documentation
 Manipulate identifiers and structurally non-complex pieces
 of text by delimiting word boundaries via a combination of whitespace,
 control-characters, and case-sensitivity.
 .
 Has support for common idioms like casing of programmatic variable names,
 taking, dropping, and splitting by word, and modifying the first character
 of a piece of text.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-manipulate-prof
Description-md5: 667125c04f71eec9a9420b217260c5ea
Description-en: case conversion and word boundary manipulation; profiling libraries
 Manipulate identifiers and structurally non-complex pieces
 of text by delimiting word boundaries via a combination of whitespace,
 control-characters, and case-sensitivity.
 .
 Has support for common idioms like casing of programmatic variable names,
 taking, dropping, and splitting by word, and modifying the first character
 of a piece of text.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-metrics-dev
Description-md5: 8f93c17593d51e9999f22c7fd7721197
Description-en: Calculate various string metrics efficiently
 This library provides efficient implementations of various strings metric
 algorithms. It works with strict Text values.
 .
 The current version implements the following algorithms:
 .
  * Levenshtein distance
  * Normalized Levenshtein distance
  * Damerau-Levenshtein distance
  * Normalized Damerau-Levenshtein distance
  * Hamming distance
  * Jaro distance
  * Jaro-Winkler distance
  * Overlap coefficient
  * Jaccard similarity coefficient
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-metrics-doc
Description-md5: 1d54f2b8dbc6a0babda765fd41dad5f8
Description-en: Calculate various string metrics efficiently; documentation
 This library provides efficient implementations of various strings metric
 algorithms. It works with strict Text values.
 .
 The current version implements the following algorithms:
 .
  * Levenshtein distance
  * Normalized Levenshtein distance
  * Damerau-Levenshtein distance
  * Normalized Damerau-Levenshtein distance
  * Hamming distance
  * Jaro distance
  * Jaro-Winkler distance
  * Overlap coefficient
  * Jaccard similarity coefficient
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-metrics-prof
Description-md5: 9d7bfbda186f72946ab16effeaebb30b
Description-en: Calculate various string metrics efficiently; profiling libraries
 This library provides efficient implementations of various strings metric
 algorithms. It works with strict Text values.
 .
 The current version implements the following algorithms:
 .
  * Levenshtein distance
  * Normalized Levenshtein distance
  * Damerau-Levenshtein distance
  * Normalized Damerau-Levenshtein distance
  * Hamming distance
  * Jaro distance
  * Jaro-Winkler distance
  * Overlap coefficient
  * Jaccard similarity coefficient
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-postgresql-dev
Description-md5: 8c350c602317371e121e735082269026
Description-en: Parser and Printer of PostgreSQL extended types
 This package involves parser and printer for
 text expressions of PostgreSQL extended types.
 - inet type, cidr type
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-postgresql-doc
Description-md5: 9a53aa5d8f2ca90d1d2ddf4260b80469
Description-en: Parser and Printer of PostgreSQL extended types; documentation
 This package involves parser and printer for
 text expressions of PostgreSQL extended types.
 - inet type, cidr type
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-postgresql-prof
Description-md5: 2ae21729ab67605ceabfd36e9335f4bd
Description-en: Parser and Printer of PostgreSQL extended types; profiling libraries
 This package involves parser and printer for
 text expressions of PostgreSQL extended types.
 - inet type, cidr type
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-short-dev
Description-md5: 805fa717b116efe33962150ddad331b5
Description-en: memory-efficient representation of Unicode text strings
 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 a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-short-doc
Description-md5: 9cf3e966092737ded5dfd363696b594f
Description-en: 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.

Package: libghc-text-short-prof
Description-md5: 8f9f256213b9a08a1afdf03fb78f8865
Description-en: memory-efficient representation of Unicode text strings; profiling libraries
 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 a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-show-dev
Description-md5: f132089112330b2ae9c64f5616938dcc
Description-en: efficient conversion of values into Text
 A replacement for the Show typeclass intended for use with Text
 instead of Strings, in the spirit of bytestring-show.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-show-doc
Description-md5: fb951317e79e28b0ea4c6167377483d8
Description-en: efficient conversion of values into Text; documentation
 A replacement for the Show typeclass intended for use with Text
 instead of Strings, in the spirit of bytestring-show.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-show-prof
Description-md5: 1d64f03064a0889d094496c5bd27d550
Description-en: efficient conversion of values into Text; profiling libraries
 A replacement for the Show typeclass intended for use with Text
 instead of Strings, in the spirit of bytestring-show.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-zipper-dev
Description-md5: fb5e08fba335300c6d4c33ab8f63cc51
Description-en: text editor zipper library
 This library provides a zipper and API for editing text.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-zipper-doc
Description-md5: 24f8b1325975ef851f4caeb9923a5ac1
Description-en: text editor zipper library; documentation
 This library provides a zipper and API for editing text.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-text-zipper-prof
Description-md5: afe55cef90b450d5dcb2a0a869c00c39
Description-en: text editor zipper library; profiling libraries
 This library provides a zipper and API for editing text.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tf-random-dev
Description-md5: b2275701fe7e60a32b9db11872f8b596
Description-en: high-quality splittable pseudorandom number generator
 This package contains an implementation of a high-quality splittable
 pseudorandom number generator. The generator is based on a cryptographic hash
 function built on top of the ThreeFish block cipher. See the paper Splittable
 Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
 for details and the rationale of the design.
 .
 The package provides the following:
 .
  * A splittable PRNG that implements the standard System.Random.RandomGen class.
 .
  * The generator also implements an alternative version of the
    System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
    which requires the generator to return pseudorandom integers from the full
    32-bit range, and contains an n-way split function.
 .
  * An alternative version of the Random class is provided, which is linked to
    the new RandomGen class, together with Random instances for some integral
    types.
 .
  * Two functions for initialising the generator with a non-deterministic
    seed: one using the system time, and one using the /dev/urandom UNIX
    special file.
 .
 Please note that even though the generator provides very high-quality
 pseudorandom numbers, it has not been designed with cryptographic applications
 in mind.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tf-random-doc
Description-md5: d14026f161d06bd5a569aebd407d4034
Description-en: high-quality splittable pseudorandom number generator; documentation
 This package contains an implementation of a high-quality splittable
 pseudorandom number generator. The generator is based on a cryptographic hash
 function built on top of the ThreeFish block cipher. See the paper Splittable
 Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
 for details and the rationale of the design.
 .
 The package provides the following:
 .
  * A splittable PRNG that implements the standard System.Random.RandomGen class.
 .
  * The generator also implements an alternative version of the
    System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
    which requires the generator to return pseudorandom integers from the full
    32-bit range, and contains an n-way split function.
 .
  * An alternative version of the Random class is provided, which is linked to
    the new RandomGen class, together with Random instances for some integral
    types.
 .
  * Two functions for initialising the generator with a non-deterministic
    seed: one using the system time, and one using the /dev/urandom UNIX
    special file.
 .
 Please note that even though the generator provides very high-quality
 pseudorandom numbers, it has not been designed with cryptographic applications
 in mind.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tf-random-prof
Description-md5: c2dcc0da28ce93c1e377ea783254516b
Description-en: high-quality splittable pseudorandom number generator; profiling libraries
 This package contains an implementation of a high-quality splittable
 pseudorandom number generator. The generator is based on a cryptographic hash
 function built on top of the ThreeFish block cipher. See the paper Splittable
 Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
 for details and the rationale of the design.
 .
 The package provides the following:
 .
  * A splittable PRNG that implements the standard System.Random.RandomGen class.
 .
  * The generator also implements an alternative version of the
    System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
    which requires the generator to return pseudorandom integers from the full
    32-bit range, and contains an n-way split function.
 .
  * An alternative version of the Random class is provided, which is linked to
    the new RandomGen class, together with Random instances for some integral
    types.
 .
  * Two functions for initialising the generator with a non-deterministic
    seed: one using the system time, and one using the /dev/urandom UNIX
    special file.
 .
 Please note that even though the generator provides very high-quality
 pseudorandom numbers, it has not been designed with cryptographic applications
 in mind.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-abstraction-dev
Description-md5: 95046c4b74d748e3a361a3fd9f741f5d
Description-en: nicer interface for reified information about data types
 This package normalizes variations in the interface for
 inspecting datatype information via Template Haskell
 so that packages and support a single, easier to use
 informational datatype while supporting many versions
 of Template Haskell.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-abstraction-doc
Description-md5: 0c604e1661b9b19e76c8f98a3dabc458
Description-en: nicer interface for reified information about data types; documentation
 This package normalizes variations in the interface for
 inspecting datatype information via Template Haskell
 so that packages and support a single, easier to use
 informational datatype while supporting many versions
 of Template Haskell.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-abstraction-prof
Description-md5: ce4b365a9204491b672eb0584c636d44
Description-en: nicer interface for reified information about data types; profiling libraries
 This package normalizes variations in the interface for
 inspecting datatype information via Template Haskell
 so that packages and support a single, easier to use
 informational datatype while supporting many versions
 of Template Haskell.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-bang-compat-dev
Description-md5: 91974731c24f7b2fd92a2f4d66bb21cd
Description-en: Compatibility for bang-type template
 This module provides compatibility definitions of bang-type template for
 before temaplate-haskell-2.10.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-bang-compat-doc
Description-md5: 6824c6c72034eaf63a626f420b54893b
Description-en: Compatibility for bang-type template; documentation
 This module provides compatibility definitions of bang-type template for
 before temaplate-haskell-2.10.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-bang-compat-prof
Description-md5: 0aee7dab680baa9ddf6847e7e6937703
Description-en: Compatibility for bang-type template; profiling libraries
 This module provides compatibility definitions of bang-type template for
 before temaplate-haskell-2.10.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-compat-dev
Description-md5: a5c824f629bca04ad76c52e8bd55b1fb
Description-en: Backward (and forward) compatible Quote and Code types
 This package defines a "Language.Haskell.TH.Syntax.Compat"
 module, which backports the Quote and Code types to
 work across a wide range of template-haskell versions.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-compat-doc
Description-md5: cfd8744864c2d2f8b1e7f7026e5d8a61
Description-en: Backward (and forward) compatible Quote and Code types; documentation
 This package defines a "Language.Haskell.TH.Syntax.Compat"
 module, which backports the Quote and Code types to
 work across a wide range of template-haskell versions.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-compat-prof
Description-md5: 5a8c442ff5795885a31164d0e5d39675
Description-en: Backward (and forward) compatible Quote and Code types; profiling libraries
 This package defines a "Language.Haskell.TH.Syntax.Compat"
 module, which backports the Quote and Code types to
 work across a wide range of template-haskell versions.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-constraint-compat-dev
Description-md5: e553ae554bb3ca2316000842f9973041
Description-en: Compatibility for type constraint template
 This module provides compatibility definitions of constraint context template
 for before temaplate-haskell-2.9.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-constraint-compat-doc
Description-md5: 6aedff47b07b4dc06ffd1dceaef9d178
Description-en: Compatibility for type constraint template; documentation
 This module provides compatibility definitions of constraint context template
 for before temaplate-haskell-2.9.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-constraint-compat-prof
Description-md5: 7e79ceac84300d0e36707b20b01bb75c
Description-en: Compatibility for type constraint template; profiling libraries
 This module provides compatibility definitions of constraint context template
 for before temaplate-haskell-2.9.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-data-compat-dev
Description-md5: d670da8d9327a2abecd9e0e736208755
Description-en: compatibility for data definition template of TH
 This package contains wrapped name definitions of
 data definition template
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-data-compat-doc
Description-md5: a352c22ea37f91256ce80ce4158e4fc8
Description-en: compatibility for data definition template of TH; documentation
 This package contains wrapped name definitions of
 data definition template
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-data-compat-prof
Description-md5: bc6b277e592f2fad440b358e8250774e
Description-en: compatibility for data definition template of TH; profiling libraries
 This package contains wrapped name definitions of
 data definition template
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-desugar-dev
Description-md5: 53320535aa1735f6efc56b1f8c2d3360
Description-en: functions to desugar Template Haskell
 This package provides the Language.Haskell.TH.Desugar module, which desugars
 Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
 This desugaring discards surface syntax information (such as the use of infix
 operators) but retains the original meaning of the TH code. The intended use
 of this package is as a preprocessor for more advanced code manipulation
 tools. Note that the input to any of the ds... functions should be produced
 from a TH quote, using the syntax [| ... |]. If the input to these functions
 is a hand-coded TH syntax tree, the results may be unpredictable. In
 particular, it is likely that promoted datatypes will not work as expected.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-desugar-doc
Description-md5: 46d46aef020737fb5c729769976a939b
Description-en: functions to desugar Template Haskell; documentation
 This package provides the Language.Haskell.TH.Desugar module, which desugars
 Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
 This desugaring discards surface syntax information (such as the use of infix
 operators) but retains the original meaning of the TH code. The intended use
 of this package is as a preprocessor for more advanced code manipulation
 tools. Note that the input to any of the ds... functions should be produced
 from a TH quote, using the syntax [| ... |]. If the input to these functions
 is a hand-coded TH syntax tree, the results may be unpredictable. In
 particular, it is likely that promoted datatypes will not work as expected.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-desugar-prof
Description-md5: dfae9c57164b6de704b11a0ece7ac91d
Description-en: functions to desugar Template Haskell; profiling libraries
 This package provides the Language.Haskell.TH.Desugar module, which desugars
 Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
 This desugaring discards surface syntax information (such as the use of infix
 operators) but retains the original meaning of the TH code. The intended use
 of this package is as a preprocessor for more advanced code manipulation
 tools. Note that the input to any of the ds... functions should be produced
 from a TH quote, using the syntax [| ... |]. If the input to these functions
 is a hand-coded TH syntax tree, the results may be unpredictable. In
 particular, it is likely that promoted datatypes will not work as expected.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-expand-syns-dev
Description-md5: 8bb564b3d444fc9970a0dab77d06394f
Description-en: expands type synonyms in Template Haskell ASTs
 Expands type synonyms in Template Haskell ASTs
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-expand-syns-doc
Description-md5: 4f287868105a1641960bd85d36ac666e
Description-en: expands type synonyms in Template Haskell ASTs; documentation
 Expands type synonyms in Template Haskell ASTs
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-expand-syns-prof
Description-md5: 906bf0f3e9e51a9b137fcef5b1fa073d
Description-en: expands type synonyms in Template Haskell ASTs; profiling libraries
 Expands type synonyms in Template Haskell ASTs
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-extras-dev
Description-md5: 8017789449f0c11238a4703fbfe5a031
Description-en: grab bag of functions for use with Template Haskell
 Various ugly CPP hacks to support the ever-changing interface of the template
 haskell system by providing high-level operations and making sure they work on
 as many versions of Template Haskell as possible.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-extras-doc
Description-md5: c3d7f266ba9d20b920f67aa4ab756fc9
Description-en: grab bag of functions for use with Template Haskell; documentation
 Various ugly CPP hacks to support the ever-changing interface of the template
 haskell system by providing high-level operations and making sure they work on
 as many versions of Template Haskell as possible.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-extras-prof
Description-md5: b4b070e46fb10ba6b9dd6e5133a3fdc0
Description-en: grab bag of functions for use with Template Haskell; profiling libraries
 Various ugly CPP hacks to support the ever-changing interface of the template
 haskell system by providing high-level operations and making sure they work on
 as many versions of Template Haskell as possible.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-lift-dev
Description-md5: dcd37bffd93e2743cd4c84ffdb5718f1
Description-en: derive Template Haskell's Lift class for datatypes.
 This library provides Template Haskell's functions to derive Lift instances, as
 well as several instances itself.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-lift-doc
Description-md5: 0e56e5058b9dcf2e9ad950a3755e5373
Description-en: derive Template Haskell's Lift class for datatypes.; documentation
 This library provides Template Haskell's functions to derive Lift instances, as
 well as several instances itself.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-lift-prof
Description-md5: 54e30c88acbfd883f5e858d0a1db6611
Description-en: derive Template Haskell's Lift class for datatypes.; profiling libraries
 This library provides Template Haskell's functions to derive Lift instances, as
 well as several instances itself.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-lift-instances-dev
Description-md5: 9622985e33cac05217f7ab35d42afaf4
Description-en: Lift instances for template-haskell for common data types
 Most data types in haskell platform do not have Lift instances. This
 package provides orphan instances for containers, text, bytestring and
 vector.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-lift-instances-doc
Description-md5: 2c079f1786e296d731792726068a5ac5
Description-en: Lift instances for template-haskell for common data types; documentation
 Most data types in haskell platform do not have Lift instances. This
 package provides orphan instances for containers, text, bytestring and
 vector.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-lift-instances-prof
Description-md5: 86d15a51a870c25b30f947f904267417
Description-en: Lift instances for template-haskell for common data types; profiling libraries
 Most data types in haskell platform do not have Lift instances. This
 package provides orphan instances for containers, text, bytestring and
 vector.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-orphans-dev
Description-md5: 5d8ae3e47c6eab2f3485a0c8c0cc161b
Description-en: orphan instances for TH datatypes
 Orphan instances for TH datatypes. In particular, instances for Ord
 and Lift, as well as a few missing Show / Eq (Show Eq for Loc, and
 Ppr for Loc Lit)
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-orphans-doc
Description-md5: b849760c8c4afa37c81e950de3290f8c
Description-en: orphan instances for TH datatypes; documentation
 Orphan instances for TH datatypes. In particular, instances for Ord
 and Lift, as well as a few missing Show / Eq (Show Eq for Loc, and
 Ppr for Loc Lit)
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-orphans-prof
Description-md5: 52417da02362134d6c53431a9f05407c
Description-en: orphan instances for TH datatypes; profiling libraries
 Orphan instances for TH datatypes. In particular, instances for Ord
 and Lift, as well as a few missing Show / Eq (Show Eq for Loc, and
 Ppr for Loc Lit)
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-reify-compat-dev
Description-md5: 31d5daa02485e12a936051c253918f5d
Description-en: compatibility for the result type of TH reify
 This package contains compatible interfaces against
 the result type of TH reify function.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-reify-compat-doc
Description-md5: 51f7348d5beeb99cb9dfc1bc0c6d4077
Description-en: compatibility for the result type of TH reify; documentation
 This package contains compatible interfaces against
 the result type of TH reify function.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-reify-compat-prof
Description-md5: 1dc7613548c67aa8e6f02d877afe48fb
Description-en: compatibility for the result type of TH reify; profiling libraries
 This package contains compatible interfaces against
 the result type of TH reify function.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-reify-many-dev
Description-md5: 008e0520fd63f45d382472bc991da35b
Description-en: recurseively reify template haskell datatype info
  This package provides functions for recursively reifying top
 level declarations.  The main intended use case is for enumerating
 the names of datatypes reachable from an initial datatype, and
 passing these names to some function which generates instances.
  .
  This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-reify-many-doc
Description-md5: 41e014b93848084da7f145d0d3dc05b3
Description-en: recurseively reify template haskell datatype info; documentation
  This package provides functions for recursively reifying top
 level declarations.  The main intended use case is for enumerating
 the names of datatypes reachable from an initial datatype, and
 passing these names to some function which generates instances.
  .
  This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-reify-many-prof
Description-md5: 2d2c4d365075ee2e0fbf70d802cca72a
Description-en: recurseively reify template haskell datatype info; profiling libraries
  This package provides functions for recursively reifying top
 level declarations.  The main intended use case is for enumerating
 the names of datatypes reachable from an initial datatype, and
 passing these names to some function which generates instances.
  .
  This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-utilities-dev
Description-md5: 9516499056c2c98c4c4dc5d104295da7
Description-en: useful functions for use with Template Haskell
 The 'th-utilities' package provides a number of useful utilities for
 Template Haskell. In particular:
 .
  * TH.Derive provides a convenient system for using TH to derive
    typeclass instances. It allows for open registration of TH
    derivers, and reuses instance syntax for invoking them.
      * TH.Derive.Storable defines derivation of Storable for ADTs.
  * TH.ReifyDataType provides utilities for reifying simplified datatype
    info. It omits details that you don't usually want to handle, making
    it much more straightforward to generate code based on datatype
    structure.
  * TH.RelativePaths provides utilities for loading files based on paths
    relative to the cabal file. This is particularly handy for loading
    code into ghci even when its current dir isn't the package dir.
    Ideally, this module would be used by everyone who currently uses
    qAddDependentFile.
  * TH.Utilities provides a miscellaneous set of utilities that are
    useful within this package and elsewhere.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-utilities-doc
Description-md5: 453e2c4ba4c00c003a57c2128ff76401
Description-en: useful functions for use with Template Haskell; documentation
 The 'th-utilities' package provides a number of useful utilities for
 Template Haskell. In particular:
 .
  * TH.Derive provides a convenient system for using TH to derive
    typeclass instances. It allows for open registration of TH
    derivers, and reuses instance syntax for invoking them.
      * TH.Derive.Storable defines derivation of Storable for ADTs.
  * TH.ReifyDataType provides utilities for reifying simplified datatype
    info. It omits details that you don't usually want to handle, making
    it much more straightforward to generate code based on datatype
    structure.
  * TH.RelativePaths provides utilities for loading files based on paths
    relative to the cabal file. This is particularly handy for loading
    code into ghci even when its current dir isn't the package dir.
    Ideally, this module would be used by everyone who currently uses
    qAddDependentFile.
  * TH.Utilities provides a miscellaneous set of utilities that are
    useful within this package and elsewhere.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-th-utilities-prof
Description-md5: 6bb719bce572d9f7b25e94024ecbf8f5
Description-en: useful functions for use with Template Haskell; profiling libraries
 The 'th-utilities' package provides a number of useful utilities for
 Template Haskell. In particular:
 .
  * TH.Derive provides a convenient system for using TH to derive
    typeclass instances. It allows for open registration of TH
    derivers, and reuses instance syntax for invoking them.
      * TH.Derive.Storable defines derivation of Storable for ADTs.
  * TH.ReifyDataType provides utilities for reifying simplified datatype
    info. It omits details that you don't usually want to handle, making
    it much more straightforward to generate code based on datatype
    structure.
  * TH.RelativePaths provides utilities for loading files based on paths
    relative to the cabal file. This is particularly handy for loading
    code into ghci even when its current dir isn't the package dir.
    Ideally, this module would be used by everyone who currently uses
    qAddDependentFile.
  * TH.Utilities provides a miscellaneous set of utilities that are
    useful within this package and elsewhere.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-these-dev
Description-md5: 8b5bfb267e786658018d451dbc5177a1
Description-en: either-or-both data type
 Package provides a data type `These a b' which can hold a value of either
 type or values of each type. This is usually thought of as an "inclusive or"
 type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
 (contrasting `(a, b)' as "inner join").
 .
 The major use case of this is provided by the Align class, representing a
 generalized notion of "zipping with padding" that combines structures without
 truncating to the size of the smaller input.
 .
 Also included is ChronicleT, a monad transformer based on the Monad instance
 for `These a', along with the usual monad transformer bells and whistles.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-these-doc
Description-md5: fdc9b9f47d13e277b675d8c0ea880592
Description-en: either-or-both data type; documentation
 Package provides a data type `These a b' which can hold a value of either
 type or values of each type. This is usually thought of as an "inclusive or"
 type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
 (contrasting `(a, b)' as "inner join").
 .
 The major use case of this is provided by the Align class, representing a
 generalized notion of "zipping with padding" that combines structures without
 truncating to the size of the smaller input.
 .
 Also included is ChronicleT, a monad transformer based on the Monad instance
 for `These a', along with the usual monad transformer bells and whistles.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-these-prof
Description-md5: 61d20ac5d54999849e65b65b28d740b4
Description-en: either-or-both data type; profiling libraries
 Package provides a data type `These a b' which can hold a value of either
 type or values of each type. This is usually thought of as an "inclusive or"
 type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
 (contrasting `(a, b)' as "inner join").
 .
 The major use case of this is provided by the Align class, representing a
 generalized notion of "zipping with padding" that combines structures without
 truncating to the size of the smaller input.
 .
 Also included is ChronicleT, a monad transformer based on the Monad instance
 for `These a', along with the usual monad transformer bells and whistles.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-threads-dev
Description-md5: 044c7df7fea53771647029db29715456
Description-en: Fork threads and wait for their result
 This package provides functions to fork threads and wait for their result,
 whether it's an exception or a normal value.
 .
 Besides waiting for the termination of a single thread this package also
 provides functions to wait for a group of threads to terminate.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-threads-doc
Description-md5: b9cec6dafe01bb6880e5c2d713692be8
Description-en: Fork threads and wait for their result; documentation
 This package provides functions to fork threads and wait for their result,
 whether it's an exception or a normal value.
 .
 Besides waiting for the termination of a single thread this package also
 provides functions to wait for a group of threads to terminate.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-threads-prof
Description-md5: 576b1f2cd405d80a076d4df803cb179b
Description-en: Fork threads and wait for their result; profiling libraries
 This package provides functions to fork threads and wait for their result,
 whether it's an exception or a normal value.
 .
 Besides waiting for the termination of a single thread this package also
 provides functions to wait for a group of threads to terminate.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tidal-dev
Description-md5: fb61e0ae9ee1dea2dd5a4ac0a034f009
Description-en: pattern language for improvised music
 TidalCycles (or Tidal for short) is a domain-specific language for
 live coding patterns.  It allows you to make musical patterns with
 text, describing sequences and ways of transforming and combining
 them, exploring complex interactions between simple parts.
 .
 Tidal allows you to express music with very flexible timing, providing
 a little language for describing patterns as step sequences (which
 can be polyphonic and polymetric), some generators of continuous
 patterns (e.g. sinewaves, sawtooths) and a wide range of pattern
 transformations.
 .
 Tidal is highly composable in that pattern transformations can be
 easily combined together, allowing you to quickly create complex
 patterns from simple ingredients.
 .
 Tidal does not make sound itself, but is designed for use with the
 SuperDirt synth, and can control other synths over Open Sound Control
 or MIDI.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tidal-doc
Description-md5: 7008c9d6d016dd8e8aee7f74e21d8874
Description-en: pattern language for improvised music; documentation
 TidalCycles (or Tidal for short) is a domain-specific language for
 live coding patterns.  It allows you to make musical patterns with
 text, describing sequences and ways of transforming and combining
 them, exploring complex interactions between simple parts.
 .
 Tidal allows you to express music with very flexible timing, providing
 a little language for describing patterns as step sequences (which
 can be polyphonic and polymetric), some generators of continuous
 patterns (e.g. sinewaves, sawtooths) and a wide range of pattern
 transformations.
 .
 Tidal is highly composable in that pattern transformations can be
 easily combined together, allowing you to quickly create complex
 patterns from simple ingredients.
 .
 Tidal does not make sound itself, but is designed for use with the
 SuperDirt synth, and can control other synths over Open Sound Control
 or MIDI.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tidal-prof
Description-md5: 8b4790e311b19d3c7239401ba77fce79
Description-en: pattern language for improvised music; profiling libraries
 TidalCycles (or Tidal for short) is a domain-specific language for
 live coding patterns.  It allows you to make musical patterns with
 text, describing sequences and ways of transforming and combining
 them, exploring complex interactions between simple parts.
 .
 Tidal allows you to express music with very flexible timing, providing
 a little language for describing patterns as step sequences (which
 can be polyphonic and polymetric), some generators of continuous
 patterns (e.g. sinewaves, sawtooths) and a wide range of pattern
 transformations.
 .
 Tidal is highly composable in that pattern transformations can be
 easily combined together, allowing you to quickly create complex
 patterns from simple ingredients.
 .
 Tidal does not make sound itself, but is designed for use with the
 SuperDirt synth, and can control other synths over Open Sound Control
 or MIDI.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-compat-dev
Description-md5: 6551dc7ccec394ec7790f2793d494924
Description-en: compatibility with old-time for the time package
 This package provides a compatibility layer with the old-time package for the
 "new" time package.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-compat-doc
Description-md5: 1ae89560f624a5564b33c282fffe20a3
Description-en: Compatibility with old-time for the time package; documentation
 This package provides a compatibility layer with the old-time package for the
 "new" time package.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-compat-prof
Description-md5: 5b9d148d18790f520147bea910c0087b
Description-en: Compatibility with old-time for the time package; profiling libraries
 This package provides a compatibility layer with the old-time package for the
 "new" time package.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-locale-compat-dev
Description-md5: 15cd3f68dd2738664685fbd1696cda8f
Description-en: compatibility of TimeLocale between old-locale and time-1.5
 This package provides the module Data.Time.Locale.Compat, which contains the
 defaultTimeLocale from either old-time or time-1.5.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-locale-compat-doc
Description-md5: f67b9265f7818e8207f5b599b025a1d1
Description-en: compatibility of TimeLocale between old-locale and time-1.5; documentation
 This package provides the module Data.Time.Locale.Compat, which contains the
 defaultTimeLocale from either old-time or time-1.5.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-locale-compat-prof
Description-md5: 263efdc7294873ad0a9b0f68bb003fec
Description-en: compatibility of TimeLocale between old-locale and time-1.5; profiling libraries
 This package provides the module Data.Time.Locale.Compat, which contains the
 defaultTimeLocale from either old-time or time-1.5.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-manager-dev
Description-md5: a0922f0c2edd498e6a7ddf291556ac48
Description-en: scalable timer
 Scalable timer functions provided by a timer manager.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-manager-doc
Description-md5: b190b3fd4a02a370471192255b54af27
Description-en: scalable timer; documentation
 Scalable timer functions provided by a timer manager.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-manager-prof
Description-md5: c2d2017b3f86cb37249fe18161e14bc4
Description-en: scalable timer; profiling libraries
 Scalable timer functions provided by a timer manager.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-parsers-dev
Description-md5: c2ff5e07fc1f0864a1fe10dbb30f33a2
Description-en: parsers for types in the time library
 Parsers for parsing dates and times: Day, LocalTime, TimeOfDay,
 TimeZone, UTCTime, ZonedTime
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-parsers-doc
Description-md5: eb360556c9260529b67e7e1fcaaff642
Description-en: parsers for types in the time library; documentation
 Parsers for parsing dates and times: Day, LocalTime, TimeOfDay,
 TimeZone, UTCTime, ZonedTime
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-parsers-prof
Description-md5: d6b6bc6d2dae8e3e2c9374b95cb1286d
Description-en: parsers for types in the time library; profiling libraries
 Parsers for parsing dates and times: Day, LocalTime, TimeOfDay,
 TimeZone, UTCTime, ZonedTime
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-units-dev
Description-md5: bd50bb07c9ca33d2b9156a51e10bb27b
Description-en: basic library for defining units of time as types
 In many cases, it is useful (either for error checking or documentation
 reasons) to define input and output types as having a particular unit of
 time. In addition, by creating a type class defining type units, this
 library should make it easier to separate the units of time the developer
 wants to think in versus the units of time the library author wants to
 think in.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-units-doc
Description-md5: d4dad6beb079ea6daa7d584e7f0e1652
Description-en: basic library for defining units of time as types; documentation
 In many cases, it is useful (either for error checking or documentation
 reasons) to define input and output types as having a particular unit of
 time. In addition, by creating a type class defining type units, this
 library should make it easier to separate the units of time the developer
 wants to think in versus the units of time the library author wants to
 think in.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-time-units-prof
Description-md5: 4864eb0ef742e42cd8411a96ddba2f72
Description-en: basic library for defining units of time as types; profiling libraries
 In many cases, it is useful (either for error checking or documentation
 reasons) to define input and output types as having a particular unit of
 time. In addition, by creating a type class defining type units, this
 library should make it easier to separate the units of time the developer
 wants to think in versus the units of time the library author wants to
 think in.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-timeit-dev
Description-md5: 979c3880518233bb34573c5d3b5005d7
Description-en: time a computation
 A simple wrapper to show the used CPU time of monadic computation
 with an IO base.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-timeit-doc
Description-md5: ca568db89c4dc8b15209ff75906ab288
Description-en: time a computation; documentation
 A simple wrapper to show the used CPU time of monadic computation
 with an IO base.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-timeit-prof
Description-md5: 8aaf9b1f0cddf3d9636ccef081bc0492
Description-en: time a computation; profiling libraries
 A simple wrapper to show the used CPU time of monadic computation
 with an IO base.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tldr-dev
Description-md5: f78a2f1aad436245738b861a20f0a23e
Description-en: Haskell tldr client
 Haskell tldr client with support for updating and viewing tldr pages.
 .
 The TLDR pages are a community effort to simplify the beloved man
 pages with practical examples.  See https://tldr.sh/
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tldr-doc
Description-md5: aa01eaecabe9d0150f06e29916635ce2
Description-en: Haskell tldr client; documentation
 Haskell tldr client with support for updating and viewing tldr pages.
 .
 The TLDR pages are a community effort to simplify the beloved man
 pages with practical examples.  See https://tldr.sh/
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tldr-prof
Description-md5: df7e526f1facc37904ec65b98cb219bd
Description-en: Haskell tldr client; profiling libraries
 Haskell tldr client with support for updating and viewing tldr pages.
 .
 The TLDR pages are a community effort to simplify the beloved man
 pages with practical examples.  See https://tldr.sh/
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: tldr
Description-md5: 5b5d3240eb011fb3e7b7b3427acf238c
Description-en: Haskell tldr client
 Haskell tldr client with support for updating and viewing tldr pages.
 .
 The TLDR pages are a community effort to simplify the beloved man
 pages with practical examples.  See https://tldr.sh/

Package: libghc-tls-dev
Description-md5: 325ef32d8a31c9ec636af6fd8be91268
Description-en: native Haskell implementation of TLS/SSL protocol
 Native Haskell TLS and SSL protocol implementation for server and
 client.
 .
 This provides a high-level implementation of a sensitive security
 protocol, eliminating a common set of security issues through the use
 of the advanced type system, high level constructions and common
 Haskell features.
 .
 It currently implements the SSL3.0, TLS1.0, TLS1.1 and TLS1.2
 protocols, and supports RSA and Ephemeral (Elliptic curve and
 regular) Diffie Hellman key exchanges, and many extensions.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tls-doc
Description-md5: 2c798d2c9037230cbcff61e48338a578
Description-en: native Haskell implementation of TLS/SSL protocol; documentation
 Native Haskell TLS and SSL protocol implementation for server and
 client.
 .
 This provides a high-level implementation of a sensitive security
 protocol, eliminating a common set of security issues through the use
 of the advanced type system, high level constructions and common
 Haskell features.
 .
 It currently implements the SSL3.0, TLS1.0, TLS1.1 and TLS1.2
 protocols, and supports RSA and Ephemeral (Elliptic curve and
 regular) Diffie Hellman key exchanges, and many extensions.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tls-prof
Description-md5: 25828b0cdb0483ce892c5b670f03be58
Description-en: native Haskell implementation of TLS/SSL protocol; profiling libraries
 Native Haskell TLS and SSL protocol implementation for server and
 client.
 .
 This provides a high-level implementation of a sensitive security
 protocol, eliminating a common set of security issues through the use
 of the advanced type system, high level constructions and common
 Haskell features.
 .
 It currently implements the SSL3.0, TLS1.0, TLS1.1 and TLS1.2
 protocols, and supports RSA and Ephemeral (Elliptic curve and
 regular) Diffie Hellman key exchanges, and many extensions.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tls-session-manager-dev
Description-md5: e81718b0fb982895e5843ce03687820f
Description-en: in-memory TLS session manager
 TLS session manager with limitation, automatic pruning, energy saving
 and replay resistance.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tls-session-manager-doc
Description-md5: 57d860dd8746f8fd64d6984341440b17
Description-en: in-memory TLS session manager; documentation
 TLS session manager with limitation, automatic pruning, energy saving
 and replay resistance.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tls-session-manager-prof
Description-md5: 5375a8f90a84373a0d5eed5b72f97be5
Description-en: in-memory TLS session manager; profiling libraries
 TLS session manager with limitation, automatic pruning, energy saving
 and replay resistance.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-token-bucket-dev
Description-md5: 522b109c4aaa2b36aa74c2a6b721fdda
Description-en: Haskell implementation of leaky bucket rate limiting
 This library implements a lazy leaky token bucket rate-limiting
 algorithm in Haskell.
 .
 You can read more about this kind of algorithm at Wikipedia:
 https://en.wikipedia.org/wiki/Token_bucket
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-token-bucket-doc
Description-md5: e8771bae07666fa91f86d01d15834692
Description-en: Haskell implementation of leaky bucket rate limiting; documentation
 This library implements a lazy leaky token bucket rate-limiting
 algorithm in Haskell.
 .
 You can read more about this kind of algorithm at Wikipedia:
 https://en.wikipedia.org/wiki/Token_bucket
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-token-bucket-prof
Description-md5: 4cbf921f456c7425a0632c8a9f294aeb
Description-en: Haskell implementation of leaky bucket rate limiting; profiling libraries
 This library implements a lazy leaky token bucket rate-limiting
 algorithm in Haskell.
 .
 You can read more about this kind of algorithm at Wikipedia:
 https://en.wikipedia.org/wiki/Token_bucket
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-topograph-dev
Description-md5: 05426fce6683b3dbdb2d2f0b1a884093
Description-en: directed acyclic graphs
 Directed acyclic graphs can be sorted topographically.
 Existence of topographic ordering allows writing many graph
 algorithms efficiently.  Many graphs, including most
 dependency graphs, are acyclic.
 .
 There are some algorithms built in: dfs, transpose, transitive
 closure, transitive reduction, etc.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-topograph-doc
Description-md5: 95f323a1d00fdb0a8b2905f7ae77cdf4
Description-en: directed acyclic graphs; documentation
 Directed acyclic graphs can be sorted topographically.
 Existence of topographic ordering allows writing many graph
 algorithms efficiently.  Many graphs, including most
 dependency graphs, are acyclic.
 .
 There are some algorithms built in: dfs, transpose, transitive
 closure, transitive reduction, etc.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-topograph-prof
Description-md5: 0cf00ca66623bf27b9f69606d83c5015
Description-en: directed acyclic graphs; profiling libraries
 Directed acyclic graphs can be sorted topographically.
 Existence of topographic ordering allows writing many graph
 algorithms efficiently.  Many graphs, including most
 dependency graphs, are acyclic.
 .
 There are some algorithms built in: dfs, transpose, transitive
 closure, transitive reduction, etc.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-torrent-dev
Description-md5: 2a3007dd4bc9ae748c6713e49e5c33be
Description-en: BitTorrent file parser and generator
 BitTorrent file parser and generator.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-torrent-doc
Description-md5: 960b1ea0b3425af2fec7a7f6ec24337d
Description-en: BitTorrent file parser and generator; documentation
 BitTorrent file parser and generator.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-torrent-prof
Description-md5: 2a77d4b5d7baaf000d42e4977cad3983
Description-en: BitTorrent file parser and generator; profiling libraries
 BitTorrent file parser and generator.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-transformers-base-dev
Description-md5: 54d3df87ab0b12263838f9f744815c1c
Description-en: lift computations from the bottom of a transformer stack
 It provides a straightforward port of monadLib's BaseM typeclass to
 transformers.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-transformers-base-doc
Description-md5: a24ec8cdf61ffb9417e3ef77887b4c38
Description-en: lift computations from the bottom of a transformer stack; documentation
 It provides a straightforward port of monadLib's BaseM typeclass to
 transformers.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-transformers-base-prof
Description-md5: 61dff7e85283ab0a6ad76bf257fd8150
Description-en: lift computations from the bottom of a transformer stack; profiling libraries
 It provides a straightforward port of monadLib's BaseM typeclass to
 transformers.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-transformers-compat-dev
Description-md5: 0a5406cbd92f2715ad1070ee30375f22
Description-en: small compatibility shim for older versions of transformers.
 This package includes backported versions of types that were added
 to transformers in transformers 0.3 an 0.4 for users who need strict
 transformers 0.2 or 0.3 compatibility to run on old versions of the
 platform, but also need those types.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-transformers-compat-doc
Description-md5: ec6c498540577fa4e82d45a81025da69
Description-en: small compatibility shim for older versions of transformers.; documentation
 This package includes backported versions of types that were added
 to transformers in transformers 0.3 an 0.4 for users who need strict
 transformers 0.2 or 0.3 compatibility to run on old versions of the
 platform, but also need those types.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-transformers-compat-prof
Description-md5: 2fc59f494601dd7e81372a5787f998e0
Description-en: small compatibility shim for older versions of transformers.; profiling libraries
 This package includes backported versions of types that were added
 to transformers in transformers 0.3 an 0.4 for users who need strict
 transformers 0.2 or 0.3 compatibility to run on old versions of the
 platform, but also need those types.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tree-monad-dev
Description-md5: c3965fcfe2b5d7e213689815f4d36291
Description-en: Non-Determinism Monad for Tree Search
 This Haskell library provides an implementation of the MonadPlus
 type class that represents the search space as a tree whose
 constructors represent mzero, return, and mplus.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tree-monad-doc
Description-md5: 04b440f9791883a537c7b885b0d783d8
Description-en: Non-Determinism Monad for Tree Search; documentation
 This Haskell library provides an implementation of the MonadPlus
 type class that represents the search space as a tree whose
 constructors represent mzero, return, and mplus.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tree-monad-prof
Description-md5: ce1bb019df8780fb2e81fed1a846cff3
Description-en: Non-Determinism Monad for Tree Search; profiling libraries
 This Haskell library provides an implementation of the MonadPlus
 type class that represents the search space as a tree whose
 constructors represent mzero, return, and mplus.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-trifecta-dev
Description-md5: 781010cbe84bc1082ed521fae099009f
Description-en: modern parser combinator library with convenient diagnostics
 A modern parser combinator library with slicing and Clang-style
 colored diagnostics.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-trifecta-doc
Description-md5: 7bcd53406fc83adc282e043a3b55319b
Description-en: modern parser combinator library with convenient diagnostics; documentation
 A modern parser combinator library with slicing and Clang-style
 colored diagnostics.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-trifecta-prof
Description-md5: f94390c0bbe56b0998d150a412a7692d
Description-en: modern parser combinator library with convenient diagnostics; profiling libraries
 A modern parser combinator library with slicing and Clang-style
 colored diagnostics.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tuple-dev
Description-md5: d0871e6c0e54883d567025af0b302077
Description-en: various functions on tuples
 Various useful functions on tuples, overloaded on tuple size.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tuple-doc
Description-md5: fc26ca03924c80da985e5ad91e1e1a2b
Description-en: various functions on tuples; documentation
 Various useful functions on tuples, overloaded on tuple size.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-tuple-prof
Description-md5: 8dd53c73bdbde3b7ba93e5b9980dacef
Description-en: various functions on tuples; profiling libraries
 Various useful functions on tuples, overloaded on tuple size.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-conduit-dev
Description-md5: 85f7bf1370084119088f8eb986118128
Description-en: Twitter API package with conduits and streaming
 This library provides a conduit-based interface to Twitter's APIs.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-conduit-doc
Description-md5: 0f3e8ccb68b4c859e239163411ecabaa
Description-en: Twitter API package with conduits and streaming; documentation
 This library provides a conduit-based interface to Twitter's APIs.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-conduit-prof
Description-md5: 7cd75eaf3c89744f3703255707a40e4b
Description-en: Twitter API package with conduits and streaming; profiling libraries
 This library provides a conduit-based interface to Twitter's APIs.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-types-dev
Description-md5: 723564b8167da1b441ba4d65911439c9
Description-en: Twitter JSON parser and types
 Haskell types for interacting with the Twitter JSON API.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-types-doc
Description-md5: f1d86d55ebe8ae939cab3f10b18af78d
Description-en: Twitter JSON parser and types; documentation
 Haskell types for interacting with the Twitter JSON API.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-types-prof
Description-md5: e1a5ea20cdedda03451cb980ee322e01
Description-en: Twitter JSON parser and types; profiling libraries
 Haskell types for interacting with the Twitter JSON API.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-types-lens-dev
Description-md5: 12b19616d68f5b8253a2ae381a18ee3f
Description-en: Twitter JSON types (lens powered)
 Lenses for Twitter JSON API types.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-types-lens-doc
Description-md5: 3c24981b913e8ade42940f8a4ca0e91c
Description-en: Twitter JSON types (lens powered); documentation
 Lenses for Twitter JSON API types.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-twitter-types-lens-prof
Description-md5: 059e69d2a77953529246bbc2c6c3022e
Description-en: Twitter JSON types (lens powered); profiling libraries
 Lenses for Twitter JSON API types.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-equality-dev
Description-md5: be0a87358b8260f45ee3c57c2a3a7a83
Description-en: Data.Type.Equality compat package
 This library defines a propositional equality data type,
 shims Data.Type.Equality.
 .
 The module Data.Type.Equality.Hetero shims :~~: equality, for
 compilers with PolyKinds.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-equality-doc
Description-md5: b931bf7ac9337e68176813cb44dcdd00
Description-en: Data.Type.Equality compat package; documentation
 This library defines a propositional equality data type,
 shims Data.Type.Equality.
 .
 The module Data.Type.Equality.Hetero shims :~~: equality, for
 compilers with PolyKinds.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-equality-prof
Description-md5: 9f3a7d3e5c8191ffbde62c656ed9e59a
Description-en: Data.Type.Equality compat package; profiling libraries
 This library defines a propositional equality data type,
 shims Data.Type.Equality.
 .
 The module Data.Type.Equality.Hetero shims :~~: equality, for
 compilers with PolyKinds.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-errors-dev
Description-md5: e40e0009c0e25aaad74fc7a64e87ed1c
Description-en: tools for writing better Haskell type errors
 This is a collection of tools for writing better, more ergonomic type
 errors for Haskell libraries.  Some of the more interesting features
 are the ability to observe stuckedness and phantomness, as well as
 perform substitutions over types.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-errors-doc
Description-md5: f9a1fcf80b0e9e0d3d4d33f244bfb811
Description-en: tools for writing better Haskell type errors; documentation
 This is a collection of tools for writing better, more ergonomic type
 errors for Haskell libraries.  Some of the more interesting features
 are the ability to observe stuckedness and phantomness, as well as
 perform substitutions over types.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-errors-prof
Description-md5: 419e083031a8ebd8e8eb1404b5e3751a
Description-en: tools for writing better Haskell type errors; profiling libraries
 This is a collection of tools for writing better, more ergonomic type
 errors for Haskell libraries.  Some of the more interesting features
 are the ability to observe stuckedness and phantomness, as well as
 perform substitutions over types.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-level-numbers-dev
Description-md5: 5074bf6cef1baa36b3b8d2d9f1ea9d81
Description-en: library representing integers using Haskell type families
 This library represents numbers in Haskell at the level of types.
 This is achieved by means of type families.
 .
 Numbers up to 2^18-1 can be represented.
 .
 In this version of the package, comparison of numbers, subtraction
 and multiplication of numbers is supported.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-level-numbers-doc
Description-md5: e18591d4cabf16ec9ee40f84fa83b65a
Description-en: library representing integers using Haskell type families; documentation
 This library represents numbers in Haskell at the level of types.
 This is achieved by means of type families.
 .
 Numbers up to 2^18-1 can be represented.
 .
 In this version of the package, comparison of numbers, subtraction
 and multiplication of numbers is supported.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-type-level-numbers-prof
Description-md5: b323dd7293736d46cde34c519434f5a9
Description-en: library representing integers using Haskell type families; profiling libraries
 This library represents numbers in Haskell at the level of types.
 This is achieved by means of type families.
 .
 Numbers up to 2^18-1 can be represented.
 .
 In this version of the package, comparison of numbers, subtraction
 and multiplication of numbers is supported.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-typed-process-dev
Description-md5: a96d319d6c3f183a0ada295568a730b7
Description-en: run external processes, with strong typing of streams
 This library provides the ability to launch and interact with
 external processes. It wraps around the process library, and intends
 to improve upon it by:
 .
  * Using type variables to represent the standard streams, making
    them easier to manipulate
  * Use proper concurrency (e.g., the async library) in place of the
    weird lazy I/O tricks for such things as consuming output streams
  * Allow for more complex concurrency by providing STM-based functions
  * Using binary I/O correctly
  * Providing a more composable API, designed to be easy to use for
    both simple and complex use cases
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-typed-process-doc
Description-md5: 42dc2944a736952f31e1bf074d5931fa
Description-en: run external processes, with strong typing of streams; documentation
 This library provides the ability to launch and interact with
 external processes. It wraps around the process library, and intends
 to improve upon it by:
 .
  * Using type variables to represent the standard streams, making
    them easier to manipulate
  * Use proper concurrency (e.g., the async library) in place of the
    weird lazy I/O tricks for such things as consuming output streams
  * Allow for more complex concurrency by providing STM-based functions
  * Using binary I/O correctly
  * Providing a more composable API, designed to be easy to use for
    both simple and complex use cases
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-typed-process-prof
Description-md5: e905417e2420906d48a935980d2efc75
Description-en: run external processes, with strong typing of streams; profiling libraries
 This library provides the ability to launch and interact with
 external processes. It wraps around the process library, and intends
 to improve upon it by:
 .
  * Using type variables to represent the standard streams, making
    them easier to manipulate
  * Use proper concurrency (e.g., the async library) in place of the
    weird lazy I/O tricks for such things as consuming output streams
  * Allow for more complex concurrency by providing STM-based functions
  * Using binary I/O correctly
  * Providing a more composable API, designed to be easy to use for
    both simple and complex use cases
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uglymemo-dev
Description-md5: 27764daa2590ce2631b9769380047d87
Description-en: simple (but internally ugly) memoization function
 This provides a simple memoization function in pure and IO forms.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uglymemo-doc
Description-md5: 123ae896de43d6db4b7889999ef0de82
Description-en: simple (but internally ugly) memoization function; documentation
 This provides a simple memoization function in pure and IO forms.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uglymemo-prof
Description-md5: 10ba87f0285a39756f35038a1369da66
Description-en: simple (but internally ugly) memoization function; profiling libraries
 This provides a simple memoization function in pure and IO forms.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unbounded-delays-dev
Description-md5: fc846d1fb70a73e2d40677bad559a9fa
Description-en: Unbounded thread delays and timeouts
 The threadDelay and timeout functions from the base library use the bounded
 Int type for specifying the delay or timeout period. This packages provides
 alternatives which use the unbounded Integer type.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unbounded-delays-doc
Description-md5: c6650c89bfebc7ae644d1cbfb196b51a
Description-en: Unbounded thread delays and timeouts; documentation
 The threadDelay and timeout functions from the base library use the bounded
 Int type for specifying the delay or timeout period. This packages provides
 alternatives which use the unbounded Integer type.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unbounded-delays-prof
Description-md5: 450466a856c637127578ffee56ad1a59
Description-en: Unbounded thread delays and timeouts; profiling libraries
 The threadDelay and timeout functions from the base library use the bounded
 Int type for specifying the delay or timeout period. This packages provides
 alternatives which use the unbounded Integer type.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unexceptionalio-dev
Description-md5: 4a4ebdd7fab85f49948230ce9d120fc4
Description-en: IO without any non-error, synchronous exceptions
 When you've caught all the exceptions that can be handled safely,
 this is what you're left with.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unexceptionalio-doc
Description-md5: 4bd4739bc39099361ab542ae2deca168
Description-en: IO without any non-error, synchronous exceptions; documentation
 When you've caught all the exceptions that can be handled safely,
 this is what you're left with.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unexceptionalio-prof
Description-md5: b51a8aea9a0d4ed28fc9b2e153c9379e
Description-en: IO without any non-error, synchronous exceptions; profiling libraries
 When you've caught all the exceptions that can be handled safely,
 this is what you're left with.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-collation-dev
Description-md5: 4e45da43744889b6792f143032d34a85
Description-en: Haskell implementation of the Unicode Collation Algorithm
 This library provides a pure Haskell implementation of the Unicode Collation
 Algorithm. It is not as fully-featured or as performant as @text-icu@, but it
 avoids a dependency on a large C library. Locale-specific tailorings are also
 provided.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-collation-doc
Description-md5: 3c4029a8434b2d2a4b01dd9525dec61a
Description-en: Haskell implementation of the Unicode Collation Algorithm; documentation
 This library provides a pure Haskell implementation of the Unicode Collation
 Algorithm. It is not as fully-featured or as performant as @text-icu@, but it
 avoids a dependency on a large C library. Locale-specific tailorings are also
 provided.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-collation-prof
Description-md5: f7ef1dbfabc45f7e7515323072865d83
Description-en: Haskell implementation of the Unicode Collation Algorithm; profiling libraries
 This library provides a pure Haskell implementation of the Unicode Collation
 Algorithm. It is not as fully-featured or as performant as @text-icu@, but it
 avoids a dependency on a large C library. Locale-specific tailorings are also
 provided.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-data-dev
Description-md5: 28a1c391cd350c9c480d15cd604ac0e0
Description-en: Access Unicode character database
 This package provides Haskell APIs to efficiently access the Unicode
 character database. Performance is the primary goal in the design of
 this package.
 .
 The Haskell data structures are generated programmatically from the
 Unicode character database (UCD) files.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-data-doc
Description-md5: 41ba81d607487f7502a39f0d0d9e7751
Description-en: Access Unicode character database; documentation
 This package provides Haskell APIs to efficiently access the Unicode
 character database. Performance is the primary goal in the design of
 this package.
 .
 The Haskell data structures are generated programmatically from the
 Unicode character database (UCD) files.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-data-prof
Description-md5: 44a395477c55ddd2cd8f362df9a4cbb6
Description-en: Access Unicode character database; profiling libraries
 This package provides Haskell APIs to efficiently access the Unicode
 character database. Performance is the primary goal in the design of
 this package.
 .
 The Haskell data structures are generated programmatically from the
 Unicode character database (UCD) files.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-transforms-dev
Description-md5: a15c257e6bec42bacce3e3478921e017
Description-en: Fast Unicode 9.0 normalization in Haskell
 Unicode characters with adornments (e.g. Á) can be represented in two
 different forms, as a single composed character (U+00C1 = Á) or as
 multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
 differently encoded byte sequences but for humans they have exactly
 the same visual appearance.
 .
 A regular byte comparison may tell that two strings are different even
 though they might be equivalent. Both strings need to be converted in
 a normalized form using the Unicode Character Database before they can
 be compared for equivalence.
 .
 This library implements fast Unicode 9.0 normalization in Haskell (NFC,
 NFKC, NFD, NFKD).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-transforms-doc
Description-md5: 9ee47abe893d0c4d6b50da439d917375
Description-en: Fast Unicode 9.0 normalization in Haskell; documentation
 Unicode characters with adornments (e.g. Á) can be represented in two
 different forms, as a single composed character (U+00C1 = Á) or as
 multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
 differently encoded byte sequences but for humans they have exactly
 the same visual appearance.
 .
 A regular byte comparison may tell that two strings are different even
 though they might be equivalent. Both strings need to be converted in
 a normalized form using the Unicode Character Database before they can
 be compared for equivalence.
 .
 This library implements fast Unicode 9.0 normalization in Haskell (NFC,
 NFKC, NFD, NFKD).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unicode-transforms-prof
Description-md5: 80e245fc2536e02d06056d3946d6e23f
Description-en: Fast Unicode 9.0 normalization in Haskell; profiling libraries
 Unicode characters with adornments (e.g. Á) can be represented in two
 different forms, as a single composed character (U+00C1 = Á) or as
 multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
 differently encoded byte sequences but for humans they have exactly
 the same visual appearance.
 .
 A regular byte comparison may tell that two strings are different even
 though they might be equivalent. Both strings need to be converted in
 a normalized form using the Unicode Character Database before they can
 be compared for equivalence.
 .
 This library implements fast Unicode 9.0 normalization in Haskell (NFC,
 NFKC, NFD, NFKD).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uniplate-dev
Description-md5: 57f217170a997b5a34f6e60029d16792
Description-en: A Haskell library for uniform type generic traversals
 .
 The Haskell Uniplate library abstracts over common traversals and queries in a
 simple manner allowing the user to scrap their boilerplate code.
 .
 A more complete document on the Uniplate class was published at the Haskell
 Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/),  along with a
 video presentation, and the associated thesis chapter.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uniplate-doc
Description-md5: 57d90ee3f0e8643a18b16a1d832d4229
Description-en: Documentation for uniform type generic traversals; documentation
 .
 The Haskell Uniplate library abstracts over common traversals and queries in a
 simple manner allowing the user to scrap their boilerplate code.
 .
 A more complete document on the Uniplate class was published at the Haskell
 Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/),  along with a
 video presentation, and the associated thesis chapter.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uniplate-prof
Description-md5: b3163942d4f1c7e2e6e30c94ececd8ea
Description-en: Profiling libraries for uniform type generic traversals; profiling libraries
 .
 The Haskell Uniplate library abstracts over common traversals and queries in a
 simple manner allowing the user to scrap their boilerplate code.
 .
 A more complete document on the Uniplate class was published at the Haskell
 Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/),  along with a
 video presentation, and the associated thesis chapter.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-universe-base-dev
Description-md5: a4827f384f0196d412ff16f679575256
Description-en: a class for finite and recursively enumerable type
 A class for finite and recursively enumerable types and some helper
 functions for enumerating them.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-universe-base-doc
Description-md5: 68d9ff1f93b012b29aba2dea670deed6
Description-en: a class for finite and recursively enumerable type; documentation
 A class for finite and recursively enumerable types and some helper
 functions for enumerating them.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-universe-base-prof
Description-md5: 9800f5637badaadf06028aae12e70619
Description-en: a class for finite and recursively enumerable type; profiling libraries
 A class for finite and recursively enumerable types and some helper
 functions for enumerating them.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unix-compat-dev
Description-md5: 8319125b2c70cb25a5cb7cadcde274cc
Description-en: Haskell portable POSIX-compatible layer
 This package provides portable Haskell implementations of some POSIX
 system calls contained in the unix package. This package re-exports the
 unix package when available. When it isn't available, portable
 implementations are used.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unix-compat-doc
Description-md5: 223c24f07cd943202ad8fe4937aad5bb
Description-en: Haskell portable POSIX-compatible layer; documentation
 This package provides portable Haskell implementations of some POSIX
 system calls contained in the unix package. This package re-exports the
 unix package when available. When it isn't available, portable
 implementations are used.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unix-compat-prof
Description-md5: cdd52c709af64ef9d56871401af9770c
Description-en: Haskell portable POSIX-compatible layer; profiling libraries
 This package provides portable Haskell implementations of some POSIX
 system calls contained in the unix package. This package re-exports the
 unix package when available. When it isn't available, portable
 implementations are used.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unix-time-dev
Description-md5: 8d130a6f6793e7df409a45d25b48759c
Description-en: Unix time parser/formatter and utilities
 Fast parser/formatter/utilities for Unix time
 .
  Author: Kazu Yamamoto <kazu@iij.ad.jp>
  Upstream-Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
 .
 This package contains the normal library files.

Package: libghc-unix-time-doc
Description-md5: 03ec56fed64aa34b03060b66193e1634
Description-en: Unix time parser/formatter and utilities; documentation
 Fast parser/formatter/utilities for Unix time
 .
  Author: Kazu Yamamoto <kazu@iij.ad.jp>
  Upstream-Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
 .
 This package contains the documentation files.

Package: libghc-unix-time-prof
Description-md5: 8417ea13bfa7b693476cd4e44358e85d
Description-en: Unix time parser/formatter and utilities; profiling libraries
 Fast parser/formatter/utilities for Unix time
 .
  Author: Kazu Yamamoto <kazu@iij.ad.jp>
  Upstream-Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-unixutils-dev
Description-md5: e42c91fbff24ef8cef97c4af69c451d3
Description-en: interface between Haskell and Unix-like operating systems
 Unixutils is a collection of useful and mildly useful functions that
 you might expect to find in System.* with a heavy bias towards
 Unix-type operating systems.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unixutils-doc
Description-md5: 1977ad7cbc45c0962a195cd9412ddcb8
Description-en: interface between Haskell and Unix-like operating systems; documentation
 Unixutils is a collection of useful and mildly useful functions that
 you might expect to find in System.* with a heavy bias towards
 Unix-type operating systems.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unixutils-prof
Description-md5: c44df558293c94ba5a7d67272b4afcaa
Description-en: interface between Haskell and Unix-like operating systems; profiling libraries
 Unixutils is a collection of useful and mildly useful functions that
 you might expect to find in System.* with a heavy bias towards
 Unix-type operating systems.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unlambda-dev
Description-md5: 27e09c97b455371564f826d691f356a7
Description-en: Unlambda interpreter library
 It is an interpreter of the Unlambda language, written in the pure,
 lazy, functional language Haskell.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unlambda-doc
Description-md5: da327c756e2b3f70e9f9cf178e7efff5
Description-en: Unlambda interpreter library; documentation
 It is an interpreter of the Unlambda language, written in the pure,
 lazy, functional language Haskell.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unlambda-prof
Description-md5: 629363c9e548920cf4db3e3ad9ad1c12
Description-en: Unlambda interpreter library; profiling libraries
 It is an interpreter of the Unlambda language, written in the pure,
 lazy, functional language Haskell.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: unlambda
Description-md5: 467159498122ef78d21b09169785610d
Description-en: interpreter for the Unlambda language
 It is an interpreter of the Unlambda language, written in the pure,
 lazy, functional language Haskell.

Package: libghc-unliftio-dev
Description-md5: 5757133c021532a5aaf4ae502c0279f9
Description-en: MonadUnliftIO typeclass for unlifting monads to IO
 Provides the core MonadUnliftIO typeclass, a number of common
 instances, and a collection of common functions working with it.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unliftio-doc
Description-md5: ce438e4ce0eafb0e6240871e912af103
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; documentation
 Provides the core MonadUnliftIO typeclass, a number of common
 instances, and a collection of common functions working with it.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unliftio-prof
Description-md5: 47c26b0b50de6993c4ee3deff2eef244
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; profiling libraries
 Provides the core MonadUnliftIO typeclass, a number of common
 instances, and a collection of common functions working with it.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unliftio-core-dev
Description-md5: 63f74997e9cd70fa9a82f474d2676243
Description-en: MonadUnliftIO typeclass for unlifting monads to IO
 Provides the core MonadUnliftIO typeclass, instances for base and
 transformers, and basic utility functions. Typically, you'll want
 to use the unliftio library, which provides more functionality (and
 a much better description).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unliftio-core-doc
Description-md5: 9abc068367a08e19c9495f31da8b520d
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; documentation
 Provides the core MonadUnliftIO typeclass, instances for base and
 transformers, and basic utility functions. Typically, you'll want
 to use the unliftio library, which provides more functionality (and
 a much better description).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unliftio-core-prof
Description-md5: d65425882c9e27c362d8f5734cb10253
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; profiling libraries
 Provides the core MonadUnliftIO typeclass, instances for base and
 transformers, and basic utility functions. Typically, you'll want
 to use the unliftio library, which provides more functionality (and
 a much better description).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unordered-containers-dev
Description-md5: eb7e12eb4c328fda9dc6e91a6effd7ad
Description-en: Efficient hashing-based container types
 It contains efficient hashing-based container types. The containers
 have been optimized for performance critical use, both in terms of
 large data quantities and high speed.
 .
 The declared cost of each operation is either worst-case or
 amortized, but remains valid even if structures are shared.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unordered-containers-doc
Description-md5: 37ef02f8ed30e3fa8b83f375c99bc2ce
Description-en: Efficient hashing-based container types; documentation
 It contains efficient hashing-based container types. The containers
 have been optimized for performance critical use, both in terms of
 large data quantities and high speed.
 .
 The declared cost of each operation is either worst-case or
 amortized, but remains valid even if structures are shared.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unordered-containers-prof
Description-md5: f4c66cf0a10b3debe7d868d4d81637cd
Description-en: Efficient hashing-based container types; profiling libraries
 It contains efficient hashing-based container types. The containers
 have been optimized for performance critical use, both in terms of
 large data quantities and high speed.
 .
 The declared cost of each operation is either worst-case or
 amortized, but remains valid even if structures are shared.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unsafe-dev
Description-md5: cd2e6c04be5f1586b189f33de6ccc181
Description-en: unified interface to unsafe functions
 SafeHaskell introduced the notion of safe and unsafe modules.
 In order to make as many as possible modules "safe",
 the well-known unsafe functions were moved to distinguished modules.
 This makes it hard to write packages that work
 with both old and new versions of GHC.
 This package provides a single module, System.Unsafe,
 that exports the unsafe functions from the base package.
 It provides them in a style ready for qualification.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unsafe-doc
Description-md5: 75b6a043054bedad666d0e7d913c67d6
Description-en: unified interface to unsafe functions; documentation
 SafeHaskell introduced the notion of safe and unsafe modules.
 In order to make as many as possible modules "safe",
 the well-known unsafe functions were moved to distinguished modules.
 This makes it hard to write packages that work
 with both old and new versions of GHC.
 This package provides a single module, System.Unsafe,
 that exports the unsafe functions from the base package.
 It provides them in a style ready for qualification.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-unsafe-prof
Description-md5: aaf27ec73cf562b900d5d965955e05b8
Description-en: unified interface to unsafe functions; profiling libraries
 SafeHaskell introduced the notion of safe and unsafe modules.
 In order to make as many as possible modules "safe",
 the well-known unsafe functions were moved to distinguished modules.
 This makes it hard to write packages that work
 with both old and new versions of GHC.
 This package provides a single module, System.Unsafe,
 that exports the unsafe functions from the base package.
 It provides them in a style ready for qualification.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-bytestring-dev
Description-md5: b938d6845df289286323457355d3b3c0
Description-en: Haskell URI parsing as ByteStrings
 uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-bytestring-doc
Description-md5: b449e8fd82510c52601b39b2d804bc97
Description-en: Haskell URI parsing as ByteStrings; documentation
 uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-bytestring-prof
Description-md5: bd2e5184ff8dbd3b17992ad2b33a2080
Description-en: Haskell URI parsing as ByteStrings; profiling libraries
 uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-bytestring-aeson-dev
Description-md5: ea17f025bfe987e4e644a88f8e8d62c9
Description-en: Aeson instances for URI Bytestring
 Aeson ToJSON and FromJSON instances for URIRefs.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-bytestring-aeson-doc
Description-md5: 8064d134d87bbe3ca3fbd8a286920fd0
Description-en: Aeson instances for URI Bytestring; documentation
 Aeson ToJSON and FromJSON instances for URIRefs.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-bytestring-aeson-prof
Description-md5: 125f3a21eb769b2437be57eeb083b319
Description-en: Aeson instances for URI Bytestring; profiling libraries
 Aeson ToJSON and FromJSON instances for URIRefs.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-encode-dev
Description-md5: bf4d45fbea8ee1c2496fa71c6c5f0dcc
Description-en: Unicode aware uri-encoding.
 Unicode aware uri-encoding.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-encode-doc
Description-md5: 23de60b8ebcfe593cb625aed7045ec7f
Description-en: Unicode aware uri-encoding.; documentation
 Unicode aware uri-encoding.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uri-encode-prof
Description-md5: 25ded080c3ad18d3467521a6638ad098
Description-en: Unicode aware uri-encoding.; profiling libraries
 Unicode aware uri-encoding.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-url-dev
Description-md5: 6aece56853cc47f26ef1333e7a2a1c15
Description-en: Haskell library for working with URLs
 This library provides simple tools to parse and build URL strings.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-url-doc
Description-md5: c837b9a66458c102d82fc81fde31bd60
Description-en: Haskell library for working with URLs; documentation
 This library provides simple tools to parse and build URL strings.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-url-prof
Description-md5: e1f6002087940d8b5fcc78dccb53ca37
Description-en: Haskell library for working with URLs; profiling libraries
 This library provides simple tools to parse and build URL strings.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-userid-dev
Description-md5: 3abfdd5f39b9d8072597ca11d74a8e0b
Description-en: The UserId type and useful instances for web development
 Includes instances for SafeCopy, Lens, Boomerang, PathInfo and more
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-userid-doc
Description-md5: d42357183dc777a6f4996cf2f32f8194
Description-en: The UserId type and useful instances for web development; documentation
 Includes instances for SafeCopy, Lens, Boomerang, PathInfo and more
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-userid-prof
Description-md5: a1da466231d843cc5e69560b0d8876da
Description-en: The UserId type and useful instances for web development; profiling libraries
 Includes instances for SafeCopy, Lens, Boomerang, PathInfo and more
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-utf8-light-dev
Description-md5: baac976a0a2bb42e5ae00586a1a8b289
Description-en: Lightweight UTF-8 handling library
 It is a fast parser combinator library, aimed particularly at dealing
 efficiently with network protocols and complicated text/binary file
 formats.
 .
 It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-utf8-light-doc
Description-md5: 6cf9405a7ba09cba74d1fb37da5f2662
Description-en: Lightweight UTF-8 handling library; documentation
 It is a fast parser combinator library, aimed particularly at dealing
 efficiently with network protocols and complicated text/binary file
 formats.
 .
 It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-utf8-light-prof
Description-md5: 328a427be5cce92e23e09a6bd19608ed
Description-en: Lightweight UTF-8 handling library; profiling libraries
 It is a fast parser combinator library, aimed particularly at dealing
 efficiently with network protocols and complicated text/binary file
 formats.
 .
 It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-utf8-string-dev
Description-md5: eaae9b089454a75be5276c35dbd930fd
Description-en: GHC libraries for the Haskell UTF-8 library
 UTF8 layer for Strings. The utf8-string package provides operations
 for encoding UTF8 strings to Word8 lists and back, and for reading and
 writing UTF8 without truncation.
 .
 This package contains the libraries compiled for GHC.

Package: libghc-utf8-string-doc
Description-md5: a55ed42a17ae06e79c4aab8edcc58c3b
Description-en: GHC libraries for the Haskell UTF-8 library (documentation)
 UTF8 layer for Strings. The utf8-string package provides operations
 for encoding UTF8 strings to Word8 lists and back, and for reading and
 writing UTF8 without truncation.
 .
 This package contains the GHC library documentation.

Package: libghc-utf8-string-prof
Description-md5: bae65b51cc93c55ad6c16b3473f4122f
Description-en: Profiling support for the GHC Haskell UTF-8 library
 UTF8 layer for Strings. The utf8-string package provides operations
 for encoding UTF8 strings to Word8 lists and back, and for reading and
 writing UTF8 without truncation.
 .
 This package contains additional GHC profiling libraries which can be used with
 libghc-utf8-string-dev.

Package: libghc-utility-ht-dev
Description-md5: baa7ca54f2fb35826a1dce05037f8cd6
Description-en: small helper functions for Lists, Maybes, Tuples and Functions
 This library provides various small helper functions for Lists, Maybes,
 Tuples and Functions. Some of these functions are improved implementations
 of standard functions. They have the same name as their standard
 counterparts.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-utility-ht-doc
Description-md5: 5b522a3f843b0b9364d31046ba26ee21
Description-en: small helper functions for Lists, Maybes, Tuples and Functions; documentation
 This library provides various small helper functions for Lists, Maybes,
 Tuples and Functions. Some of these functions are improved implementations
 of standard functions. They have the same name as their standard
 counterparts.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-utility-ht-prof
Description-md5: 2b17d249505191f28c11473cb0b986df
Description-en: profiling libraries for libghc-utility-ht-dev; profiling libraries
 This library provides various small helper functions for Lists, Maybes,
 Tuples and Functions. Some of these functions are improved implementations
 of standard functions. They have the same name as their standard
 counterparts.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuagc-cabal-dev
Description-md5: 48105143908578f8ff0990a384d8a7d6
Description-en: Cabal plugin for UUAGC
 Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuagc-cabal-doc
Description-md5: 24463affcbb4051b2c236beb52d9ff0d
Description-en: Cabal plugin for UUAGC; documentation
 Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuagc-cabal-prof
Description-md5: 54e2b9c18c4509f182a5b2ef5742a483
Description-en: Cabal plugin for UUAGC; profiling libraries
 Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuid-dev
Description-md5: f474d497ac52dbf8171048d774dc33b1
Description-en: create, compare, parse and print Universally Unique Identifiers
 This library is useful for creating, comparing, parsing and printing
 Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
 for the general idea.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuid-doc
Description-md5: cf52e5b8cfe86804b38a4e91c0344547
Description-en: create, compare, parse and print UUIDs; documentation
 This library is useful for creating, comparing, parsing and printing
 Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
 for the general idea.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuid-prof
Description-md5: b689db9d0f6cfc67e42d773d1759eeb8
Description-en: create, compare, parse and print UUIDs; profiling libraries
 This library is useful for creating, comparing, parsing and printing
 Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
 for the general idea.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuid-types-dev
Description-md5: f2160e3b10e79fbdb454d34931dc0fb1
Description-en: Type definitions for Universally Unique Identifiers
 This library contains type definitions for Universally Unique Identifiers
 and basic conversion functions.
 See <http://en.wikipedia.org/wiki/UUID> for the general idea.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuid-types-doc
Description-md5: 459a08ea475aa91f2ea0cfdeec978734
Description-en: Type definitions for Universally Unique Identifiers; documentation
 This library contains type definitions for Universally Unique Identifiers
 and basic conversion functions.
 See <http://en.wikipedia.org/wiki/UUID> for the general idea.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uuid-types-prof
Description-md5: ba5d755133a0cea06bec2de0067dbbdc
Description-en: Type definitions for Universally Unique Identifiers; profiling libraries
 This library contains type definitions for Universally Unique Identifiers
 and basic conversion functions.
 See <http://en.wikipedia.org/wiki/UUID> for the general idea.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uulib-dev
Description-md5: 2e8183b8a00d0e0983e66ca6a80840ff
Description-en: parser and pretty print combinator library for GHC
 The uulib Haskell library contains fast, error repairing parser
 combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
 set of data structures and algorithms for working with sets and
 sequences (UU.DData) for Haskell.
 .
 The library is developed at Utrecht University and is part of the
 Haskell Utrecht Tools.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uulib-doc
Description-md5: 28f06fe7fcb987a333fe2ed2ae308db0
Description-en: parser and pretty print combinator library for GHC; documentation
 The uulib Haskell library contains fast, error repairing parser
 combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
 set of data structures and algorithms for working with sets and
 sequences (UU.DData) for Haskell.
 .
 The library is developed at Utrecht University and is part of the
 Haskell Utrecht Tools.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-uulib-prof
Description-md5: 21d426ea213b164640ee761ef96211c0
Description-en: parser and pretty print combinator library for GHC; profiling libraries
 The uulib Haskell library contains fast, error repairing parser
 combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
 set of data structures and algorithms for working with sets and
 sequences (UU.DData) for Haskell.
 .
 The library is developed at Utrecht University and is part of the
 Haskell Utrecht Tools.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-validity-dev
Description-md5: d4180b8402083db859b34629e56f56e5
Description-en: validity typeclass
 Note: There are companion instance packages for this library:
  * validity-aeson
  * validity-bytestring
  * validity-containers
  * validity-path
  * validity-scientific
  * validity-text
  * validity-time
  * validity-unordered-containers
  * validity-uuid
  * validity-vector
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-validity-doc
Description-md5: 08a27a701793097d77752bf13a68cd56
Description-en: validity typeclass; documentation
 Note: There are companion instance packages for this library:
  * validity-aeson
  * validity-bytestring
  * validity-containers
  * validity-path
  * validity-scientific
  * validity-text
  * validity-time
  * validity-unordered-containers
  * validity-uuid
  * validity-vector
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-validity-prof
Description-md5: 5cc96dbee481945edb7f0a9bda814838
Description-en: validity typeclass; profiling libraries
 Note: There are companion instance packages for this library:
  * validity-aeson
  * validity-bytestring
  * validity-containers
  * validity-path
  * validity-scientific
  * validity-text
  * validity-time
  * validity-unordered-containers
  * validity-uuid
  * validity-vector
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-validity-containers-dev
Description-md5: c513e7a59ee7552f2d025042e9d1d90c
Description-en: Validity instances for containers
 Validity instances for maps, sequences, sets, trees
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-validity-containers-doc
Description-md5: ed970ce8dbbfa0dcf15a6e67828290b0
Description-en: Validity instances for containers; documentation
 Validity instances for maps, sequences, sets, trees
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-validity-containers-prof
Description-md5: e79f60abd84b872d6381f0edd427ca27
Description-en: Validity instances for containers; profiling libraries
 Validity instances for maps, sequences, sets, trees
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vault-dev
Description-md5: fa6d99e3750b60e22f125f4c6cef7158
Description-en: typed, persistent store for values of arbitrary types
 A vault is a typed, persistent store for values of arbitrary types. It's
 like having first-class access to the storage space behind IORefs.
 .
 The data structure is analogous to a bank vault, where you can access
 different bank boxes with different keys; hence the name.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vault-doc
Description-md5: dc94a6d5eaa58e8dfe5b466053a9b4f9
Description-en: typed, persistent store for values of arbitrary types; documentation
 A vault is a typed, persistent store for values of arbitrary types. It's
 like having first-class access to the storage space behind IORefs.
 .
 The data structure is analogous to a bank vault, where you can access
 different bank boxes with different keys; hence the name.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vault-prof
Description-md5: f1f5b39f927a18ca532e08d5a9f49f35
Description-en: typed, persistent store for values of arbitrary types; profiling libraries
 A vault is a typed, persistent store for values of arbitrary types. It's
 like having first-class access to the storage space behind IORefs.
 .
 The data structure is analogous to a bank vault, where you can access
 different bank boxes with different keys; hence the name.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-dev
Description-md5: 05eb7a2c1dd485532d6d1e7c5b3cd0f7
Description-en: Efficient Arrays for Haskell
 An efficient implementation of Int-indexed arrays (both mutable and
 immutable), with a powerful loop fusion optimization framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-doc
Description-md5: 16b216e46e289b98c0a5a5c71aadd962
Description-en: Efficient Arrays for Haskell; documentation
 An efficient implementation of Int-indexed arrays (both mutable and
 immutable), with a powerful loop fusion optimization framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-prof
Description-md5: d3f0e5610d3bd5859a1cec752197256d
Description-en: Efficient Arrays for Haskell; profiling libraries
 An efficient implementation of Int-indexed arrays (both mutable and
 immutable), with a powerful loop fusion optimization framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-algorithms-dev
Description-md5: 03f0bd20e5bcef792f4cb758885d401d
Description-en: efficient algorithms for vector arrays
 This package provides efficient algorithms for Haskell vector arrays.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-algorithms-doc
Description-md5: 06328abe1acc8ad728f63116881c3ca1
Description-en: efficient algorithms for vector arrays; documentation
 This package provides efficient algorithms for Haskell vector arrays.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-algorithms-prof
Description-md5: 2e8d0c3e0c4073040b013ab908062d5c
Description-en: efficient algorithms for vector arrays; profiling libraries
 This package provides efficient algorithms for Haskell vector arrays.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-binary-instances-dev
Description-md5: a50a30f3d9a32e26642204e738c0a3e3
Description-en: instances of Data.Binary and Data.Serialize for vector
  This package provides instances for Binary for the types defined in the
  vector package, making it easy to serialize vectors to and from disk. It uses
  the generic interface to vectors, so all vector types are supported.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-binary-instances-doc
Description-md5: 2137f68c5ec5bae804094da5ba9d162a
Description-en: instances of Data.Binary and Data.Serialize for vector; documentation
  This package provides instances for Binary for the types defined in the
  vector package, making it easy to serialize vectors to and from disk. It uses
  the generic interface to vectors, so all vector types are supported.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-binary-instances-prof
Description-md5: 1824b0502c9cd1321cd014f90fb91283
Description-en: instances of Data.Binary and Data.Serialize for vector; profiling libraries
  This package provides instances for Binary for the types defined in the
  vector package, making it easy to serialize vectors to and from disk. It uses
  the generic interface to vectors, so all vector types are supported.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-builder-dev
Description-md5: 0006687171fda045e4e49ff8ee343bba
Description-en: Vector builder
 An API for efficient and convenient construction of vectors.
 It provides the composable Builder abstraction, which has instances
 of the Monoid and Semigroup classes.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-builder-doc
Description-md5: 87e2844e6af027327082592526455fd7
Description-en: Vector builder; documentation
 An API for efficient and convenient construction of vectors.
 It provides the composable Builder abstraction, which has instances
 of the Monoid and Semigroup classes.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-builder-prof
Description-md5: f91ccf239f3ed64f406f9b34b22c235e
Description-en: Vector builder; profiling libraries
 An API for efficient and convenient construction of vectors.
 It provides the composable Builder abstraction, which has instances
 of the Monoid and Semigroup classes.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-instances-dev
Description-md5: 43aed51e34c9488e1fe24f91fd7572aa
Description-en: orphan instances for Data.Vector
 Keyed, Zip, ZipWithKey, Indexable, Lookup, Adjustable, FoldableWithKey,
 Apply, Pointed, Bind, Semigroup, Alt, Plus, TraversableWithKey, Extend,
 Unbox, Storable, and Prim instances for Vector.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-instances-doc
Description-md5: a637ad494f788d6fc6b505d16a3eb4a8
Description-en: orphan instances for Data.Vector; documentation
 Keyed, Zip, ZipWithKey, Indexable, Lookup, Adjustable, FoldableWithKey,
 Apply, Pointed, Bind, Semigroup, Alt, Plus, TraversableWithKey, Extend,
 Unbox, Storable, and Prim instances for Vector.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-instances-prof
Description-md5: 23b186e0daf97350dd1e53fce96af9f0
Description-en: orphan instances for Data.Vector; profiling libraries
 Keyed, Zip, ZipWithKey, Indexable, Lookup, Adjustable, FoldableWithKey,
 Apply, Pointed, Bind, Semigroup, Alt, Plus, TraversableWithKey, Extend,
 Unbox, Storable, and Prim instances for Vector.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-space-dev
Description-md5: de48a736ded4a2f8f5440512d95cf73f
Description-en: Vector & affine spaces, linear maps, and derivatives library
 vector-space provides classes and generic operations for vector spaces
 and affine spaces. It also defines a type of infinite towers of generalized
 derivatives. A generalized derivative is a linear transformation rather than
 one of the common concrete representations (scalars, vectors, matrices, ...).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-space-doc
Description-md5: ef100255e072f64dfc05e142e7cbab63
Description-en: Vector & affine spaces, linear maps, and derivatives library; documentation
 vector-space provides classes and generic operations for vector spaces
 and affine spaces. It also defines a type of infinite towers of generalized
 derivatives. A generalized derivative is a linear transformation rather than
 one of the common concrete representations (scalars, vectors, matrices, ...).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-space-prof
Description-md5: 6b8b340ec9f92dae8a179efb41642e99
Description-en: Vector & affine spaces, linear maps, and derivatives library; profiling libraries
 vector-space provides classes and generic operations for vector spaces
 and affine spaces. It also defines a type of infinite towers of generalized
 derivatives. A generalized derivative is a linear transformation rather than
 one of the common concrete representations (scalars, vectors, matrices, ...).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-th-unbox-dev
Description-md5: 37485ceab26d33676304d1dd8cc25dce
Description-en: deriver for Data.Vector.Unboxed using Template Haskell
 This Haskell library package provides a Template Haskell deriver for unboxed
 vectors, given a pair of coercion functions to and from some existing type
 with an Unbox instance.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-th-unbox-doc
Description-md5: 79a1b6f9ca57fffd0fd85b5ce0e8b07c
Description-en: deriver for Data.Vector.Unboxed using Template Haskell; documentation
 This Haskell library package provides a Template Haskell deriver for unboxed
 vectors, given a pair of coercion functions to and from some existing type
 with an Unbox instance.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vector-th-unbox-prof
Description-md5: 1007caceb6669681faccab1f6703eb73
Description-en: deriver for Data.Vector.Unboxed using Template Haskell; profiling libraries
 This Haskell library package provides a Template Haskell deriver for unboxed
 vectors, given a pair of coercion functions to and from some existing type
 with an Unbox instance.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-versions-dev
Description-md5: d06271772f3e112e7458e553e11290b6
Description-en: Types and parsers for software version numbers.
 A library for parsing and comparing software version numbers. We like to give
 version numbers to our software in a myriad of ways. Some ways follow strict
 guidelines for incrementing and comparison. Some follow conventional wisdom
 and are generally self-consistent. Some are just plain asinine. This library
 provides a means of parsing and comparing /any/ style of versioning, be it a
 nice Semantic Version like this:
 .
 > 1.2.3-r1+git123
 .
  ...or a monstrosity like this:
 .
 > 2:10.2+0.0093r3+1-1
 .
 Please switch to <http://semver.org Semantic Versioning> if you aren't
 currently using it. It provides consistency in version incrementing and has
 the best constraints on comparisons.
 .
 This library implements version @2.0.0@ of the SemVer spec.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-versions-doc
Description-md5: 3377d550204dd98a89865c551b83a2be
Description-en: Types and parsers for software version numbers.; documentation
 A library for parsing and comparing software version numbers. We like to give
 version numbers to our software in a myriad of ways. Some ways follow strict
 guidelines for incrementing and comparison. Some follow conventional wisdom
 and are generally self-consistent. Some are just plain asinine. This library
 provides a means of parsing and comparing /any/ style of versioning, be it a
 nice Semantic Version like this:
 .
 > 1.2.3-r1+git123
 .
  ...or a monstrosity like this:
 .
 > 2:10.2+0.0093r3+1-1
 .
 Please switch to <http://semver.org Semantic Versioning> if you aren't
 currently using it. It provides consistency in version incrementing and has
 the best constraints on comparisons.
 .
 This library implements version @2.0.0@ of the SemVer spec.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-versions-prof
Description-md5: 305c4ba10e4b63c4335c95116e410ac0
Description-en: Types and parsers for software version numbers.; profiling libraries
 A library for parsing and comparing software version numbers. We like to give
 version numbers to our software in a myriad of ways. Some ways follow strict
 guidelines for incrementing and comparison. Some follow conventional wisdom
 and are generally self-consistent. Some are just plain asinine. This library
 provides a means of parsing and comparing /any/ style of versioning, be it a
 nice Semantic Version like this:
 .
 > 1.2.3-r1+git123
 .
  ...or a monstrosity like this:
 .
 > 2:10.2+0.0093r3+1-1
 .
 Please switch to <http://semver.org Semantic Versioning> if you aren't
 currently using it. It provides consistency in version incrementing and has
 the best constraints on comparisons.
 .
 This library implements version @2.0.0@ of the SemVer spec.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-void-dev
Description-md5: fc836ec2196e941e28b8ff79e1470fb0
Description-en: Haskell 98 logically uninhabited data type
 Haskell 98 logically uninhabited data type. Used to indicate that a given
 term should not exist.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-void-doc
Description-md5: 7b6c5a1c6894f4381b3745695c988ee1
Description-en: Haskell 98 logically uninhabited data type; documentation
 Haskell 98 logically uninhabited data type. Used to indicate that a given
 term should not exist.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-void-prof
Description-md5: be3539ca2290057e0a62f532e10124fa
Description-en: Haskell 98 logically uninhabited data type; profiling libraries
 Haskell 98 logically uninhabited data type. Used to indicate that a given
 term should not exist.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vty-dev
Description-md5: 76b810dac083fdc34c8f5326cdda4a95
Description-en: Terminal interface library for ghc
 Vty is a terminal interface/control library for Haskell. It has a
 very easy API.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vty-doc
Description-md5: c4d419871299bd30341500332dc237c0
Description-en: Terminal interface library for ghc; documentation
 Vty is a terminal interface/control library for Haskell. It has a
 very easy API.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-vty-prof
Description-md5: 7a087d0ba86d70ef6db86e64ca7824f1
Description-en: Terminal interface library for ghc; profiling libraries
 Vty is a terminal interface/control library for Haskell. It has a
 very easy API.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-dev
Description-md5: 0eafec3bb45290cf53a5539abd08c1a2
Description-en: web application interface
 It provides a common protocol for communication between web
 applications and web servers.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-doc
Description-md5: 948eaf80658bdcb7d7c10e2ecd0efd9c
Description-en: web application interface; documentation
 It provides a common protocol for communication between web
 applications and web servers.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-prof
Description-md5: eb546455b7935fc1a1a0dedfb14acde6
Description-en: web application interface; profiling libraries
 It provides a common protocol for communication between web
 applications and web servers.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-app-file-cgi-dev
Description-md5: 8503dd91a8b4d775c768681c019a6efc
Description-en: file/CGI app of WAI
 This WAI application handles static files and executes CGI scripts.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-app-file-cgi-doc
Description-md5: f4ef831d4c2292302ad33ba512797293
Description-en: file/CGI app of WAI; documentation
 This WAI application handles static files and executes CGI scripts.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-app-file-cgi-prof
Description-md5: 75a934122a864a4b6f86329ebc6485f5
Description-en: file/CGI app of WAI; profiling libraries
 This WAI application handles static files and executes CGI scripts.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-app-static-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-app-static-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-app-static-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-conduit-dev
Description-md5: ba6a92ff81211d34202e39bb40a35d7e
Description-en: conduit wrappers for WAI
 Since version 3.0.0, WAI has no built-in streaming data abstraction.
 This library provides similar functionality to what existed in WAI
 2.x.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-conduit-doc
Description-md5: b0dbcbc96f51c2b256e57af016adb235
Description-en: conduit wrappers for WAI; documentation
 Since version 3.0.0, WAI has no built-in streaming data abstraction.
 This library provides similar functionality to what existed in WAI
 2.x.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-conduit-prof
Description-md5: b58dccfdb00a372d1601e1777dc57123
Description-en: conduit wrappers for WAI; profiling libraries
 Since version 3.0.0, WAI has no built-in streaming data abstraction.
 This library provides similar functionality to what existed in WAI
 2.x.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-cors-dev
Description-md5: c6fa7a008ab3be766c83c9b16f3bc17e
Description-en: CORS for WAI
 This package provides an implemenation of Cross-Origin resource
 sharing (CORS) for Wai that aims to be compliant with the
 standard.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-cors-doc
Description-md5: f8f372040b6750c9127b74c10221115c
Description-en: CORS for WAI; documentation
 This package provides an implemenation of Cross-Origin resource
 sharing (CORS) for Wai that aims to be compliant with the
 standard.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-cors-prof
Description-md5: 2af7ae30f2ecc915160680c30f0d5a15
Description-en: CORS for WAI; profiling libraries
 This package provides an implemenation of Cross-Origin resource
 sharing (CORS) for Wai that aims to be compliant with the
 standard.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-extra-dev
Description-md5: 176ab107db463b475aae2c3379d6d0da
Description-en: some basic WAI handlers and middleware
 wai is a common protocol for communication between web aplications and web
 servers.
 .
 This library provides some common features not tied to a particular web
 application or web server.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-extra-doc
Description-md5: 84c007665ea7805da71e34d554c3a543
Description-en: some basic WAI handlers and middleware; documentation
 wai is a common protocol for communication between web aplications and web
 servers.
 .
 This library provides some common features not tied to a particular web
 application or web server.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-extra-prof
Description-md5: 6312cb4018937e3075b2f84fb18d4296
Description-en: some basic WAI handlers and middleware; profiling libraries
 wai is a common protocol for communication between web aplications and web
 servers.
 .
 This library provides some common features not tied to a particular web
 application or web server.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-handler-launch-dev
Description-md5: b82807c729187455f54f4a367cbd6587
Description-en: WAI handler for launching in a web browser
 This WAI handler for launching in a web browser handles cross-platform
 launching and inserts JavaScript code to ping the server. When the
 server no longer receives pings, it shuts down.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-handler-launch-doc
Description-md5: 1c540c13d8f3d34bd7cecb3fb3ff36f2
Description-en: WAI handler for launching in a web browser; documentation
 This WAI handler for launching in a web browser handles cross-platform
 launching and inserts JavaScript code to ping the server. When the
 server no longer receives pings, it shuts down.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-handler-launch-prof
Description-md5: b3e96f69780a79c9bba2b86fc8061b82
Description-en: WAI handler for launching in a web browser; profiling libraries
 This WAI handler for launching in a web browser handles cross-platform
 launching and inserts JavaScript code to ping the server. When the
 server no longer receives pings, it shuts down.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-http2-extra-dev
Description-md5: a17813e2d534af35c220c515ec484f61
Description-en: WAI utilities for HTTP/2
 WAI utilities for HTTP/2, such as middleware for a server push
 learning dependency based on the Referer header.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-http2-extra-doc
Description-md5: 9bb6b44100a3074a5ee46597a971e1ad
Description-en: WAI utilities for HTTP/2; documentation
 WAI utilities for HTTP/2, such as middleware for a server push
 learning dependency based on the Referer header.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-http2-extra-prof
Description-md5: 703cd947f5e435f067d28db240a25f89
Description-en: WAI utilities for HTTP/2; profiling libraries
 WAI utilities for HTTP/2, such as middleware for a server push
 learning dependency based on the Referer header.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-logger-dev
Description-md5: 93c84f09d11f542a5686ebc2e9c86f9d
Description-en: logging system for WAI
 This is a logging system for WAI application.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-logger-doc
Description-md5: 46223a07b37ac74f79757544e91e50f0
Description-en: logging system for WAI; documentation
 This is a logging system for WAI application.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-logger-prof
Description-md5: b09d1627258eb5a15b455054f1305e58
Description-en: logging system for WAI; profiling libraries
 This is a logging system for WAI application.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-middleware-static-dev
Description-md5: b4895f16ef52aad53bdeab1be4ac9732
Description-en: WAI middleware that serves requests to static files
 WAI middleware that intercepts requests to static files and serves them
 if they exist.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-middleware-static-doc
Description-md5: 209f74b42750acb8823d4562fe47c525
Description-en: WAI middleware that serves requests to static files; documentation
 WAI middleware that intercepts requests to static files and serves them
 if they exist.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-middleware-static-prof
Description-md5: c90c827f11aa6c13467e032ee96e792a
Description-en: WAI middleware that serves requests to static files; profiling libraries
 WAI middleware that intercepts requests to static files and serves them
 if they exist.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-websockets-dev
Description-md5: 8b5bc76a4fcdb74bac8e574c21dec134
Description-en: bridge between WAI and the haskell websockets library
 The Web Application Interface provides a common protocol for communication
 between web applications and web servers. This package provides a bridge
 between WAI and the haskell websockets library.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-websockets-doc
Description-md5: e6a7565104aa308de3b351ed82570cf5
Description-en: bridge between WAI and the haskell websockets library; documentation
 The Web Application Interface provides a common protocol for communication
 between web applications and web servers. This package provides a bridge
 between WAI and the haskell websockets library.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wai-websockets-prof
Description-md5: 84d98c7d915fa1477aa3a51b90744c27
Description-en: bridge between WAI and the haskell websockets library; profiling libraries
 The Web Application Interface provides a common protocol for communication
 between web applications and web servers. This package provides a bridge
 between WAI and the haskell websockets library.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-warp-dev
Description-md5: 9edd36ee031d2e529ca2e25c4f63eb89
Description-en: fast, light-weight web server for WAI applications
 It contains the premier WAI handler. For more information, see
 http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/ .
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-warp-doc
Description-md5: 4d120c35f353a80472b4c4907c8ddbb1
Description-en: fast, light-weight web server for WAI applications; documentation
 It contains the premier WAI handler. For more information, see
 http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/ .
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-warp-prof
Description-md5: 5234c55f42c579b0f06a3e0bc06ef9fd
Description-en: fast, light-weight web server for WAI applications; profiling libraries
 It contains the premier WAI handler. For more information, see
 http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/ .
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-warp-tls-dev
Description-md5: 4ab5556ac0fcf040a7d6f6bd82bcabb8
Description-en: SSL/TLS support for Warp
 It contains SSL/TLS support for Warp, the premier WAI handler, via
 the native Haskell TLS implementation.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-warp-tls-doc
Description-md5: 8fd2e5261d755b6a6ed050e90c76d14f
Description-en: SSL/TLS support for Warp; documentation
 It contains SSL/TLS support for Warp, the premier WAI handler, via
 the native Haskell TLS implementation.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-warp-tls-prof
Description-md5: faa04db10902670b3089737b3225a3b3
Description-en: SSL/TLS support for Warp; profiling libraries
 It contains SSL/TLS support for Warp, the premier WAI handler, via
 the native Haskell TLS implementation.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wcwidth-dev
Description-md5: 6abc339732964bd0884901e31f539f1c
Description-en: bindings for system's native wcwidth
 This package provides the wcwidth function which can be used to learn, for
 most of Unicode, how wide the individual Char code points will come out on the
 terminal.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wcwidth-doc
Description-md5: 9cfd2cac6bfb04bda617e73e6b695ab3
Description-en: bindings for system's native wcwidth; documentation
 This package provides the wcwidth function which can be used to learn, for
 most of Unicode, how wide the individual Char code points will come out on the
 terminal.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wcwidth-prof
Description-md5: 5695e68575f075651ad1fc0fb31d17f7
Description-en: bindings for system's native wcwidth; profiling libraries
 This package provides the wcwidth function which can be used to learn, for
 most of Unicode, how wide the individual Char code points will come out on the
 terminal.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-dev
Description-md5: 3b8d170851bec02bd71e7667b95eedc8
Description-en: library for correctness/composability of URLs
 It is a collection of types and functions that ensure that URLs
 generated by an application are valid.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-doc
Description-md5: 6c0ad7a4b922da60a07e6ebb3b422ac3
Description-en: library for correctness/composability of URLs; documentation
 It is a collection of types and functions that ensure that URLs
 generated by an application are valid.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-prof
Description-md5: 21d3402ec08b2d87ceb75ac9eed8025e
Description-en: library for correctness/composability of URLs; profiling libraries
 It is a collection of types and functions that ensure that URLs
 generated by an application are valid.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-boomerang-dev
Description-md5: fc22950a3bb20ca796da8ee9d0735bd3
Description-en: correctness and composability of application URLs
 This module adds support for creating url parsers/printers using a
 single unified grammar specification.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-boomerang-doc
Description-md5: b6142e92055fbc8ac6516128d1d8598b
Description-en: correctness and composability of application URLs; documentation
 This module adds support for creating url parsers/printers using a
 single unified grammar specification.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-boomerang-prof
Description-md5: 4bef935c9e81435bf167dd978e87e996
Description-en: correctness and composability of application URLs; profiling libraries
 This module adds support for creating url parsers/printers using a
 single unified grammar specification.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-happstack-dev
Description-md5: c6605984115409ca4c48e99aafd1b38e
Description-en: web-routes support for Happstack
 Includes functions for converting web-routes Sites to normal Happstack
 routes.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-happstack-doc
Description-md5: 7184d37ec63efde1fb4b4af9d3d62c24
Description-en: web-routes support for Happstack; documentation
 Includes functions for converting web-routes Sites to normal Happstack
 routes.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-happstack-prof
Description-md5: daf32cb1251c011ea62e14b8918a2921
Description-en: web-routes support for Happstack; profiling libraries
 Includes functions for converting web-routes Sites to normal Happstack
 routes.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-hsp-dev
Description-md5: 7067eea63500c801bd72c3341a65cb06
Description-en: XMLGenerator instance for RouteT monad
 Provides HSP and web-routes integration.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-hsp-doc
Description-md5: fe68c99c8dcc820f6a5cbbb4966a8822
Description-en: XMLGenerator instance for RouteT monad; documentation
 Provides HSP and web-routes integration.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-hsp-prof
Description-md5: d96f08d72a29f107ed85a0acdf920dce
Description-en: XMLGenerator instance for RouteT monad; profiling libraries
 Provides HSP and web-routes integration.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-th-dev
Description-md5: ef0f0ae90c2083e04d4e0e7f8d0d8b9f
Description-en: support for deriving PathInfo using Template Haskell
 web-routes-th provides Template Haskell functions for creating PathInfo
 instances for a type, optionally using a transformation function
 supplied by the caller.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-th-doc
Description-md5: 7837df46d9a28fa79f6d3504eb343688
Description-en: support for deriving PathInfo using Template Haskell; documentation
 web-routes-th provides Template Haskell functions for creating PathInfo
 instances for a type, optionally using a transformation function
 supplied by the caller.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-web-routes-th-prof
Description-md5: a52ac97ad0892c72235fd4dcf971bb89
Description-en: support for deriving PathInfo using Template Haskell; profiling libraries
 web-routes-th provides Template Haskell functions for creating PathInfo
 instances for a type, optionally using a transformation function
 supplied by the caller.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-websockets-dev
Description-md5: 9488905026fcb9bae49872dedbfd8477
Description-en: write WebSocket-capable servers
 Provides a sensible, clean and simple way to write
 WebSocket-capable servers in Haskell.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-websockets-doc
Description-md5: 649bd8512b39708dbd95b505fb28c8bf
Description-en: write WebSocket-capable servers; documentation
 Provides a sensible, clean and simple way to write
 WebSocket-capable servers in Haskell.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-websockets-prof
Description-md5: e6f23d9bfa12a99407ae5a490eebde0c
Description-en: write WebSocket-capable servers; profiling libraries
 Provides a sensible, clean and simple way to write
 WebSocket-capable servers in Haskell.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-weigh-dev
Description-md5: 30946e07c27ac379411c585c9ae0eb50
Description-en: measure allocations of a Haskell functions/values
 Weigh is a framework for seeing how much a function allocates.
 It can weigh pure functions as well as IO actions.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-weigh-doc
Description-md5: f10249cef697fb6a1756fb50e750b701
Description-en: measure allocations of a Haskell functions/values; documentation
 Weigh is a framework for seeing how much a function allocates.
 It can weigh pure functions as well as IO actions.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-weigh-prof
Description-md5: 476dba3cdf542eb84b95b1e08e4c593c
Description-en: measure allocations of a Haskell functions/values; profiling libraries
 Weigh is a framework for seeing how much a function allocates.
 It can weigh pure functions as well as IO actions.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: haskell-what4-utils
Description-md5: 77553cf68628eb695fd4db66fc071e8e
Description-en: Solver-agnostic symbolic values support for issuing queries
 What4 is a generic library for representing values as symbolic formulae which
 may contain references to symbolic values, representing unknown variables.
 It provides support for communicating with a variety of SAT and SMT solvers,
 including Z3, CVC4, Yices, Boolector, STP, and dReal.
 The data representation types make heavy use of GADT-style type indices
 to ensure type-correct manipulation of symbolic values.

Package: libghc-what4-dev
Description-md5: 9c27eec9c19a913226e417630c5e5569
Description-en: Solver-agnostic symbolic values support for issuing queries
 What4 is a generic library for representing values as symbolic formulae which
 may contain references to symbolic values, representing unknown variables.
 It provides support for communicating with a variety of SAT and SMT solvers,
 including Z3, CVC4, Yices, Boolector, STP, and dReal.
 The data representation types make heavy use of GADT-style type indices
 to ensure type-correct manipulation of symbolic values.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-what4-doc
Description-md5: 0acd570d66960b52842a7e792b975d9f
Description-en: Solver-agnostic symbolic values support for issuing queries; documentation
 What4 is a generic library for representing values as symbolic formulae which
 may contain references to symbolic values, representing unknown variables.
 It provides support for communicating with a variety of SAT and SMT solvers,
 including Z3, CVC4, Yices, Boolector, STP, and dReal.
 The data representation types make heavy use of GADT-style type indices
 to ensure type-correct manipulation of symbolic values.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-what4-prof
Description-md5: b69e57b8af23f31972001f29a80cf8b5
Description-en: Solver-agnostic symbolic values support for issuing queries; profiling libraries
 What4 is a generic library for representing values as symbolic formulae which
 may contain references to symbolic values, representing unknown variables.
 It provides support for communicating with a variety of SAT and SMT solvers,
 including Z3, CVC4, Yices, Boolector, STP, and dReal.
 The data representation types make heavy use of GADT-style type indices
 to ensure type-correct manipulation of symbolic values.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wide-word-dev
Description-md5: d410f105079daae85b845c0b7ee582a7
Description-en: data types for large but fixed width signed and unsigned integers
 A library to provide data types for large (ie > 64 bits) but fixed width signed
 and unsigned integers with the usual typeclass instances to allow them to be used
 interchangeably with `Word64`.
 .
 The types and operations are coded to be as fast as possible using strictness
 annotations, `INLINEABLE` pragmas and unboxed values and operations where
 appropriate.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wide-word-doc
Description-md5: 785817c648de0486ae60ed49e2789da3
Description-en: data types for large but fixed width signed and unsigned integers; documentation
 A library to provide data types for large (ie > 64 bits) but fixed width signed
 and unsigned integers with the usual typeclass instances to allow them to be used
 interchangeably with `Word64`.
 .
 The types and operations are coded to be as fast as possible using strictness
 annotations, `INLINEABLE` pragmas and unboxed values and operations where
 appropriate.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wide-word-prof
Description-md5: 069b316c943c67328cdd3c328bc948cb
Description-en: data types for large but fixed width signed and unsigned integers; profiling libraries
 A library to provide data types for large (ie > 64 bits) but fixed width signed
 and unsigned integers with the usual typeclass instances to allow them to be used
 interchangeably with `Word64`.
 .
 The types and operations are coded to be as fast as possible using strictness
 annotations, `INLINEABLE` pragmas and unboxed values and operations where
 appropriate.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-witch-dev
Description-md5: 579faecd7d370938477855c5c39f047f
Description-en: convert values from one type into another
 Witch offers typeclasses and utilities to convert values from one
 type into another.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-witch-doc
Description-md5: 23873b919eaec5bbf30261050a1293d6
Description-en: convert values from one type into another; documentation
 Witch offers typeclasses and utilities to convert values from one
 type into another.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-witch-prof
Description-md5: 8aec8697e01a6504d2bddd25773169f3
Description-en: convert values from one type into another; profiling libraries
 Witch offers typeclasses and utilities to convert values from one
 type into another.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-with-location-dev
Description-md5: e9e2031907caba1e8f6cd03071150dcf
Description-en: ImplicitParams-based source locations
 Location type and function to use ImplicitParams-based source locations
 in a backward-compatible way.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-with-location-doc
Description-md5: e838bb8a98175b061c8df51fd10c2848
Description-en: ImplicitParams-based source locations; documentation
 Location type and function to use ImplicitParams-based source locations
 in a backward-compatible way.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-with-location-prof
Description-md5: 62b6d99a1061dc32ee159b03d4cecc45
Description-en: ImplicitParams-based source locations; profiling libraries
 Location type and function to use ImplicitParams-based source locations
 in a backward-compatible way.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-witherable-dev
Description-md5: d1e89df5bae4d2016a1dbb9eeec783c6
Description-en: filterable traversable for Haskell
 A stronger variant of `traverse` which can remove elements and generalised
 mapMaybe, catMaybes, and filter.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-witherable-doc
Description-md5: 01a8c0c767f946918409239aeffcae47
Description-en: filterable traversable for Haskell; documentation
 A stronger variant of `traverse` which can remove elements and generalised
 mapMaybe, catMaybes, and filter.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-witherable-prof
Description-md5: 804ceed8ee4318bcfdb6579970423288
Description-en: filterable traversable for Haskell; profiling libraries
 A stronger variant of `traverse` which can remove elements and generalised
 mapMaybe, catMaybes, and filter.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wizards-dev
Description-md5: 1d737fb9f8a1955c48f1bda2b1c3b721
Description-en: library for interrogative programs
 This library is a package designed for the quick and painless development of
 interrogative programs, which revolve around a "dialogue" with the user, who
 is asked a series of questions in a sequence much like an installation wizard.
 .
 Everything from interactive system scripts, to installation wizards, to
 full-blown shells can be implemented with the support of wizards.
 .
 It is developed transparently on top of a free monad, which separates out the
 semantics of the program from any particular interface. A variety of backends
 exist, including console-based System.Console.Wizard.Haskeline and
 System.Console.Wizard.BasicIO, and the pure System.Console.Wizard.Pure. It is
 also possible to write your own backends, or extend existing back-ends with
 new features. While both built-in IO backends operate on a console, there is
 no reason why wizards cannot also be used for making GUI wizard interfaces.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wizards-doc
Description-md5: 3cc865cc9d81987c2c2219af62c518a7
Description-en: library for interrogative programs; documentation
 This library is a package designed for the quick and painless development of
 interrogative programs, which revolve around a "dialogue" with the user, who
 is asked a series of questions in a sequence much like an installation wizard.
 .
 Everything from interactive system scripts, to installation wizards, to
 full-blown shells can be implemented with the support of wizards.
 .
 It is developed transparently on top of a free monad, which separates out the
 semantics of the program from any particular interface. A variety of backends
 exist, including console-based System.Console.Wizard.Haskeline and
 System.Console.Wizard.BasicIO, and the pure System.Console.Wizard.Pure. It is
 also possible to write your own backends, or extend existing back-ends with
 new features. While both built-in IO backends operate on a console, there is
 no reason why wizards cannot also be used for making GUI wizard interfaces.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wizards-prof
Description-md5: 321b5f4de6dcb8fe65fb39b86e00b6ce
Description-en: library for interrogative programs; profiling libraries
 This library is a package designed for the quick and painless development of
 interrogative programs, which revolve around a "dialogue" with the user, who
 is asked a series of questions in a sequence much like an installation wizard.
 .
 Everything from interactive system scripts, to installation wizards, to
 full-blown shells can be implemented with the support of wizards.
 .
 It is developed transparently on top of a free monad, which separates out the
 semantics of the program from any particular interface. A variety of backends
 exist, including console-based System.Console.Wizard.Haskeline and
 System.Console.Wizard.BasicIO, and the pure System.Console.Wizard.Pure. It is
 also possible to write your own backends, or extend existing back-ends with
 new features. While both built-in IO backends operate on a console, there is
 no reason why wizards cannot also be used for making GUI wizard interfaces.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wl-pprint-annotated-dev
Description-md5: b05ed5e96996b94a7e6f93a736cedcaf
Description-en: Wadler/Leijen pretty printer with annotations and slightly modernized API
 Wadler/Leijen pretty printer with annotations and slightly modernized API
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wl-pprint-annotated-doc
Description-md5: 4f8995b557e2269f7d469a3e24f87ab1
Description-en: Wadler/Leijen pretty printer with annotations and slightly modernized API; documentation
 Wadler/Leijen pretty printer with annotations and slightly modernized API
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wl-pprint-annotated-prof
Description-md5: 8be12abf143b59bea1fb73a45af7d622
Description-en: Wadler/Leijen pretty printer with annotations and slightly modernized API; profiling libraries
 Wadler/Leijen pretty printer with annotations and slightly modernized API
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wl-pprint-text-dev
Description-md5: fdbfb978214409acbfe17dd408b6e668
Description-en: Wadler/Leijen Pretty Printer for Text values in Haskell
 This Haskell library provides a clone of wl-pprint for use with the
 text library.
 .
 This package contains the normal library files.

Package: libghc-wl-pprint-text-doc
Description-md5: 52ee8a3feaf688a7f1f26171685cf132
Description-en: Wadler/Leijen Pretty Printer for Text values in Haskell; documentation
 This Haskell library provides a clone of wl-pprint for use with the
 text library.
 .
 This package contains the documentation files.

Package: libghc-wl-pprint-text-prof
Description-md5: 9dc38769978ecb66bd1d64ca38834760
Description-en: Wadler/Leijen Pretty Printer for Text values in Haskell; profiling libraries
 This Haskell library provides a clone of wl-pprint for use with the
 text library.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-word-trie-dev
Description-md5: a5ea28af58e2b980df3bb3cde50b627a
Description-en: implementation of a finite trie over words
 This is a Haskell library providing an implementation of a finite trie
 over words.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word-trie-doc
Description-md5: 69ce55ace79a7e1afbaf8d9e3482b393
Description-en: implementation of a finite trie over words; documentation
 This is a Haskell library providing an implementation of a finite trie
 over words.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word-trie-prof
Description-md5: 2ad18ef2e391ab9ba16ef0ad8de3f80f
Description-en: implementation of a finite trie over words; profiling libraries
 This is a Haskell library providing an implementation of a finite trie
 over words.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word-wrap-dev
Description-md5: 52f4fdcf220b3db29b3f1f37340df65c
Description-en: library for word-wrapping
 A library for wrapping long lines of text.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word-wrap-doc
Description-md5: c4e9a28ae5998864b1eeb974bea56a95
Description-en: library for word-wrapping; documentation
 A library for wrapping long lines of text.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word-wrap-prof
Description-md5: 17fcf9304be9d62d5a7a6d3e4fbe1e7b
Description-en: library for word-wrapping; profiling libraries
 A library for wrapping long lines of text.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word8-dev
Description-md5: 5e1015ad8fd3d35c1fec6d4349077ed8
Description-en: Char-like utility functions for Word8s to be used with ByteStrings
 This is a Word8 library to be used with Data.ByteString. All function
 assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
 functions are supposed to work as if those of Char. Exceptions are
 described in the function documentations.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word8-doc
Description-md5: af6035e5e1baf2a5554dc6fd1ee35f1b
Description-en: functions for Word8s to be used with ByteStrings; documentation
 This is a Word8 library to be used with Data.ByteString. All function
 assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
 functions are supposed to work as if those of Char. Exceptions are
 described in the function documentations.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-word8-prof
Description-md5: 83c53efb69454ae2e94350ae7911162f
Description-en: functions for Word8s to be used with ByteStrings; profiling libraries
 This is a Word8 library to be used with Data.ByteString. All function
 assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
 functions are supposed to work as if those of Char. Exceptions are
 described in the function documentations.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wreq-dev
Description-md5: 27ff035d58ac688b6de1ff37f59b1e6d
Description-en: easy-to-use HTTP client library
 A web client library that is designed for ease of use.
 .
 Features include:
  * Simple but powerful `lens`-based API
  * A solid test suite, and built on reliable libraries like
    http-client and lens
  * Session handling includes connection keep-alive and pooling, and
    cookie persistence
  * Automatic response body decompression
  * Powerful multipart form and file upload handling
  * Support for JSON requests and responses, including navigation of
    schema-less responses
  * Basic and OAuth2 bearer authentication
  * Early TLS support via the tls package
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wreq-doc
Description-md5: d9923d20334e4bd748138f6be04d14a3
Description-en: easy-to-use HTTP client library; documentation
 A web client library that is designed for ease of use.
 .
 Features include:
  * Simple but powerful `lens`-based API
  * A solid test suite, and built on reliable libraries like
    http-client and lens
  * Session handling includes connection keep-alive and pooling, and
    cookie persistence
  * Automatic response body decompression
  * Powerful multipart form and file upload handling
  * Support for JSON requests and responses, including navigation of
    schema-less responses
  * Basic and OAuth2 bearer authentication
  * Early TLS support via the tls package
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-wreq-prof
Description-md5: 641dbabc6a45cc73269e7fa558b1f661
Description-en: easy-to-use HTTP client library; profiling libraries
 A web client library that is designed for ease of use.
 .
 Features include:
  * Simple but powerful `lens`-based API
  * A solid test suite, and built on reliable libraries like
    http-client and lens
  * Session handling includes connection keep-alive and pooling, and
    cookie persistence
  * Automatic response body decompression
  * Powerful multipart form and file upload handling
  * Support for JSON requests and responses, including navigation of
    schema-less responses
  * Basic and OAuth2 bearer authentication
  * Early TLS support via the tls package
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x11-dev
Description-md5: 03f08778af5b67472b45be4347af0d95
Description-en: Haskell X11 binding for GHC
 This library is a binding to the X11 graphics library.
 The binding is a direct translation of the C binding; for
 documentation of these calls, refer to "The Xlib Programming
 Manual", available online at <http://tronche.com/gui/x/xlib/>.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x11-doc
Description-md5: e1c0169cc96bd17c8fad44624565450f
Description-en: Haskell X11 binding for GHC; documentation
 This library is a binding to the X11 graphics library.
 The binding is a direct translation of the C binding; for
 documentation of these calls, refer to "The Xlib Programming
 Manual", available online at <http://tronche.com/gui/x/xlib/>.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x11-prof
Description-md5: d7eafcc06a005d711c7e733584431184
Description-en: Haskell X11 binding for GHC; profiling libraries
 This library is a binding to the X11 graphics library.
 The binding is a direct translation of the C binding; for
 documentation of these calls, refer to "The Xlib Programming
 Manual", available online at <http://tronche.com/gui/x/xlib/>.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x11-xft-dev
Description-md5: c1c14be06741a8788109e69363950b2c
Description-en: Haskell Xft binding for GHC
 This library is a binding to the Xft library.
 .
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients. Fontconfig is used for font
 specification resolution. Where available, the RENDER extension handles glyph
 drawing; otherwise, the core X protocol is used.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x11-xft-doc
Description-md5: 2d694498055ce3e5cd43c892cd8e2968
Description-en: Haskell Xft binding for GHC; documentation
 This library is a binding to the Xft library.
 .
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients. Fontconfig is used for font
 specification resolution. Where available, the RENDER extension handles glyph
 drawing; otherwise, the core X protocol is used.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x11-xft-prof
Description-md5: 201138e4451e122ae35b81fb3e859383
Description-en: Haskell Xft binding for GHC; profiling libraries
 This library is a binding to the Xft library.
 .
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients. Fontconfig is used for font
 specification resolution. Where available, the RENDER extension handles glyph
 drawing; otherwise, the core X protocol is used.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-dev
Description-md5: 1d4ebbcb46ac08266f428dadf0b0b93e
Description-en: X.509 reader and writer
 Reads/writes X.509 Certificate, CRLs and their signed equivalents.
 Follows RFC5280 / RFC6818.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-doc
Description-md5: a076cecfa4fd76673022bc09e9eaaedb
Description-en: X.509 reader and writer; documentation
 Reads/writes X.509 Certificate, CRLs and their signed equivalents.
 Follows RFC5280 / RFC6818.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-prof
Description-md5: 063557e82bc78ea6525ff13800141056
Description-en: X.509 reader and writer; profiling libraries
 Reads/writes X.509 Certificate, CRLs and their signed equivalents.
 Follows RFC5280 / RFC6818.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-store-dev
Description-md5: 62a2b7c277f7a362acc99d1328606d8a
Description-en: X.509 collection access and storage methods
 X.509 collection access and storage methods for certificates,
 CRLs, and exception lists.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-store-doc
Description-md5: 83310ba678a6dd37bac03678386505bd
Description-en: X.509 collection access and storage methods; documentation
 X.509 collection access and storage methods for certificates,
 CRLs, and exception lists.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-store-prof
Description-md5: d70a704806ee847c3a8b889c5be827d7
Description-en: X.509 collection access and storage methods; profiling libraries
 X.509 collection access and storage methods for certificates,
 CRLs, and exception lists.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-system-dev
Description-md5: c432b185f5b5e1b88f084f9a6d677baf
Description-en: per-operating-system X.509 accessors and storage
 This is meant to be a portable way of finding and accessing
 the system X.509 certificate store.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-system-doc
Description-md5: 1784606ea4875203f63f4c2b43455e95
Description-en: per-operating-system X.509 accessors and storage; documentation
 This is meant to be a portable way of finding and accessing
 the system X.509 certificate store.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-system-prof
Description-md5: d769f65ee383e297c2b5e8a4d2f51795
Description-en: per-operating-system X.509 accessors and storage; profiling libraries
 This is meant to be a portable way of finding and accessing
 the system X.509 certificate store.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: x509-util
Description-md5: 767ddb6731b311aba17d5596f886b9f1
Description-en: utility for X.509 certificates and chains
 Utility to parse, show, validate, sign and produce X.509 certificates
 and chains.

Package: libghc-x509-validation-dev
Description-md5: 99fa622b3421fbdd3eaa5e66d8fd2194
Description-en: X.509 certificate and CRL validation
 X.509 certificate/CRL checks and validations routines, following
 RFC5280 / RFC6818.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-validation-doc
Description-md5: c632db270009abcdbd0b081cf88979b8
Description-en: X.509 certificate and CRL validation; documentation
 X.509 certificate/CRL checks and validations routines, following
 RFC5280 / RFC6818.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-x509-validation-prof
Description-md5: e11189e66ad39bf596b2fcd7b3a9915c
Description-en: X.509 certificate and CRL validation; profiling libraries
 X.509 certificate/CRL checks and validations routines, following
 RFC5280 / RFC6818.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xcb-types-dev
Description-md5: 86f0ea685fba2799b27db4f4b00d1bc5
Description-en: parses XML files used by the XCB project
 This package provides types which mirror the structures used in the XCB code
 generation XML files.
 .
 See project http://xcb.freedesktop.org/ for more information about the XCB
 project.
 .
 The XML files describe the data-types, events and requests used by the X
 Protocol, and are used to auto-generate large parts of the XCB project.
 .
 This package parses these XML files into Haskell data structures.
 .
 If you want to do something with these XML descriptions but don't want to
 learn XSLT, this package should help.
 .
 This version of xcb-types is intended to fully parse the X Protocol
 description version 1.4.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xcb-types-doc
Description-md5: 07052c8378551ccd0efe1cfb35a44f7c
Description-en: parses XML files used by the XCB project; documentation
 This package provides types which mirror the structures used in the XCB code
 generation XML files.
 .
 See project http://xcb.freedesktop.org/ for more information about the XCB
 project.
 .
 The XML files describe the data-types, events and requests used by the X
 Protocol, and are used to auto-generate large parts of the XCB project.
 .
 This package parses these XML files into Haskell data structures.
 .
 If you want to do something with these XML descriptions but don't want to
 learn XSLT, this package should help.
 .
 This version of xcb-types is intended to fully parse the X Protocol
 description version 1.4.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xcb-types-prof
Description-md5: e210054dc3b70b4ae23760021614f92b
Description-en: parses XML files used by the XCB project; profiling libraries
 This package provides types which mirror the structures used in the XCB code
 generation XML files.
 .
 See project http://xcb.freedesktop.org/ for more information about the XCB
 project.
 .
 The XML files describe the data-types, events and requests used by the X
 Protocol, and are used to auto-generate large parts of the XCB project.
 .
 This package parses these XML files into Haskell data structures.
 .
 If you want to do something with these XML descriptions but don't want to
 learn XSLT, this package should help.
 .
 This version of xcb-types is intended to fully parse the X Protocol
 description version 1.4.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xdg-basedir-dev
Description-md5: 21f90c6536b55cd88911c2156ba0ac9a
Description-en: basic implementation of the XDG Base Directory specification
 This should be a very straightforward implementation of the XDG Base
 Directory spec.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xdg-basedir-doc
Description-md5: edcd48d2ced8ec1e43f0732e400499e5
Description-en: basic implementation of the XDG Base Directory specification; documentation
 This should be a very straightforward implementation of the XDG Base
 Directory spec.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xdg-basedir-prof
Description-md5: 71835e2df1c97c83b94b28bc0dfe815c
Description-en: basic implementation of the XDG Base Directory spec; profiling libraries
 This should be a very straightforward implementation of the XDG Base
 Directory spec.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xdg-desktop-entry-dev
Description-md5: 35628966d5e845a28bf3601f79573fb6
Description-en: parse files conforming to the XDG desktop entry spec
 Parser for version 1.2 of the freedesktop "Desktop Entry specification"
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xdg-desktop-entry-doc
Description-md5: d3a54c22c8219adc3bf71cfac3b9859d
Description-en: parse files conforming to the XDG desktop entry spec; documentation
 Parser for version 1.2 of the freedesktop "Desktop Entry specification"
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xdg-desktop-entry-prof
Description-md5: e320747b3d0d8072fbfcfb1b7bd73ab8
Description-en: parse files conforming to the XDG desktop entry spec; profiling libraries
 Parser for version 1.2 of the freedesktop "Desktop Entry specification"
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-dev
Description-md5: 7c2c9e6fdcf25522cbedbfaf3bcdefcd
Description-en: A simple Haskell XML library
 This library provides lightweight tools to parse, filter and generate XML.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-doc
Description-md5: f56adc96a3526e80cb50565e256ff1d2
Description-en: A simple Haskell XML library; documentation
 This library provides lightweight tools to parse, filter and generate XML.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-prof
Description-md5: 310049bbd882463c94db537f75d5ca2e
Description-en: A simple Haskell XML library; profiling libraries
 This library provides lightweight tools to parse, filter and generate XML.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-conduit-dev
Description-md5: 31f05e92091af9349f59312434c2d4ca
Description-en: HTTP client package with conduit interface and HTTPS support
 This package uses attoparsec for parsing the actual contents of the HTTP
 connection. It also provides higher-level functions which allow you to avoid
 direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
 for more information.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-conduit-doc
Description-md5: 3f877feec0efbcb17c998e93cd241ecd
Description-en: HTTP client package with conduit interface and HTTPS support; documentation
 This package uses attoparsec for parsing the actual contents of the HTTP
 connection. It also provides higher-level functions which allow you to avoid
 direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
 for more information.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-conduit-prof
Description-md5: d6b34f6d63b191f08f219b68c0a21d40
Description-en: HTTP/HTTPS client package with conduit interface; profiling libraries
 This package uses attoparsec for parsing the actual contents of the HTTP
 connection. It also provides higher-level functions which allow you to avoid
 direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
 for more information.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-conduit-writer-dev
Description-md5: 96fbf82cefead1987c27c7e52ba2fe01
Description-en: warm and fuzzy creation of XML documents
 Functions for creating an XML document tree representation that can
 then be rendered to XML.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-conduit-writer-doc
Description-md5: 21f1c590b6d8b886a9461bd3f0e671ee
Description-en: warm and fuzzy creation of XML documents; documentation
 Functions for creating an XML document tree representation that can
 then be rendered to XML.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-conduit-writer-prof
Description-md5: 9b8040b259d1fce74587390dec8f8d92
Description-en: warm and fuzzy creation of XML documents; profiling libraries
 Functions for creating an XML document tree representation that can
 then be rendered to XML.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-hamlet-dev
Description-md5: 269e97bfeb981bc67fecc1c42f03a2e9
Description-en: Hamlet-style quasiquoter for XML content
 This library provides a type-safe tool for generating XML code. It works
 via Quasi-Quoting, and generates extremely efficient output code.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-hamlet-doc
Description-md5: 50d5df79b46847f0abc207212585b63e
Description-en: Hamlet-style quasiquoter for XML content; documentation
 This library provides a type-safe tool for generating XML code. It works
 via Quasi-Quoting, and generates extremely efficient output code.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-hamlet-prof
Description-md5: 70c0f602cd1c0c47892082c7aa14ed27
Description-en: Hamlet-style quasiquoter for XML content; profiling libraries
 This library provides a type-safe tool for generating XML code. It works
 via Quasi-Quoting, and generates extremely efficient output code.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-helpers-dev
Description-md5: 21d12ca94c58bffcbc9133b49151897b
Description-en: helper functions for the xml library
 Included are some folds and maps potentially useful in parsing XML data.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-helpers-doc
Description-md5: 84fa15a420fa09a51ccd86abb1f170f4
Description-en: helper functions for the xml library; documentation
 Included are some folds and maps potentially useful in parsing XML data.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-helpers-prof
Description-md5: fb74884c5ac6e17d0359320076111346
Description-en: helper functions for the xml library; profiling libraries
 Included are some folds and maps potentially useful in parsing XML data.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-html-qq-dev
Description-md5: 80b72a8406251c59bd0c44c28637b2fd
Description-en: quasi-quoters for XML and HTML Documents
 This package provides quasi-quoters for HTML and XML, both
 with and without variable interpolation and control statements.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-html-qq-doc
Description-md5: 91c386428b72f2638ccbbbd2ab2dab61
Description-en: quasi-quoters for XML and HTML Documents; documentation
 This package provides quasi-quoters for HTML and XML, both
 with and without variable interpolation and control statements.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-html-qq-prof
Description-md5: 8feae6415588fcf64c8609a9bcbc5b0c
Description-en: quasi-quoters for XML and HTML Documents; profiling libraries
 This package provides quasi-quoters for HTML and XML, both
 with and without variable interpolation and control statements.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-types-dev
Description-md5: 933d99034a84f3b3f47849322a26c65c
Description-en: basic types for representing XML
 The idea is to have a full set of appropriate types, which various
 XML libraries can share. Instead of having equivalent-but-incompatible
 types for every binding, parser, or client, they all share the same
 types can thus interoperate easily.
 .
 This library contains complete types for most parts of an XML
 document, including the prologue, node tree, and doctype. Some basic
 combinators are included for common tasks, including traversing the
 node tree and filtering children.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-types-doc
Description-md5: 7b47e7ecf279a428ba471091a8f8ad1b
Description-en: basic types for representing XML; documentation
 The idea is to have a full set of appropriate types, which various
 XML libraries can share. Instead of having equivalent-but-incompatible
 types for every binding, parser, or client, they all share the same
 types can thus interoperate easily.
 .
 This library contains complete types for most parts of an XML
 document, including the prologue, node tree, and doctype. Some basic
 combinators are included for common tasks, including traversing the
 node tree and filtering children.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xml-types-prof
Description-md5: 93162781ffcc5854814578688b5c6b1a
Description-en: basic types for representing XML; profiling libraries
 The idea is to have a full set of appropriate types, which various
 XML libraries can share. Instead of having equivalent-but-incompatible
 types for every binding, parser, or client, they all share the same
 types can thus interoperate easily.
 .
 This library contains complete types for most parts of an XML
 document, including the prologue, node tree, and doctype. Some basic
 combinators are included for common tasks, including traversing the
 node tree and filtering children.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xmlgen-dev
Description-md5: 39a6dffd0ee4abcd1afe191dec315384
Description-en: fast XML generation library
 Library for high-performance XML generation.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xmlgen-doc
Description-md5: 64f09a6dad58a588ac466994e5a6ad0c
Description-en: fast XML generation library; documentation
 Library for high-performance XML generation.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xmlgen-prof
Description-md5: 621d01705aeba40a4b3573cecd14fe12
Description-en: fast XML generation library; profiling libraries
 Library for high-performance XML generation.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xmlhtml-dev
Description-md5: 39e7b76f58f46eced3e94f2f071c9574
Description-en: XML parser and renderer with HTML 5 quirks mode
 Contains renderers and parsers for both XML and HTML 5 document
 fragments, which share data structures so that it's easy to work with
 both. Document fragments are bits of documents, which are not
 constrained by some of the high-level structure rules (in particular,
 they may contain more than one root element).
 .
 Note that this is not a compliant HTML 5 parser. Rather, it is a
 parser for HTML 5 compliant documents. It does not implement the HTML
 5 parsing algorithm, and should generally be expected to perform
 correctly only on documents that you trust to conform to HTML 5. This
 is not a suitable library for implementing web crawlers or other
 software that will be exposed to documents from outside sources. The
 result is also not the HTML 5 node structure, but rather something
 closer to the physical structure. For example, omitted start tags are
 not inserted (and so, their corresponding end tags must also be
 omitted).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xmlhtml-doc
Description-md5: dd7faa836df1da44489af6736b6a837e
Description-en: XML parser and renderer with HTML 5 quirks mode; documentation
 Contains renderers and parsers for both XML and HTML 5 document
 fragments, which share data structures so that it's easy to work with
 both. Document fragments are bits of documents, which are not
 constrained by some of the high-level structure rules (in particular,
 they may contain more than one root element).
 .
 Note that this is not a compliant HTML 5 parser. Rather, it is a
 parser for HTML 5 compliant documents. It does not implement the HTML
 5 parsing algorithm, and should generally be expected to perform
 correctly only on documents that you trust to conform to HTML 5. This
 is not a suitable library for implementing web crawlers or other
 software that will be exposed to documents from outside sources. The
 result is also not the HTML 5 node structure, but rather something
 closer to the physical structure. For example, omitted start tags are
 not inserted (and so, their corresponding end tags must also be
 omitted).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xmlhtml-prof
Description-md5: 62d6273bf18c18689ebb0d2392f3f1da
Description-en: XML parser and renderer with HTML 5 quirks mode; profiling libraries
 Contains renderers and parsers for both XML and HTML 5 document
 fragments, which share data structures so that it's easy to work with
 both. Document fragments are bits of documents, which are not
 constrained by some of the high-level structure rules (in particular,
 they may contain more than one root element).
 .
 Note that this is not a compliant HTML 5 parser. Rather, it is a
 parser for HTML 5 compliant documents. It does not implement the HTML
 5 parsing algorithm, and should generally be expected to perform
 correctly only on documents that you trust to conform to HTML 5. This
 is not a suitable library for implementing web crawlers or other
 software that will be exposed to documents from outside sources. The
 result is also not the HTML 5 node structure, but rather something
 closer to the physical structure. For example, omitted start tags are
 not inserted (and so, their corresponding end tags must also be
 omitted).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xss-sanitize-dev
Description-md5: 3db851cf55d8ce06e5c4765ce4c68eaa
Description-en: Library to sanitize HTML and prevent XSS attacks
 This library is able to parse strings that contain HTML code and check
 for the presence of potentially malicious tags that could trigger XSS
 (Cross-Site Scripting). It can be used in a Web application when using
 HTML code coming from an untrusted party.
 .
 Moreover, this library is also able to check for unbalanced tags and
 tries to fix them (even though it could produce invalid HTML).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xss-sanitize-doc
Description-md5: 2ed79808f4ad62e75dc1ceb4f9d51f92
Description-en: Library to sanitize HTML and prevent XSS attacks; documentation
 This library is able to parse strings that contain HTML code and check
 for the presence of potentially malicious tags that could trigger XSS
 (Cross-Site Scripting). It can be used in a Web application when using
 HTML code coming from an untrusted party.
 .
 Moreover, this library is also able to check for unbalanced tags and
 tries to fix them (even though it could produce invalid HTML).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-xss-sanitize-prof
Description-md5: 6e241caed4116f90c817d58c32907f85
Description-en: Library to sanitize HTML and prevent XSS attacks; profiling libraries
 This library is able to parse strings that contain HTML code and check
 for the presence of potentially malicious tags that could trigger XSS
 (Cross-Site Scripting). It can be used in a Web application when using
 HTML code coming from an untrusted party.
 .
 Moreover, this library is also able to check for unbalanced tags and
 tries to fix them (even though it could produce invalid HTML).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yaml-dev
Description-md5: c52d32b6d684c0670eafd3c06a7f93d3
Description-en: interface to LibYAML
 Provides support for parsing and emitting Yaml documents.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yaml-doc
Description-md5: 55ef3120ddfe7615696cfeeed401468f
Description-en: interface to LibYAML; documentation
 Provides support for parsing and emitting Yaml documents.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yaml-prof
Description-md5: a21686e61c32acedae4a323847bcf139
Description-en: interface to LibYAML; profiling libraries
 Provides support for parsing and emitting Yaml documents.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-auth-dev
Description-md5: 403b8876fc915768044c10300e9e69c4
Description-en: authentication for Yesod
 yesod-auth is the authentication component of Yesod.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-auth-doc
Description-md5: 64af917cff8f1826f883fc583f4559bb
Description-en: authentication for Yesod; documentation
 yesod-auth is the authentication component of Yesod.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-auth-prof
Description-md5: a17bc25b2506a968225615d547c37908
Description-en: authentication for Yesod; profiling libraries
 yesod-auth is the authentication component of Yesod.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-auth-hashdb-dev
Description-md5: bee7a6344b4a1e5c7da3e095ac21a767
Description-en: HashDB authentication plugin for Yesod web framework
 This package is the Yesod.Auth.HashDB plugin, originally included in
 yesod-auth, but now modified to be more secure and placed in a
 separate package.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-auth-hashdb-doc
Description-md5: 76b39dde1c4701eaa843b4ba6ba8072c
Description-en: HashDB authentication plugin for Yesod web framework; documentation
 This package is the Yesod.Auth.HashDB plugin, originally included in
 yesod-auth, but now modified to be more secure and placed in a
 separate package.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-auth-hashdb-prof
Description-md5: 78dbf5fdb66763f6469245a8d140c381
Description-en: HashDB authentication plugin for Yesod web framework; profiling libraries
 This package is the Yesod.Auth.HashDB plugin, originally included in
 yesod-auth, but now modified to be more secure and placed in a
 separate package.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-auth-oauth-dev
Description-md5: 8e1fadea7dfdcac8c3a12d56b874a09e
Description-en: OAuth Authentication for Yesod
 OAuth authentication for Yesod.
 .
 This package contains the normal library files.

Package: libghc-yesod-auth-oauth-doc
Description-md5: 675aeb3e4c7b5348e823225f11eac9d4
Description-en: OAuth Authentication for Yesod; documentation
 OAuth authentication for Yesod.
 .
 This package contains the documentation files.

Package: libghc-yesod-auth-oauth-prof
Description-md5: 785abeb22e835b92ae7c45b679e7d3f7
Description-en: OAuth Authentication for Yesod; profiling libraries
 OAuth authentication for Yesod.
 .
 This package contains the libraries compiled with profiling enabled.

Package: yesod
Description-md5: 70aed0542a21f3740efb509a59cfb983
Description-en: Helper executables for the Haskell web framework Yesod
 Provides scaffolding, devel server, and some simple code generation helpers
 (yesod, yesod-ar-wrapper, yesod-ld-wrapper, yesod-ghc-wrapper).

Package: libghc-yesod-core-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-core-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-core-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-default-dev
Description-md5: 71eb7823b1b379701a4e934c6940d9a7
Description-en: default config and main functions for your Yesod application
 This is a temporary shim to make things easier for git-annex.
 It serves no other purpose.
 .
 This package contains the normal library files.

Package: libghc-yesod-default-doc
Description-md5: e544e438efbdf7e24646614d52d4c1cc
Description-en: default config and main functions for your Yesod application; documentation
 This is a temporary shim to make things easier for git-annex.
 It serves no other purpose.
 .
 This package contains the documentation files.

Package: libghc-yesod-default-prof
Description-md5: eaf5c7c902b7b2c2f87c0ac784f9dfd8
Description-en: default config/main functions for your Yesod application; profiling libraries
 This is a temporary shim to make things easier for git-annex.
 It serves no other purpose.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-yesod-form-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-form-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-form-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-newsfeed-dev
Description-md5: dd11ece21b1aefee3a29792edbd2e8cf
Description-en: helper functions and data types for producing newsfeeds
 Helper functions and data types for producing newsfeeds (Atom and RSS).
 .
 This package contains the normal library files.

Package: libghc-yesod-newsfeed-doc
Description-md5: 4336b82fccd9ab3581886d85f245333c
Description-en: helper functions and data types for producing newsfeeds; documentation
 Helper functions and data types for producing newsfeeds (Atom and RSS).
 .
 This package contains the documentation files.

Package: libghc-yesod-newsfeed-prof
Description-md5: 1822df69fc1f8968dcbdfb7f66fc7e05
Description-en: helper functions and data types for producing newsfeeds; profiling libraries
 Helper functions and data types for producing newsfeeds (Atom and RSS).
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-yesod-persistent-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-persistent-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-persistent-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-static-dev
Description-md5: bcfcc2680f86466f569fbe5e7e1f4200
Description-en: Static file serving subsite for Yesod Web Framework.
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides static file serving functionality for the Yesod
 Web Framework.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-static-doc
Description-md5: 9b307ad78648126c52d62116d33df6d9
Description-en: Static file serving subsite for Yesod Web Framework; documentation
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides static file serving functionality for the Yesod
 Web Framework.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-static-prof
Description-md5: 35cfe99dc2822366ebf77cedf7464c72
Description-en: Static file serving subsite for Yesod Web Framework; profiling libraries
 Yesod is a framework designed to foster creation of RESTful web
 application that have strong compile-time guarantees of correctness.
 It also affords space efficient code and portability to many
 deployment backends, from CGI to stand-alone serving.
 .
 This package provides static file serving functionality for the Yesod
 Web Framework.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yesod-test-dev
Description-md5: 7e7f4a4f5a20c321a1064d2dc8a24638
Description-en: integration testing for WAI/Yesod applications
 Behavior-oriented integration testing for Yesod applications.
 .
 This package contains the normal library files.

Package: libghc-yesod-test-doc
Description-md5: 759b19a853f6eef1ccba29e9c4daa483
Description-en: integration testing for WAI/Yesod applications; documentation
 Behavior-oriented integration testing for Yesod applications.
 .
 This package contains the documentation files.

Package: libghc-yesod-test-prof
Description-md5: 9a165bcc6d02054ec0cb82e4c0bcfe8d
Description-en: integration testing for WAI/Yesod applications; profiling libraries
 Behavior-oriented integration testing for Yesod applications.
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-yi-core-dev
Description-md5: 82fc8fd1c08e776fc9c19f9b32d49e8b
Description-en: Yi editor core library
 Core types and functions for the Yi editor.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-core-doc
Description-md5: 31d7a5a82a4808631d29fdbca394d140
Description-en: Yi editor core library; documentation
 Core types and functions for the Yi editor.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-core-prof
Description-md5: 201e7fc752eca239ea766134e076aeef
Description-en: Yi editor core library; profiling libraries
 Core types and functions for the Yi editor.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-frontend-pango-dev
Description-md5: 8b71662d97eb82f371935af536b62c4e
Description-en: Pango frontend for Yi editor
 This package contains the Pango frontend for Yi editor.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-frontend-pango-doc
Description-md5: ab7e785fd34c886b16d6fa95343c8547
Description-en: Pango frontend for Yi editor; documentation
 This package contains the Pango frontend for Yi editor.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-frontend-pango-prof
Description-md5: 59200e9d6b3f69f5d31a6f7d8d8b26fc
Description-en: Pango frontend for Yi editor; profiling libraries
 This package contains the Pango frontend for Yi editor.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-frontend-vty-dev
Description-md5: 6534d0657213f6986fc0f98ab27c95f9
Description-en: Vty frontend for Yi editor
 This package contains the Vty frontend for Yi editor.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-frontend-vty-doc
Description-md5: 282d040629cab5bf763f5d3d289e6901
Description-en: Vty frontend for Yi editor; documentation
 This package contains the Vty frontend for Yi editor.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-frontend-vty-prof
Description-md5: 13d33d3bebf0f07f6d823e81e9e39499
Description-en: Vty frontend for Yi editor; profiling libraries
 This package contains the Vty frontend for Yi editor.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-keymap-emacs-dev
Description-md5: 91a741f61a5b4decbb3637d1d7c45648
Description-en: Emacs keymap for Yi editor
 Emacs key bindings for the Yi editor.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-keymap-emacs-doc
Description-md5: 19422e8047de579eb913b9245497bceb
Description-en: Emacs keymap for Yi editor; documentation
 Emacs key bindings for the Yi editor.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-keymap-emacs-prof
Description-md5: 68b9a2d5ad92d5e2255ac07e06ae19b6
Description-en: Emacs keymap for Yi editor; profiling libraries
 Emacs key bindings for the Yi editor.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-keymap-vim-dev
Description-md5: 7a03f889e6b69f1cbbe845c586fec0aa
Description-en: Vim keymap for Yi editor
 VIm key bindings for the Yi editor.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-keymap-vim-doc
Description-md5: f6015cf8db99202dfb0a2faa1c9f3851
Description-en: Vim keymap for Yi editor; documentation
 VIm key bindings for the Yi editor.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-keymap-vim-prof
Description-md5: 6f2249e5c0218ca07279475f6e3f2f2d
Description-en: Vim keymap for Yi editor; profiling libraries
 VIm key bindings for the Yi editor.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-language-dev
Description-md5: c9e4e704b476f7d35f5ace6e4adfa4e2
Description-en: collection of language-related Yi libraries.
 This is a Haskell library providing a collection of language-related Yi
 libraries: lexers, scanners…
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-language-doc
Description-md5: f56164d9cf7960174d8fcaf1293bbeca
Description-en: collection of language-related Yi libraries.; documentation
 This is a Haskell library providing a collection of language-related Yi
 libraries: lexers, scanners…
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-language-prof
Description-md5: d9ee67d9c9b5b0fd8b3490be1fd2fcdf
Description-en: collection of language-related Yi libraries.; profiling libraries
 This is a Haskell library providing a collection of language-related Yi
 libraries: lexers, scanners…
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-misc-modes-dev
Description-md5: b3f33f12f1d84365818e0c17b5a2228f
Description-en: Yi editor miscellaneous modes
 Yi modes for C, ObjC, C++, Cabal, Clojure, Srmc, Git, SVN, OCaml,
 Perl, Ruby, Python, JSON, GNU Make, Ott, and Whitespace.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-misc-modes-doc
Description-md5: 8e82f1b13fc1c216db1d46b9364d8342
Description-en: Yi editor miscellaneous modes; documentation
 Yi modes for C, ObjC, C++, Cabal, Clojure, Srmc, Git, SVN, OCaml,
 Perl, Ruby, Python, JSON, GNU Make, Ott, and Whitespace.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-misc-modes-prof
Description-md5: ec2d4dd4872bdd0155eec6a6bc36cc04
Description-en: Yi editor miscellaneous modes; profiling libraries
 Yi modes for C, ObjC, C++, Cabal, Clojure, Srmc, Git, SVN, OCaml,
 Perl, Ruby, Python, JSON, GNU Make, Ott, and Whitespace.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-mode-haskell-dev
Description-md5: 89061baf724705426bbaa0c3acae188e
Description-en: Yi editor haskell mode
 This package contains the Haskell mode for Yi editor.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-mode-haskell-doc
Description-md5: b672430cdec154c1b9aeb5641cad4876
Description-en: Yi editor haskell mode; documentation
 This package contains the Haskell mode for Yi editor.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-mode-haskell-prof
Description-md5: 4319c7d304a8419120e8db04bec21ddc
Description-en: Yi editor haskell mode; profiling libraries
 This package contains the Haskell mode for Yi editor.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-mode-javascript-dev
Description-md5: 5e9030d232b53ad5705393c817773206
Description-en: Yi editor javascript mode
 JavaScript mode for Yi.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-mode-javascript-doc
Description-md5: aac66b07b8395128acdab6c03ef806db
Description-en: Yi editor javascript mode; documentation
 JavaScript mode for Yi.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-mode-javascript-prof
Description-md5: 0a0bfbb63544bc19d93a25e5d5e5288c
Description-en: Yi editor javascript mode; profiling libraries
 JavaScript mode for Yi.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-rope-dev
Description-md5: 548c0074fa246736da729d2a38422c97
Description-en: Rope data structure used by Yi
 This is a Haskell library providing a rope data structure used by Yi
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-rope-doc
Description-md5: 6cfe0eceda2562c6985487e91f049caa
Description-en: Rope data structure used by Yi; documentation
 This is a Haskell library providing a rope data structure used by Yi
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-yi-rope-prof
Description-md5: e8a48edd618d73c793a0e135037e0cf8
Description-en: Rope data structure used by Yi; profiling libraries
 This is a Haskell library providing a rope data structure used by Yi
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zenc-dev
Description-md5: 6b6fb199f88e7546b104f3c3cd633719
Description-en: GHC style name Z-encoding and Z-decoding
 Implements GHC's name mangling.  This code was taken
 directly from the GHC source.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zenc-doc
Description-md5: edac26dba77bde14d017684c5bdb494b
Description-en: GHC style name Z-encoding and Z-decoding; documentation
 Implements GHC's name mangling.  This code was taken
 directly from the GHC source.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zenc-prof
Description-md5: ccb93e7f23e81d3c43c0483649297515
Description-en: GHC style name Z-encoding and Z-decoding; profiling libraries
 Implements GHC's name mangling.  This code was taken
 directly from the GHC source.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zeromq4-haskell-dev
Description-md5: 87198de538e59abf8cca81ba0d034567
Description-en: bindings to ZeroMQ 4.x
 The 0MQ lightweight messaging kernel is a library which extends the standard
 socket interfaces with features traditionally provided by specialised
 messaging middleware products.
 .
 0MQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zeromq4-haskell-doc
Description-md5: c9f7911b1786e25eca991458ea2de367
Description-en: bindings to ZeroMQ 4.x; documentation
 The 0MQ lightweight messaging kernel is a library which extends the standard
 socket interfaces with features traditionally provided by specialised
 messaging middleware products.
 .
 0MQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zeromq4-haskell-prof
Description-md5: 87850b15141153d69b29c3308f225cdb
Description-en: bindings to ZeroMQ 4.x; profiling libraries
 The 0MQ lightweight messaging kernel is a library which extends the standard
 socket interfaces with features traditionally provided by specialised
 messaging middleware products.
 .
 0MQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zip-archive-dev
Description-md5: e88d913ad0eed98ba0296ddbe0dc75a8
Description-en: library to create, modify and extract files from zip archives
 The zip-archive library provides functions for creating, modifying, and
 extracting files from zip archives.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zip-archive-doc
Description-md5: 1c1e56324a5210ca97c9fea553c78e96
Description-en: library to create, modify and extract files from zip archives; documentation
 The zip-archive library provides functions for creating, modifying, and
 extracting files from zip archives.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zip-archive-prof
Description-md5: 920174d2a71d53c759b8da979dd964b3
Description-en: library to create and modify zip archives; profiling libraries
 The zip-archive library provides functions for creating, modifying, and
 extracting files from zip archives.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zlib-dev
Description-md5: d0db86528298031ce59135b40dde1867
Description-en: Compression and decompression in the gzip and zlib formats
 This package provides a pure interface for compressing and decompressing
 streams of data represented as lazy ByteStrings. It uses the zlib C library so
 it has high performance. It supports the "zlib", "gzip" and "raw"
 compression formats.
 .
 It provides a convenient high level API suitable for most tasks and for the
 few cases where more control is needed it provides access to the full zlib
 feature set.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zlib-doc
Description-md5: 7ca9d31f21d056c85c786bf1a6af8a11
Description-en: Compression and decompression in the gzip and zlib formats; documentation
 This package provides a pure interface for compressing and decompressing
 streams of data represented as lazy ByteStrings. It uses the zlib C library so
 it has high performance. It supports the "zlib", "gzip" and "raw"
 compression formats.
 .
 It provides a convenient high level API suitable for most tasks and for the
 few cases where more control is needed it provides access to the full zlib
 feature set.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zlib-prof
Description-md5: 9ef0fb741251bfdf6356a8c7053d2a0b
Description-en: Compression and decompression in the gzip and zlib formats; profiling libraries
 This package provides a pure interface for compressing and decompressing
 streams of data represented as lazy ByteStrings. It uses the zlib C library so
 it has high performance. It supports the "zlib", "gzip" and "raw"
 compression formats.
 .
 It provides a convenient high level API suitable for most tasks and for the
 few cases where more control is needed it provides access to the full zlib
 feature set.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zlib-bindings-dev
Description-md5: 6d24fee6dafedcfc9b17d2515217bf0f
Description-en: low-level bindings to zlib
 It provides necessary functions for producing a streaming interface.
 This is used, for example, by zlib-conduit and zlib-enum.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zlib-bindings-doc
Description-md5: 05eef75ea0a1db422fa6de104fdaf109
Description-en: low-level bindings to zlib; documentation
 It provides necessary functions for producing a streaming interface.
 This is used, for example, by zlib-conduit and zlib-enum.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zlib-bindings-prof
Description-md5: 68c663383751dd3c3932ccb33dcad142
Description-en: low-level bindings to zlib; profiling libraries
 It provides necessary functions for producing a streaming interface.
 This is used, for example, by zlib-conduit and zlib-enum.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zxcvbn-c-dev
Description-md5: 026bf3355990ed302217243af19931f9
Description-en: Haskell bindings to password strength estimation library
 This library provides Haskell bindings to a C/C++ implementation of
 the zxcvbn password strength estimator.  It provides a function to
 rate password strength, by comparing the password to several word
 lists, including English first and last names.
 .
 An article discussing zxcvbn's purpose and method:
 https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zxcvbn-c-doc
Description-md5: c88c628c26f3a7b837ac45e40a84ba0a
Description-en: Haskell bindings to password strength estimation library; documentation
 This library provides Haskell bindings to a C/C++ implementation of
 the zxcvbn password strength estimator.  It provides a function to
 rate password strength, by comparing the password to several word
 lists, including English first and last names.
 .
 An article discussing zxcvbn's purpose and method:
 https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-zxcvbn-c-prof
Description-md5: 8d358f87a19092411d6ab72853fb85c8
Description-en: Haskell bindings to password strength estimation library; profiling libraries
 This library provides Haskell bindings to a C/C++ implementation of
 the zxcvbn password strength estimator.  It provides a function to
 rate password strength, by comparing the password to several word
 lists, including English first and last names.
 .
 An article discussing zxcvbn's purpose and method:
 https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: haskell98-report
Description-md5: 7f8b8776af2fdeb5222bd9765ed182e3
Description-en: The Haskell 98 Language and Libraries Revised Report & addenda
 Haskell is a non-strict, pure functional general-purpose programming
 language.  This package contains its definition in HTML, PS and PDF
 formats. It is a revised version of "The Haskell 98 Report" and
 "The Haskell 98 Library Report", fixing the bugs documented in
 "Errata for the Haskell 98 Language Report" (which is included).
 .
 It also contains the Foreign Function Interface (FFI) addendum
 and the Hierarchical Modules addendum in PS and PDF formats.

Package: hasktags
Description-md5: 8c68878275565a1be8693ba7dd49cdcb
Description-en: Producer of ctags "tags" and etags "TAGS" files for Haskell programs
 This package provides the hasktags program, which provides ctags "tags" and
 etags "TAGS" files for Haskell programs.

Package: hatari
Description-md5: 0d4554dc3f1466ddaa3e899620f71348
Description-en: Emulator for the Atari ST, STE, TT, and Falcon computers
 Hatari is an emulator for the Atari ST line of computers.
 .
 The Atari ST was a 16/32 bit computer system which was first released by
 Atari in 1985. Using the Motorola 68000 CPU, it was a very popular computer
 having quite a lot of CPU power at that time.
 .
 Unlike most other open source Atari ST emulators which try to provide a good
 environment for running GEM applications, Hatari tries to emulate the hardware
 of a ST as close as possible so that it is able to run most of the old Atari
 games and demos. Because of this, it may be somewhat slower than less accurate
 emulators.

Package: python3-hatch-vcs
Description-md5: 92a6c5d4ce4e1d561e641bc69e9ded4c
Description-en: Hatch plugin for versioning from VCS
 This provides a plugin for Hatch that uses your preferred version control
 system (like Git) to determine project versions.
 .
 It may be required to build a Python module from source.

Package: python3-hatchling
Description-md5: c1439b38c48c65d6e95e13f0db04b7db
Description-en: Python package build backend used by Hatch
 This is the extensible, standards compliant build backend used by Hatch.
 .
 It may be required to build a Python module from source.

Package: hatop
Description-md5: 13f4364fd73357fbdc1c3f0b6cf73556
Description-en: interactive ncurses client for haproxy
 HATop is an interactive ncurses client and real-time monitoring, statistics
 displaying tool for the HAProxy TCP/HTTP load balancer.
 .
 HATop's appearance is similar to top(1). It supports various modes for
 detailed statistics of all configured proxies and services in near realtime.
 In addition, it features an interactive CLI for the haproxy unix socket.
 This allows administrators to control the given haproxy instance (change
 server weight, put servers into maintenance mode, ...) directly out of hatop
 (using keybinds or the CLI) and monitor the results immediately.

Package: haveged
Description-md5: e29e090ec35dfe759c8580ce04904d0c
Description-en: Linux entropy source using the HAVEGE algorithm
 haveged is a userspace entropy daemon which is not dependent upon the
 standard mechanisms for harvesting randomness for the system entropy
 pool. This is important in systems with high entropy needs or limited
 user interaction (e.g. headless servers).
 .
 haveged uses HAVEGE (HArdware Volatile Entropy Gathering and Expansion)
 to maintain a 1M pool of random bytes used to fill /dev/random
 whenever the supply of random bits in dev/random falls below the low
 water mark of the device.
 .
 More information about HAVEGE is available at
 http://www.irisa.fr/caps/projects/hipsor/

Package: libhavege-dev
Description-md5: c49a598f854a87b074e2d7bc5a4f89dd
Description-en: entropy source using the HAVEGE algorithm - development files
 libhavege is a library that implements the HAVEGE (HArdware Volatile Entropy
 Gathering and Expansion). It provides a random number generator and it's
 associated tuning and testing factilities.
 .
 More information about HAVEGE is available at
 http://www.irisa.fr/caps/projects/hipsor/
 .
 This package contains the development files.

Package: libhavege2
Description-md5: 791597097dfee31e0e57febdd3a0f02e
Description-en: entropy source using the HAVEGE algorithm - shared library
 libhavege is a library that implements the HAVEGE (HArdware Volatile Entropy
 Gathering and Expansion). It provides a random number generator and it's
 associated tuning and testing factilities.
 .
 More information about HAVEGE is available at
 http://www.irisa.fr/caps/projects/hipsor/
 .
 This package contains the shared library.

Package: libhawtbuf-java
Description-md5: 8509000908d3ef06ddc880d22637665e
Description-en: HawtBuf rich byte buffer library
 The HawtBuf library implements a simple interface with working with
 byte arrays. The JDK doesn't come with a built in class that's simply
 a `byte[]`, `int offset`, `int length` class and providing a rich
 interface similar to what the String class does for `char` arrays.
 HawtBuf fills in that void by providing a Buffer class which does
 provide that rich interface.
 .
 HawtBuf also provides a Java protobuf code generator to make it easy
 to encode and decode objects to buffers and back.

Package: libhawtdispatch-java
Description-md5: 3882709e623c7b042194e6b6d7c9d526
Description-en: libdispatch style API for Java and Scala
 HawtDispatch is a small thread pooling and NIO handling framework API
 modeled after the libdispatch API. libdispatch is the API that Apple
 created to power the Grand Central Dispatch (GCD) technology in OS X.
 It allows one to more easily develop multi-threaded applications which
 can more easily scale to take advantage of all the processing cores
 on a machine. At the same time, it's development model simplifies
 solving many of the problems that plague multi-threaded NIO development.

Package: libhawtjni-generator-java
Description-md5: 2d0de9b2c7710d49899cb8e770a440c4
Description-en: HawtJNI Generator
 HawtJNI is a code generator that produces the JNI code
 needed to implement java native methods. It is based on the
 jnigen code generator that is part of the SWT Tools project
 which is used to generate all the JNI code which powers the
 eclipse platform.
 .
 This package contains the JNI code generation tools.

Package: libhawtjni-maven-plugin-java
Description-md5: 66ce1d048f44fb4c87b88dbcb99da8c2
Description-en: HawtJNI Maven Plugin
 HawtJNI is a code generator that produces the JNI code
 needed to implement java native methods. It is based on the
 jnigen code generator that is part of the SWT Tools project
 which is used to generate all the JNI code which powers the
 eclipse platform.
 .
 This package contains the Maven plugin.

Package: libhawtjni-runtime-java
Description-md5: 01c9eaf0b851bc29cf71a5b825fce301
Description-en: Java library that provide JNI code generation
 HawtJNI is a code generator that produces the JNI code
 needed to implement java native methods. It is based on the
 jnigen code generator that is part of the SWT Tools project
 which is used to generate all the JNI code which powers the
 eclipse platform.

Package: haxe
Description-md5: 1f09d5fb265a7e50d5a44ed2b5e29a58
Description-en: multi-target universal programming language
 Haxe is an open source toolkit based on a modern,
 high level, strictly typed programming language, a cross-compiler,
 a complete cross-platform standard library and ways to access each
 platform's native capabilities.

Package: haxml
Description-md5: 7cb1207f0d3f8e92cf0dc50feba27cae
Description-en: utilities for using XML documents with Haskell
 .
 HaXml is a collection of utilities for parsing, filtering,
 transforming, and generating XML documents using Haskell. Its basic
 facilities include:
  - a parser for XML,
  - a separate error-correcting parser for HTML,
  - an XML validator,
  - pretty-printers for XML and HTML.
 .
 This package contains the HaXml command-line tools.

Package: libghc-haxml-dev
Description-md5: a695f562391f1a7fef083f21c4380a84
Description-en: GHC libraries for using XML documents with Haskell
 HaXml is a collection of utilities for parsing, filtering,
 transforming, and generating XML documents using Haskell. Its basic
 facilities include:
  - a parser for XML,
  - a separate error-correcting parser for HTML,
  - an XML validator,
  - pretty-printers for XML and HTML.
 .
 This package contains the HaXml combinator library for generic XML
 document processing, including transformation, editing, and
 generation for use with GHC.

Package: libghc-haxml-doc
Description-md5: f382e4f40e89f09dcb7817e0354c250c
Description-en: Documentation of HaXml
 HaXml is a collection of utilities for parsing, filtering,
 transforming, and generating XML documents using Haskell. Its basic
 facilities include:
  - a parser for XML,
  - a separate error-correcting parser for HTML,
  - an XML validator,
  - pretty-printers for XML and HTML.
 .
 This package contains the HaXml documentation.

Package: libghc-haxml-prof
Description-md5: 10b90999646bc7e55c9c3b74f03c9ea4
Description-en: Profiling libraries for the haskell haxml library
 HaXml is a collection of utilities for parsing, filtering,
 transforming, and generating XML documents using Haskell. Its basic
 facilities include:
  - a parser for XML,
  - a separate error-correcting parser for HTML,
  - an XML validator,
  - pretty-printers for XML and HTML.
 .
 This package contains the profiling libraries compiled for GHC.

Package: python3-hazwaz
Description-md5: 489fb670e16dde8fcbed35389e13d79c
Description-en: write command line scripts
 It is a way to reuse the boilerplating needed to write argparse based commands
 with multiple subcommands.

Package: libhbci4j-core-java
Description-md5: ba9988948a1f1b32728037ec6b71b52c
Description-en: Java online banking client using the HBCI standard
 HBCI4Java is a Java library for homebanking and contains support for
 chipTAN, smsTAN, HHD, SEPA.

Package: libhbci4j-core-java-doc
Description-md5: 30d468582ac929f930aef9b856003a5c
Description-en: Documentation for Java online banking client using the HBCI standard
 HBCI4Java is a Java library for homebanking and contains support for
 chipTAN, smsTAN, HHD, SEPA.
 .
 This package contains the API documentation of libhbci4j-core-java.

Package: hcloud-cli
Description-md5: cd7a91725ec15931b7a3b5a9a767f895
Description-en: command-line interface for Hetzner Cloud
 hcloud-cli is a command-line interface for interacting with
 Hetzner Cloud.
 .
 The Hetzner Cloud API operates over HTTPS and uses JSON as
 its data format. The API is a RESTful API and utilizes HTTP
 methods and HTTP status codes to specify requests and responses.

Package: python3-hcloud
Description-md5: 47f61a9ac893204860c029894b72b641
Description-en: official client library for Hetzner Cloud (Python 3)
 python-hcloud is a Python library for acessing the API for the Hetzner
 Cloud service.

Package: hcxdumptool
Description-md5: 2d41c919dba7441f50839b901cd0d4fe
Description-en: Small tool to capture packets from wlan devices
 Tool to capture wpa handshake from Wi-Fi networks and run several tests to
 determine if Wi-Fi access points or clients are vulnerable to brute-force
 atacks.

Package: hcxkeys
Description-md5: d1ee2d1190304c99388a069f581734a5
Description-en: Tools to generate plainmasterkeys (rainbowtables)
 Small set of tools to generate plainmasterkeys (rainbowtables) and hashes for
 the use with latest hashcat and latest John the Ripper.
 .
 The package provides two binaries:
 - wlangenpmk for CPU calculations.
 - wlangenpmkocl for GPU calculations.
 .
 In order to use the GPU, the correspondent OpenCL drivers for your GPU model
 should be installed.

Package: hcxtools
Description-md5: c4b2b2f9347bcff46f0f61c71081cac1
Description-en: Tools for converting captures to use with hashcat or John the Ripper
 Portable solution for capturing wlan traffic and conversion to hashcat formats
 (recommended by hashcat) and to John the Ripper formats.
 .
 hcx stands for:
  - h = hash
  - c = capture, convert and calculate candidates
  - x = different hashtypes

Package: hd-idle
Description-md5: ce146f67dc9580b65dfd2b2293631587
Description-en: Spin down idle [USB] hard disks
 hd-idle is a utility program for spinning-down external disks after a period
 of idle time. Since most external IDE disk enclosures don't support setting
 the IDE idle timer, a program like hd-idle is required to spin down idle disks
 automatically.
 .
 A word of caution: hard disks don't like spinning up too often. Laptop disks
 are more robust in this respect than desktop disks but if you set your disks
 to spin down after a few seconds you may damage the disk over time due to the
 stress the spin-up causes on the spindle motor and bearings. It seems that
 manufacturers recommend a minimum idle time of 3-5 minutes, the default in
 hd-idle is 10 minutes.
 .
 One more word of caution: hd-idle will spin down any disk accessible via the
 SCSI layer (USB, IEEE1394, ...) but it will not work with real SCSI disks
 because they don't spin up automatically. Thus it's not called scsi-idle and
 It is not recommended to use it on a real SCSI system unless you have a kernel
 patch that automatically starts the SCSI disks after receiving a sense buffer
 indicating the disk has been stopped. Without such a patch, real SCSI disks
 won't start again and you can as well pull the plug.

Package: hdapsd
Description-md5: 6f2faf51121432f2b689e49627ed75e8
Description-en: HDAPS daemon for various laptops with motion sensors
 This is a disk protection user-space daemon. It monitors the acceleration
 values through an interface and automatically initiates disk head parking
 if a fall or sliding of the laptop is detected.
 .
 Currently, the following interfaces are supported:
  * IBM/Lenovo ThinkPad (HDAPS)
  * Apple iBook/PowerBook (AMS)
  * Apple MacBook/MacBook Pro (APPLESMC)
  * HP (HP3D)
  * Dell (FREEFALL)
  * Toshiba (ACPI and HAPS)
  * Acer (INPUT)
 .
 On ThinkPads, it is recommended that you use this daemon with the hdaps
 module provided by tp-smapi rather the one in the kernel, as this will save
 you a bit of power and will work on a wider range of ThinkPads.

Package: hdate-applet
Description-md5: b4df14b42a2c061b16c262d188c49798
Description-en: Hebrew calendar applet
 A GNOME desktop applet providing an Hebrew calendar that gives the user easy
 access to the Jewish calendar (including Hebrew date, parasha, sunset and
 sunrise times, holydays and moon phase).

Package: libghc-hdbc-dev
Description-md5: c468b9641e68406e5622dd66d08c2137
Description-en: Haskell Database Connectivity, GHC package
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 HDBC is modeled loosely on Perl's DBI interface, though it has also been
 influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
 .
 To use HDBC, you'll need both this package, and a driver package such
 as libghc-hdbc-postgresql-dev.

Package: libghc-hdbc-doc
Description-md5: 689aec2e08bd6fa38caa47d439d82fd1
Description-en: Haskell Database Connectivity, Documentation
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 HDBC is modeled loosely on Perl's DBI interface, though it has also been
 influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.

Package: libghc-hdbc-prof
Description-md5: ebf1b50552fcecc94795433de524e804
Description-en: Haskell Database Connectivity, GHC profiling data
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This package provides profiling information for using
 HDBC with GHC.

Package: libghc-hdbc-postgresql-dev
Description-md5: 486ea6cc96aa3460bfe3c2aa8ec48f80
Description-en: PostgreSQL HDBC (Haskell Database Connectivity) Driver for GHC
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases.
 .
 This package provides the PostgreSQL database driver for HDBC under GHC.

Package: libghc-hdbc-postgresql-doc
Description-md5: 589080e4141cdd07aa48e81030e00e35
Description-en: PostgreSQL HDBC (Haskell Database Connectivity) documentation
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases.

Package: libghc-hdbc-postgresql-prof
Description-md5: b260406119d5ae567ef235a8973d6285
Description-en: PostgreSQL HDBC Driver for GHC; profiling libraries
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases.
 .
 This package provides the PostgreSQL database driver for HDBC under GHC
 compiled for profiling.

Package: libghc-hdbc-sqlite3-dev
Description-md5: 2df6bc63c573928b2998bebe3a043223
Description-en: Sqlite v3 HDBC (Haskell Database Connectivity) Driver for GHC
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 This package provides the Sqlite v3 database driver for HDBC under GHC.

Package: libghc-hdbc-sqlite3-doc
Description-md5: de52b21cd00aef230ddf56b0f92c39e3
Description-en: Sqlite v3 HDBC (Haskell Database Connectivity) Documentation
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)

Package: libghc-hdbc-sqlite3-prof
Description-md5: c7a62203754e88831b7c5ef0149fd02e
Description-en: Sqlite v3 HDBC Driver for GHC; profiling libraries
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 This package provides the Sqlite v3 database driver for HDBC under GHC.

Package: hddemux
Description-md5: d4e41515f9022d3c2f40e0179ccdb46b
Description-en: HTTP/1.x and DNS demultiplexer
 hddemux listens on a stream and routes incoming clients to either an
 HTTP/1.x backend or a DNS stream-based backend depending on the first
 request to appear on the stream.
 .
 This is useful when making DNS-over-TLS (RFC 7858) connections that
 appear to the network be HTTPS connections, for example, which makes
 it easier to traverse a network that would prefer to block the user
 from making DNS-over-TLS queries.

Package: hdf-compass
Description-md5: 0240ea5b6809532c2653710ebff66548
Description-en: viewer for HDF5 and related formats
 HDF Compass is an experimental viewer program for HDF5 and related formats,
 designed to complement other more complex applications like HDFView. Strong
 emphasis is placed on clean minimal design, and maximum extensibility through
 a plugin system for new formats.
 .
 This package provides the HDF Compass application.

Package: hdf-compass-doc
Description-md5: b801b05e0cd9ac40ba0007e6e2da277c
Description-en: documentation and examples for the HDF Compass
 HDF Compass is an experimental viewer program for HDF5 and related formats,
 designed to complement other more complex applications like HDFView. Strong
 emphasis is placed on clean minimal design, and maximum extensibility through
 a plugin system for new formats.
 .
 This package provides the documentation and examples for the HDF Compass
 application.

Package: python3-hdf-compass
Description-md5: 19519dd83cdfbe74bde35af03a66d1fb
Description-en: public modules for the HDF Compass
 HDF Compass is an experimental viewer program for HDF5 and related formats,
 designed to complement other more complex applications like HDFView. Strong
 emphasis is placed on clean minimal design, and maximum extensibility through
 a plugin system for new formats.
 .
 This package provides the public modules used by the HDF Compass application
 and third-party plugins.

Package: libhdfeos-dev
Description-md5: e2b6a287c6caf3db0681a2c722dc3fc1
Description-en: Development files for the HDF-EOS4 library
 HDF-EOS4 is a software library designed built on HDF4 to support EOS-specific
 data structures, namely Grid, Point, and Swath. The new data structures
 are constructed from standard HDF data objects, using EOS conventions, through
 the use of a software library [1,4]. A key feature of HDF-EOS files is that
 instrument-independent services, such as subsetting by geolocation, can be
 applied to the files across a wide variety of data products.
 .
 This package contains include files and static libraries for HDF-EOS4.

Package: libhdfeos0
Description-md5: 549365dc14a2646abb06c15dc557d13d
Description-en: Earth Observation System extensions to HDF4
 HDF-EOS4 is a software library designed built on HDF4 to support EOS-specific
 data structures, namely Grid, Point, and Swath. The new data structures
 are constructed from standard HDF data objects, using EOS conventions, through
 the use of a software library [1,4]. A key feature of HDF-EOS files is that
 instrument-independent services, such as subsetting by geolocation, can be
 applied to the files across a wide variety of data products.
 The library is extensible and new data structures can be added.

Package: libhe5-hdfeos-dev
Description-md5: 5522c29bdbc8761ed82a47f18420823e
Description-en: Development files for the HDF-EOS5 library
 HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
 data structures, namely Grid, Point, and Swath. The new data structures
 are constructed from standard HDF data objects, using EOS conventions, through
 the use of a software library. A key feature of HDF-EOS files is that
 instrument-independent services, such as subsetting by geolocation, can be
 applied to the files across a wide variety of data products.
 .
 This package contains include files and static libraries for HDF-EOS5.

Package: libhe5-hdfeos0
Description-md5: d2710144476da7d31741172db112a312
Description-en: Earth Observation System extensions to HDF5
 HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
 data structures, namely Grid, Point, and Swath. The new data structures
 are constructed from standard HDF data objects, using EOS conventions, through
 the use of a software library [1,4]. A key feature of HDF-EOS files is that
 instrument-independent services, such as subsetting by geolocation, can be
 applied to the files across a wide variety of data products.
 The library is extensible and new data structures can be added.

Package: hdf5-helpers
Description-md5: a3cccba65ea044fcfc8b9a89336ba7c2
Description-en: HDF5 - Helper tools
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains helper tools for HDF5.

Package: hdf5-tools
Description-md5: 755d05265670495cad91ade27dcc060c
Description-en: HDF5 - Runtime tools
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains runtime tools for HDF5.

Package: libhdf5-103
Description-md5: b7593e3ad98c3ee63e867c895fe4e5a5
Description-en: HDF5 C runtime files - serial version (transitional package)
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C runtime files for serial platforms.
 .
 This transitional package helps upgrading from the single package bundling
 multiple libraries in buster to the individiual library packages in
 bullseye. It can be safely removed.

Package: libhdf5-103-1
Description-md5: 0058d2fd2a000aa6e520a6728baf452a
Description-en: HDF5 C runtime files - serial version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C runtime files for serial platforms.

Package: libhdf5-cpp-103
Description-md5: ec41bff85ca1a99d785e03d3754dc4c3
Description-en: HDF5 - C++ runtime files - serial version (transitional package)
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C++ runtime files for serial platforms.
 .
 This transitional package helps upgrading from the single package bundling
 multiple libraries in buster to the individiual library packages in
 bullseye. It can be safely removed.

Package: libhdf5-cpp-103-1
Description-md5: f98ebd9a835975b2031fe61ea3c6da71
Description-en: HDF5 - C++ runtime files - serial version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C++ runtime files for serial platforms.

Package: libhdf5-dev
Description-md5: 362b5f6dc77ab06d0d5bb4bee15328bf
Description-en: HDF5 - development files - serial version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains development files for serial platforms.

Package: libhdf5-doc
Description-md5: 2beb8eb8a5c75717cac8cf22d9f85901
Description-en: HDF5 - Documentation
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains documentation for HDF5.

Package: libhdf5-fortran-102
Description-md5: 935f51a2a91124f4268c04b763898c7c
Description-en: HDF5 Fortran runtime files - serial version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the Fortran runtime files for serial platforms.

Package: libhdf5-hl-100
Description-md5: c9045d102978306f9b038586e565d46d
Description-en: HDF5 High Level runtime files - serial version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level C API runtime files for serial platforms.

Package: libhdf5-hl-cpp-100
Description-md5: 7cb0879f3333b7e1590c7f694ff4d155
Description-en: HDF5 High Level C++ runtime files - serial version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level C++ API runtime files for serial
 platforms.

Package: libhdf5-hl-fortran-100
Description-md5: f5868528d288cddaf17143b7fe8c37c1
Description-en: HDF5 High Level Fortran runtime files - serial version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level Fortran API runtime files for serial
 platforms.

Package: libhdf5-java
Description-md5: f1f04aec5ae4a29834a404e6a584bae5
Description-en: HDF5 - Java Wrapper Library
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the java wrapper library for HDF5.

Package: libhdf5-jni
Description-md5: afbd108fc87cab0be63eaac66cb2cc73
Description-en: native library used by libhdf5-java
 This package is only useful with libhdf5-java.

Package: libhdf5-mpi-dev
Description-md5: 000de1674e23733763d2617fc6178480
Description-en: HDF5 - development files - default MPI version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package depends on the default MPI version of HDF5 for each platform.

Package: libhdf5-mpich-103
Description-md5: 1d58ee00f263bf99044291cb565163f9
Description-en: HDF5 - C runtime files - MPICH2 version (transitional package)
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C runtime files for use with MPICH2.
 .
 This transitional package helps upgrading from the single package bundling
 multiple libraries in buster to the individiual library packages in
 bullseye. It can be safely removed.

Package: libhdf5-mpich-103-1
Description-md5: bdf0e47395047577a6e5b69535d59c8d
Description-en: HDF5 - C runtime files - MPICH2 version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C runtime files for use with MPICH2.

Package: libhdf5-mpich-cpp-103-1
Description-md5: c385460e05f74aabce33ecb6779771e3
Description-en: HDF5 - C++ runtime files - MPICH2 version - unsupported
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C++ runtime files for mpich platforms.
 .
 Warning: C++ with parallel HDF5 is not supported upstream. Use this
 feature at your own risks.

Package: libhdf5-mpich-dev
Description-md5: 397c20324c15b9ca40ee6269f59b8c3d
Description-en: HDF5 - development files - MPICH2 version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains development files for use with MPICH2. Warning:
 the C++ interface is not provided for this version.

Package: libhdf5-mpich-fortran-102
Description-md5: 25f55d3c454e9604ae13e8485bcc8d8a
Description-en: HDF5 Fortran runtime files - MPICH2 version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the Fortran runtime files for mpich platforms.

Package: libhdf5-mpich-hl-100
Description-md5: 7231b375d828e4dd4396de447c9ef18d
Description-en: HDF5 High Level runtime files - MPICH2 version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level C API runtime files for mpich platforms.

Package: libhdf5-mpich-hl-cpp-100
Description-md5: 6fd2ea9b5a1de5f2dab545703dded2bd
Description-en: HDF5 High Level C++ runtime files - MPICH2 version - unsupported
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level C++ API runtime files for mpich
 platforms.
 .
 Warning: C++ with parallel HDF5 is not supported upstream. Use this
 feature at your own risks.

Package: libhdf5-mpich-hl-fortran-100
Description-md5: 363e82069cc95487ea9ae7c16576ac3f
Description-en: HDF5 High Level Fortran runtime files - MPICH2 version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level Fortran API runtime files for mpich
 platforms.

Package: libhdf5-openmpi-103
Description-md5: 4bf0a311d5d3515af0dab10bd646b4a7
Description-en: HDF5 - C runtime files - OpenMPI version (transitional package)
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C runtime files for use with OpenMPI.
 .
 This transitional package helps upgrading from the single package bundling
 multiple libraries in buster to the individiual library packages in
 bullseye. It can be safely removed.

Package: libhdf5-openmpi-103-1
Description-md5: 9075165887209e7211568015540d7e11
Description-en: HDF5 - C runtime files - OpenMPI version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C runtime files for use with OpenMPI.

Package: libhdf5-openmpi-cpp-103-1
Description-md5: 96d0c60a7e840a8a02a7629e066e4e30
Description-en: HDF5 - C++ runtime files - OpenMPI version - unsupported
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the C++ runtime files for openmpi platforms.
 .
 Warning: C++ with parallel HDF5 is not supported upstream. Use this
 feature at your own risks.

Package: libhdf5-openmpi-dev
Description-md5: b2e1745fcc6f39d3205d638572b3c87c
Description-en: HDF5 - development files - OpenMPI version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains development files for use with OpenMPI.

Package: libhdf5-openmpi-fortran-102
Description-md5: fd180dd7bbd14657c17bf237e923b8b0
Description-en: HDF5 Fortran runtime files - OpenMPI version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the Fortran runtime files for openmpi platforms.

Package: libhdf5-openmpi-hl-100
Description-md5: 1625f735200bc7326012e1261389944e
Description-en: HDF5 High Level runtime files - OpenMPI version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level C API runtime files for openmpi platforms.

Package: libhdf5-openmpi-hl-cpp-100
Description-md5: 81f0a57c6e30df8c6f3ea653aef85d9c
Description-en: HDF5 High Level C++ runtime files - OpenMPI version - unsupported
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level C++ API runtime files for openmpi
 platforms.
 .
 Warning: C++ with parallel HDF5 is not supported upstream. Use this
 feature at your own risks.

Package: libhdf5-openmpi-hl-fortran-100
Description-md5: 79d7c6390a9f3f261c6c51be9d7bafca
Description-en: HDF5 High Level Fortran runtime files - OpenMPI version
 Hierarchical Data Format 5 (HDF5) is a file format and library for
 storing scientific data.  HDF5 was designed and implemented to address
 the deficiencies of HDF4.x. It has a more powerful and flexible data
 model, supports files larger than 2 GB, and supports parallel I/O.
 .
 This package contains the high level Fortran API runtime files for openmpi
 platforms.

Package: hdf5-filter-plugin-blosc-serial
Description-md5: 580580e6c3a2903fa4aa800508f6112e
Description-en: blocking, shuffling and lossless compression library
 This package contains a filter for HDF5 that uses the Blosc compressor.
 By installing this filter, you can read and write HDF5 files with
 Blosc-compressed datasets.

Package: hdf5-filter-plugin
Description-md5: a6e024b827a02d6161e6d570fc9d7d61
Description-en: external filters for HDF5: LZ4, BZip2, Bitshuffle
 The external filter mechanism introduced with HDF5 1.8.12 allows
 applications to utilize custom filters not shipped by the HDF5
 core library without recompiling your application. This package
 provides external filters for HDF5 for
 .
  - the LZ4 compression algorithm
  - BZip2 compression

Package: python3-hdmf
Description-md5: 647d19e798c2566211577b097b17ea92
Description-en: Hierarchical Data Modeling Framework
 The Hierarchical Data Modeling Framework (HDMF) is a Python package
 for working with hierarchical data.  It provides APIs for specifying
 data models, reading and writing data to different storage backends,
 and representing data with Python object.

Package: hdmi2usb-fx2-firmware
Description-md5: f7e344621f4b5bd7486c837eb9e898e3
Description-en: FX2 firmware for hdmi2usb board development
 This package contains the FX2 firmware for several modes of the Numato Opsis
 board's USB interface.
 .
 It is used for flashing updates to the board.

Package: hdmi2usb-mode-switch
Description-md5: ac730e23d8315fa0a0c4a7c355d56b64
Description-en: Configuration and firmware tool for HDMI2USB devices
 This is the tool for flashing and configuring the HDMI2USB devices.
 .
 It can load a runtime firmware, and write firmware to the device's flash.
 .
 https://hdmi2usb.tv/ is an open hardware and software project for capturing
 HDMI video with an FPGA board. This package supports the Digilent Atlys and
 Numato Opsis boards.

Package: hdmi2usb-udev
Description-md5: 01178a0c0e55b7e4199bcdb8d69f76c9
Description-en: udev rules for HDMI2USB devices
 This package provides a set of udev rules files for HDMI2USB devices. They
 grant access to users in the "video" group, provide stable device symlinks,
 and suppress ModemManager.
 .
 https://hdmi2usb.tv/ is an open hardware and software project for capturing
 HDMI video with an FPGA board. This package supports the Digilent Atlys and
 Numato Opsis boards.

Package: hdparm
Description-md5: 10cd5d89570f5496e89b163ae03a66e5
Description-en: tune hard disk parameters for high performance
 Get/set device parameters for Linux SATA/IDE drives.
 Provides a command line interface to various kernel interfaces supported by
 the Linux SATA/PATA/SAS "libata" subsystem and the older IDE driver subsystem.
 Many newer (2008 and later) USB drive enclosures now also support "SAT"
 (SCSI-ATA Command Translation) and therefore may also work with hdparm.

Package: libhdrhistogram-java
Description-md5: 69d4afec4e0f819c45ca475e660d774c
Description-en: High Dynamic Range (HDR) Histogram
 HdrHistogram is designed for recording histograms of value measurements in
 latency and performance sensitive applications. It supports the recording
 and analyzing of sampled data value counts across a configurable integer
 value range with configurable value precision within the range. Value
 precision is expressed as the number of significant digits in the value
 recording, and provides control over value quantization behavior across
 the value range and the subsequent value resolution at any given level.

Package: hdrmerge
Description-md5: 7e375bfdc943df1820a40cbc347cf08e
Description-en: HDR exposure merging
 This combines two or more raw images into a single raw with an extended
 dynamic range. It can import any raw image supported by LibRaw, and outputs
 a DNG 1.4 image with floating point data. The output raw is built from the
 less noisy pixels of the input, so that shadows maintain as much detail as
 possible. This tool also offers a GUI to remove ghosts from the resulting
 image.

Package: hdup
Description-md5: cecc1fa2debbb3514609748c3c09c971
Description-en: Filesystem duplicator and backup
 hdup is a backup utility with the following characteristics:
 .
 remote backups (move the backup to another machine); encrypted backups;
 no obscure format for the backups; compression (gzip/bzip or none);
 simple to use.
 .
 The source also includes two manpages, one for hdup itself and the other
 for the configuration file. It should be fairly obvious how to use hdup.

Package: headache
Description-md5: 0bca7a7fe7fcc3f6fcbcfedfd99557b9
Description-en: Tool to manage license notes of source files
 This tool allows a developer to add or remove the license note that
 one usually finds in a comment at the beginning of source files.  It
 knows about the syntax of comments in different languages: Makefile,
 OCaml, C, (La)TeX.

Package: libheadius-options-java
Description-md5: 3004d4f47afbe8c9adcfd39af6062cd3
Description-en: Java library for JVM property-driven configuration
 headius-options provides a simple mechanism for defining JVM
 property-based configuration for an application or library.
 .
 Options are defined via a small DSL-like setup, supporting String,
 Integer, Boolean, and Enum-based configurations. Non-Boolean options
 support a set of supported values, and all options allow specifying a
 default value. In addition, options are created with an Enum-based
 category (provided by the user) and a documentation string, which
 allows grouping properties and printing out a full set of options as a
 valid, modifiable .properties file.

Package: libheadius-options-java-doc
Description-md5: ac6dd61bc1404814ae8df2a362a7152c
Description-en: Documentation for headius-options
 headius-options provides a simple mechanism for defining JVM
 property-based configuration for an application or library.
 .
 Options are defined via a small DSL-like setup, supporting String,
 Integer, Boolean, and Enum-based configurations. Non-Boolean options
 support a set of supported values, and all options allow specifying a
 default value. In addition, options are created with an Enum-based
 category (provided by the user) and a documentation string, which
 allows grouping properties and printing out a full set of options as a
 valid, modifiable .properties file.
 .
 This package contains the API documentation of libheadius-options-java.

Package: libhealpix-cxx-dev
Description-md5: a4adef0c9b59c35dc46ae2085a42b53f
Description-en: representation of spherical data - C++ development library
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides the static library and headers for the C++ language
 implementation of HEALPix. The C++ library provides input/output, basic
 spatial operations such as conversion between spherical coordinates and
 HEALPix pixels, and also sophisticated spatial operations such as querying
 cones or polygons, as well as upsampling/downsampling, smoothing, and fast
 spherical harmonic transforms.

Package: libhealpix-cxx3
Description-md5: 45621d51f1b2c148696a87f871a75b1d
Description-en: representation of spherical data - C++ shared library
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides the dynamic library for the C++ language implementation
 of HEALPix. It can be used interactively via Python bindings available in a
 separate package. The C++ library provides input/output, basic
 spatial operations such as conversion between spherical coordinates and
 HEALPix pixels, and also sophisticated spatial operations such as querying
 cones or polygons, as well as upsampling/downsampling, smoothing, and fast
 spherical harmonic transforms.

Package: libhealpix-dev
Description-md5: b0d428b4c642db2851c18c0682006c0b
Description-en: HEALPix representation of spherical data - Fortran development library
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides .mod files for the Fortran language implementation of
 HEALPix.

Package: libhealpix0
Description-md5: 255ad9dcda64abdb5690f54a17c30cba
Description-en: HEALPix representation of spherical data - Fortran library
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides the Fortran language implementation of HEALPix.

Package: libhealpix-java
Description-md5: 23e2c80602f16fbc523f98e896fb8630
Description-en: HEALPix representation of spherical data - Java library
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides the Java language implementation of HEALPix.

Package: libhealpix-java-doc
Description-md5: 0f527aed851267674766d07718d24bd7
Description-en: HEALPix representation of spherical data - Java documentation
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides documentation for the Java language implementation of
 HEALPix.

Package: healpy-data
Description-md5: c4ee58a35b8a2b11453f31bb679a1262
Description-en: HEALPix representation of spherical data - Python data
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides platform-independent data and test files for the Python
 wrapper around the C++ implementation of HEALPix.

Package: python3-healpy
Description-md5: 0bf0c1a24964e5387d62f4b693d05b4f
Description-en: HEALPix representation of spherical data - Python3 interface
 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
 of a sphere. As suggested in the name, this pixelization produces a
 subdivision of a spherical surface in which each pixel covers the same
 surface area as every other pixel. It is commonly used to store all-sky
 astronomical images, most famously maps of the cosmic microwave background.
 .
 This package provides a Python3 wrapper around the C++ implementation of
 HEALPix.

Package: health-check
Description-md5: dd818751875dba2377f169ecb27865ba
Description-en: process monitoring tool
 Health-check monitors processes and optionally their child
 processes and threads for a given amount of time.  At the end
 of the monitoring it will display the CPU time used, wakeup
 events generated and I/O operations of the given processes.
 It can be used to diagnose unhealthy bad processes.

Package: python3-heapdict
Description-md5: d4d80e1277041156e6b06c43518fe95f
Description-en: heap with decrease-key and increase-key operations for Python 3
 heapdict implements the MutableMapping ABC, meaning it works pretty
 much like a regular Python dict.  It's designed to be used as a
 priority queue.
 .
 This contains the Python 3 version

Package: heaptrack
Description-md5: 56d96531fdd564d2850fedeec3b1576e
Description-en: heap memory profiler for Linux
 Heap memory usage profiler. It uses LD_PRELOAD to track all calls
 to the core memory allocation functions and logs these occurrences.
 Additionally, backtraces are obtained and logged. It can also
 generate a historigram of allocation sizes over the number of
 calls. Heaptrack measures the following:
 .
   * Heap memory consumption (like Massif).
   * Number of calls to allocation functions (like callgrind).
   * Total amount of memory allocated, ignoring deallocations.
   * Leaked memory (like memcheck).
 .
 Heaptrack is notable for it's ability to attach to running processes,
 for consuming substantially less memory than Valgrind, and for not
 reducing an application's interactivity as much as Valgrind does.
 Heaptrack is useful for debugging memory leaks and memory ballooning.
 .
 The package contains the command line tools.

Package: heaptrack-gui
Description-md5: 81174acb789b6d87eef358fb7119aacf
Description-en: heap memory profiler for Linux
 Heap memory usage profiler. It uses LD_PRELOAD to track all calls
 to the core memory allocation functions and logs these occurrences.
 Additionally, backtraces are obtained and logged. It can also
 generate a historigram of allocation sizes over the number of
 calls. Heaptrack measures the following:
 .
   * Heap memory consumption (like Massif).
   * Number of calls to allocation functions (like callgrind).
   * Total amount of memory allocated, ignoring deallocations.
   * Leaked memory (like memcheck).
 .
 Heaptrack is notable for it's ability to attach to running processes,
 for consuming substantially less memory than Valgrind, and for not
 reducing an application's interactivity as much as Valgrind does.
 Heaptrack is useful for debugging memory leaks and memory ballooning.
 .
 The package contains the GUI for data analysis.

Package: libheaptrack
Description-md5: 3cb37c0d347ac3874fefe33ae7e7505a
Description-en: heap memory profiler for Linux
 Heap memory usage profiler. It uses LD_PRELOAD to track all calls
 to the core memory allocation functions and logs these occurrences.
 Additionally, backtraces are obtained and logged. It can also
 generate a historigram of allocation sizes over the number of
 calls. Heaptrack measures the following:
 .
   * Heap memory consumption (like Massif).
   * Number of calls to allocation functions (like callgrind).
   * Total amount of memory allocated, ignoring deallocations.
   * Leaked memory (like memcheck).
 .
 Heaptrack is notable for it's ability to attach to running processes,
 for consuming substantially less memory than Valgrind, and for not
 reducing an application's interactivity as much as Valgrind does.
 Heaptrack is useful for debugging memory leaks and memory ballooning.
 .
 The package contains the shared libraries.

Package: hearse
Description-md5: 5794f9e6ad2af9faa035c500662b5ce9
Description-en: exchange Nethack bones files with other players
 Nethack sometimes saves the level on which you die (including your
 stuff, what killed you, and your ghost) in a "bones file".  These files
 get loaded into later Nethack games.  If you're the only Nethack player
 on your system you'll only get bones files you created yourself.
 .
 With Hearse, you can automatically exchange bones files with other
 Nethack players.  When run it uploads any new bones files it finds
 on your system, then downloads any bones files the server feels like
 giving it.  See http://www.argon.org/~roderick/hearse/ for more
 information.
 .
 An important thing to note is that by default using Hearse will cause
 you to end up with more bones than you otherwise would have.  This
 changes the game's balance and is considered by many players to be a
 mild form of cheating.  You can address this by turning on the
 --delete-uploaded option, but the down side is you'll never encounter
 your own bones files.

Package: heartbeat
Description-md5: ddb086c6c9251076ab28140d4a3653ba
Description-en: Subsystem for High-Availability Linux
 heartbeat is a messaging subsystem for high availability which implements
 serial, UDP, and PPP/UDP heartbeats.
 .
 It is one of the messaging layers supported by the Pacemaker
 cluster resource manager.

Package: heartbeat-dev
Description-md5: 2db4a8a5564e6bdaa093155ea6bcbb9c
Description-en: Subsystem for High-Availability Linux - development files
 heartbeat is a messaging subsystem for high availability which implements
 serial, UDP, and PPP/UDP heartbeats.
 .
 It is one of the messaging layers supported by the Pacemaker
 cluster resource manager.
 .
 This package contains Heartbeat-specific development files.

Package: libheartbeat2
Description-md5: d4f0fa776e9069054e6b632ec6f5a777
Description-en: Subsystem for High-Availability Linux (libraries)
 heartbeat is a messaging subsystem for high availability which implements
 serial, UDP, and PPP/UDP heartbeats.
 .
 It is one of the messaging layers supported by the Pacemaker
 cluster resource manager.
 .
 This package contains the Heartbeat libraries to make them available
 to other programs like Pacemaker without having to install the whole
 Heartbeat suite.

Package: libheartbeat2-dev
Description-md5: cd55666b03ed8197035d3b10d3f8b496
Description-en: Subsystem for High-Availability Linux (development files)
 heartbeat is a messaging subsystem for high availability which implements
 serial, UDP, and PPP/UDP heartbeats.
 .
 It is one of the messaging layers supported by the Pacemaker
 cluster resource manager.
 .
 This package contains the Heartbeat library development files to make
 them available to other programs like Pacemaker.

Package: heartbleeder
Description-md5: 23a3b300a2cc44388ddae46a1df2e1a7
Description-en: test servers for OpenSSL CVE-2014-0160 aka Heartbleed
 The Heartbleed Bug is a serious vulnerability in the popular OpenSSL
 cryptographic software library. This weakness allows stealing the
 information protected, under normal conditions, by the SSL/TLS
 encryption used to secure the Internet. SSL/TLS provides communication
 security and privacy over the Internet for applications such as web,
 email, instant messaging (IM) and some virtual private networks (VPNs).
 .
 The Heartbleed bug allows anyone on the Internet to read the memory
 of the systems protected by the vulnerable versions of the OpenSSL
 software. This compromises the secret keys used to identify the service
 providers and to encrypt the traffic, the names and passwords of the
 users and the actual content. This allows attackers to eavesdrop on
 communications, steal data directly from the services and users and
 to impersonate services and users.
 .
 heartbleeder is a tool that tests remotely (over a network) if a
 system is compromised by an insecure OpenSSL service.
 .
 More about Heartbleed Bug can be viewed at http://heartbleed.com.

Package: heat-api
Description-md5: 8581945bfb8ea1d268bd9651bda3fa94
Description-en: OpenStack orchestration service - API server
 Heat is a service to orchestrate multiple composite cloud applications using
 templates, through both an OpenStack-native ReST API and a
 CloudFormation-compatible Query API.
 .
 This package contains the ReST API.

Package: heat-api-cfn
Description-md5: 19dff3990205e341e40adec7f5ec18da
Description-en: OpenStack orchestration service - CFN API
 Heat is a service to orchestrate multiple composite cloud applications using
 templates, through both an OpenStack-native ReST API and a
 CloudFormation-compatible Query API.
 .
 This package contains the CloudFormation (CFN) API.

Package: heat-common
Description-md5: 6870a02e61dd51e197ab6a39a8cbf67b
Description-en: OpenStack orchestration service - common files
 Heat is a service to orchestrate multiple composite cloud applications using
 templates, through both an OpenStack-native ReST API and a
 CloudFormation-compatible Query API.
 .
 This package contains the common files.

Package: heat-doc
Description-md5: bca050e2df03cd8e12cb7fe1a9321ca3
Description-en: OpenStack orchestration service - Documentation
 Heat is a service to orchestrate multiple composite cloud applications using
 templates, through both an OpenStack-native ReST API and a
 CloudFormation-compatible Query API.
 .
 This package contains the documentation.

Package: heat-engine
Description-md5: 53042942302aa61b9edbcfcd47dd563f
Description-en: OpenStack orchestration service - engine
 Heat is a service to orchestrate multiple composite cloud applications using
 templates, through both an OpenStack-native ReST API and a
 CloudFormation-compatible Query API.
 .
 This package contains the heat engine, which is the core service of heat, and
 which the API servers will use.

Package: python3-heat
Description-md5: e4d5556b61c4fca7372aee160ff69300
Description-en: OpenStack orchestration service - Python files
 Heat is a service to orchestrate multiple composite cloud applications using
 templates, through both an OpenStack-native ReST API and a
 CloudFormation-compatible Query API.
 .
 This package contains the Python libraries.

Package: heat-cfntools
Description-md5: 30d1fe7aad87ef6b0467ec3a53c13c1a
Description-en: Tools required to be installed on Heat provisioned cloud
 This package contains tools for use with CloudFormation
 cfn-init   - Reads the AWS::CloudFormation::Init for the instance resource,
              installs packages, and starts services
 cfn-signal - Waits for an application to be ready before continuing, ie:
              supporting the WaitCondition feature
 cfn-hup    - Handle updates from the UpdateStack CloudFormation API call

Package: python3-heat-dashboard
Description-md5: eb2124defb1e9db410ae98f0513670fb
Description-en: OpenStack orchestration service - dashboard plugin
 Heat is a service to orchestrate multiple composite cloud applications using
 templates, through both an OpenStack-native ReST API and a
 CloudFormation-compatible Query API.
 .
 This package contains the OpenStack dashboard plugin.

Package: heat-tempest-plugin
Description-md5: 57439106b74f0e69a2a7110e27850317
Description-en: OpenStack Integration Test Suite - Heat plugin
 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Heat plugin.

Package: hebcal
Description-md5: 182e37d7b1239643a8ecfe4df3d7901b
Description-en: Perpetual Jewish Calendar
 Hebcal is a program which prints out the days in the Jewish calendar,
 aka the Hebrew Calendar, for a given gregorian year. Hebcal is fairly
 flexible in terms of which events it displays.

Package: hedgewars
Description-md5: 95a283ed5766101c57cbbde0d1b67a66
Description-en: Funny turn-based artillery game, featuring fighting hedgehogs!
 Each player controls a team of several hedgehogs. During the
 course of the game, players take turns with one of their
 hedgehogs. They then use whatever tools and weapons are
 available to attack and kill the opponents' hedgehogs, thereby
 winning the game. Hedgehogs may move around the terrain in a
 variety of ways, normally by walking and jumping but also by
 using particular tools such as the "Rope" or "Parachute", to
 move to otherwise inaccessible areas. Each turn is time-limited
 to ensure that players do not hold up the game with excessive
 thinking or moving.
 .
 A large variety of tools and weapons are available for players
 during the game: Grenade, Cluster Bomb, Bazooka, UFO, Homing Bee,
 Shotgun, Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine,
 Rope, Pneumatic pick, Parachute. Most weapons, when used, cause
 explosions that deform the terrain, removing circular chunks.
 The landscape is an island floating on a body of water, or a
 restricted cave with water at the bottom. A hedgehog dies when
 it enters the water (either by falling off the island, or
 through a hole in the bottom of it), it is thrown off either
 side of the arena or when its health is reduced, typically from
 contact with explosions, to zero (the damage dealt to the
 attacked hedgehog or hedgehogs after a player's or CPU turn is
 shown only when all movement on the battlefield has ceased).

Package: hedgewars-data
Description-md5: a00ae77af1a4a8317e7becce4e0821a3
Description-en: Data files for hedgewars
 This package contains data files for the hedgewars package.
 Examples of files are: maps, scripts, themes, images, sounds,
 level data and other miscellaneous files needed by hedgewars.

Package: heimdal-clients
Description-md5: f60ede2793e741fd3d7f011dec220928
Description-en: Heimdal Kerberos - clients
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes Kerberos utilities like kadmin, kinit, kpasswd and
 klist.

Package: heimdal-dev
Description-md5: 2afcb518ba77da818c92ff450076c587
Description-en: Heimdal Kerberos - development files
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This is the development package, required for developing
 programs for Heimdal.

Package: heimdal-docs
Description-md5: 8c3b64daa0902eebf8cd924e71d8e102
Description-en: Heimdal Kerberos - documentation
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes documentation (in info format) on how to
 use Heimdal, and relevant standards for Kerberos.

Package: heimdal-kcm
Description-md5: 86f9cce037e4e689b26fa360d8bf0702
Description-en: Heimdal Kerberos - KCM daemon
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes the KCM daemon which can hold the credentials
 for all users in the system. Access control is done with Unix-like
 permissions. The daemon checks the access on all operations based on
 the UID and GID of the user. The tickets are renewed as long as is
 permitted by the KDC's policy.

Package: heimdal-kdc
Description-md5: 341da9732edd5d975ab7c6361f80ddfe
Description-en: Heimdal Kerberos - key distribution center (KDC)
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package includes the KDC (key distribution center) server,
 which is designed to run on a secure computer and keeps track
 of users' passwords. This is done using the Kerberos protocol in
 such a way that the server computers do not need to know the
 passwords.

Package: heimdal-multidev
Description-md5: 2c68ae41ae2a5a78791f623671e565b3
Description-en: Heimdal Kerberos - Multi-implementation Development
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package provides versions of the Heimdal development files that
 can be installed along-side MIT Kerberos development files.
 Normally, heimdal-dev should be used. However if a package needs to
 build  against both Heimdal Kerberos and MIT Kerberos, then the
 multidev package should be used.

Package: heimdal-servers
Description-md5: 9208757d7183097184487952fa5b222d
Description-en: Heimdal Kerberos - server programs
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the kfd server, for receiving forwarded tickets.

Package: libasn1-8-heimdal
Description-md5: 3d09240ec7d82874031da02109d856a7
Description-en: Heimdal Kerberos - ASN.1 library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the ASN.1 parser required for Heimdal.

Package: libgssapi3-heimdal
Description-md5: af366fc4a421c3a53900cab1af5922e2
Description-en: Heimdal Kerberos - GSSAPI support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for GSSAPI support.

Package: libhcrypto5-heimdal
Description-md5: 6492d04dab376288c3e43218cb4d78e6
Description-en: Heimdal Kerberos - crypto library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the cryptographic library required for Heimdal.

Package: libhdb9-heimdal
Description-md5: bc0ba4f7d9668b579f08d831a24307a0
Description-en: Heimdal Kerberos - kadmin server library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for storing the KDC database.

Package: libheimbase1-heimdal
Description-md5: 5f80987f2f2b6c07e507ae48f47db52e
Description-en: Heimdal Kerberos - Base library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the base library.

Package: libheimntlm0-heimdal
Description-md5: 586cd171de21a731a6140ef1a06b25c9
Description-en: Heimdal Kerberos - NTLM support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the NTLM support library.

Package: libhx509-5-heimdal
Description-md5: dea700b25446cf97ce3dbf1b8546ecbb
Description-en: Heimdal Kerberos - X509 support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the x509 supportlibrary.

Package: libkadm5clnt7-heimdal
Description-md5: 3c1990ad00253301ad106a775a259242
Description-en: Heimdal Kerberos - kadmin client library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the client library for kadmin.

Package: libkadm5srv8-heimdal
Description-md5: 3cfc4abf46cb966d202e4c7e1c50b12f
Description-en: Libraries for Heimdal Kerberos
 Heimdal is a free implementation of Kerberos 5, that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the server library for kadmin.

Package: libkafs0-heimdal
Description-md5: 7fd30de3adb996e1ddb2c382f4ce4994
Description-en: Heimdal Kerberos - KAFS support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for KAFS support.

Package: libkdc2-heimdal
Description-md5: f51bcfc114ea8cb74a023cd002f2636c
Description-en: Heimdal Kerberos - KDC support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the KDC support library.

Package: libkrb5-26-heimdal
Description-md5: c0c6ca8d74b4d950b5eaf9fb966ab142
Description-en: Heimdal Kerberos - libraries
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the Kerberos 5 library.

Package: libotp0-heimdal
Description-md5: 6390958186e4638a428e5ae7c9683f6f
Description-en: Heimdal Kerberos - OTP support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for OTP support.

Package: libroken19-heimdal
Description-md5: 09767e23fe6e020c9a8665bbe1cfa203
Description-en: Heimdal Kerberos - roken support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for roken support.

Package: libsl0-heimdal
Description-md5: 8ffc54745b78f52228abc0c4b0ada710
Description-en: Heimdal Kerberos - SL support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for SL support.

Package: libwind0-heimdal
Description-md5: 772b646196c8277a9c4b9bfff094e808
Description-en: Heimdal Kerberos - stringprep implementation
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the stringprep library.

Package: heimdall-flash
Description-md5: 82e002fb8f666e055231afa425732f75
Description-en: tool for flashing firmware on Samsung Galaxy S devices
 Heimdall is a tool for flashing firmware (aka ROMs) onto Samsung Galaxy S
 devices over a USB connection.  It accomplishes this using the same
 protocol as Odin, Samsung's internal Windows-only firmware updater.

Package: heimdall-flash-frontend
Description-md5: f1bdd32b87ba24df7b0b5ff4f5194f70
Description-en: tool for flashing firmware on Samsung Galaxy S devices - Qt GUI
 Heimdall is a tool for flashing firmware (aka ROMs) onto Samsung Galaxy S
 devices over a USB connection.  It accomplishes this using the same
 protocol as Odin, Samsung's internal Windows-only firmware updater.
 .
 This package includes a Qt-based frontend for managing Galaxy devices.

Package: hellfire
Description-md5: fa8047046fc861bf9f81a152e89ec232
Description-en: PATHspider Effects List Resolver
 Hellfire is a parallelised DNS resolver. It is written in Go and for the
 purpose of generating input lists to PATHspider, though may be useful for other
 applications. It supports fetching commonly used domain lists in Internet
 Measurement Research.
 .
 Additional metadata may be looked up from RIPEstat using canid integration.

Package: hello
Description-md5: c4a4aec43084cfb4a44c959b27e3a6d6
Description-en: example package based on GNU hello
 The GNU hello program produces a familiar, friendly greeting.  It
 allows non-programmers to use a classic computer science tool which
 would otherwise be unavailable to them.
 .
 Seriously, though: this is an example of how to do a Debian package.
 It is the Debian version of the GNU Project's `hello world' program
 (which is itself an example for the GNU Project).

Package: hello-traditional
Description-md5: 5b672b9e8dff1814062ff9b2e8b2fe5a
Description-en: example package not using any helper package
 The GNU hello program produces a familiar, friendly greeting.  It
 allows non-programmers to use a classic computer science tool which
 would otherwise be unavailable to them.
 .
 Seriously, though: this is an example of how to do a Debian package.
 It is the Debian version of the GNU Project's `hello world' program
 (which is itself an example for the GNU Project).
 .
 This is the same as the hello package, except it does not use
 debhelper (hence the "traditional" suffix).

Package: elpa-helm
Description-md5: ff4290aea72388902c7b3d8fc9f40557
Description-en: Emacs incremental completion and selection narrowing framework
 Helm is incremental completion and selection narrowing framework for
 Emacs. It will help steer you in the right direction when you're
 looking for stuff in Emacs (like buffers, files, etc).
 .
 Helm is a fork of anything.el originally written by Tamas Patrovic and
 can be considered to be its successor. Helm sets out to clean up the
 legacy code in anything.el and provide a cleaner, leaner and more
 modular tool, that's not tied in the trap of backward compatibility.

Package: elpa-helm-core
Description-md5: cab7e279fc6783d2829b3fefb61eb79e
Description-en: Emacs Helm library files
 This package provides library Emacs Lisp files used by the elpa-helm
 package, and by Emacs Lisp addons that depend on Helm.
 .
 Please see the description & documentation for the elpa-helm package
 for more information.

Package: elpa-helm-org
Description-md5: 48994fedd18de577b3d5b7368d8c96c0
Description-en: Emacs Helm for Org-mode headlines and keywords completion
 This package provides an addon for the elpa-helm package to enable
 Helm to complete headlines and keywords in Org-mode.
 .
 It can also be used to complete Org capture template names.

Package: elpa-helm-projectile
Description-md5: fd4bbb24695ba859c75361e70da670f6
Description-en: Helm integration for Projectile
 With this library, Projectile can use Helm for completion.
 .
 See the documentation of elpa-helm and elpa-projectile for more
 details.

Package: help2man
Description-md5: 81b7f764f56e92da4f916f9b4836fe21
Description-en: Automatic manpage generator
 Program to create simple man pages from the --help and
 --version output of other programs.
 .
 Since most GNU documentation is now in info format, this provides a
 way to generate a placeholder man page pointing to that resource while
 still providing some useful information.

Package: helpdev
Description-md5: d6168f4c29cf32622c1d4e37ac52856c
Description-en: Helper tool to get environment information
 This package provides a tool to help users and developers to get
 information about the environment to report bugs or even test your
 system without spending a day on it. It can get information about
 hardware, OS, paths, Python distribution and packages, including
 Qt-things.

Package: elpa-helpful
Description-md5: 6e5b925b8ffddad8d84ce8fb7394b8e0
Description-en: better *help* buffer
 Helpful is a replacement for *help* buffers that provides much more
 contextual information.
 .
 Helpful features view of source code, callers, interactive functions,
 keymaps, aliases. It provides prettier docstrings, symbol properties
 displaying. Also it supports trace, debug or disassemble functions
 from inside of helpful itself.

Package: helpman
Description-md5: 4c8ced2fe131ae89126b77d95174ec76
Description-en: quick & easy access to 4000+ manuals / guides / tutorials
 Helpman provides a classified access to the manuals, installed by user/system
 programs, automatically. It also supports typing a program / manual name, in
 the Select Manual: text / combo box directly, to display it quickly. Error
 Messages will be shown below, if a manual is not found.
 .
 The Manual Type list box, shows sections 1 to 8, useful for specific display
 of  a version of the manual. Say for example, if you see, CRON(8) in a manual,
 it means the CRON manual in the 8th section. So users should choose
 appropriately.
 .
 Please click the info button for more details.

Package: helpviewer.app
Description-md5: 82b6f7a628c7f780dd569304942ac89c
Description-en: Online help viewer for GNUstep programs
 HelpViewer is an online help viewer for GNUstep programs.  It can
 render files in the XLP format, although this format has been
 deprecated and only several packages still use it.

Package: hepmc3-doc
Description-md5: bb3b4a185933d03805863e31cdd984c4
Description-en: Event Record for Monte Carlo Generators (docs)
 The HepMC package is an object oriented event record written in C++ for
 High Energy Physics Monte Carlo Generators.
 .
  Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
 number of entries is unlimited, spin density matrices can be stored with
 each vertex, flow patterns (such as color) can be stored and traced,
 integers representing random number generator states can be stored, and an
 arbitrary number of event weights can be included. Particles and vertices
 are kept separate in a graph structure, physically similar to a physics
 event.
 .
 The added information supports the modularisation of event generators.
 Event information is accessed by means of iterators supplied with the
 package.
 .
 This package provides documentation  and examples for HepMC3.

Package: libhepmc3
Description-md5: 01be32d3597ed8c563aa290ad3cc8399
Description-en: Event Record for Monte Carlo Generators
 The HepMC package is an object oriented event record written in C++ for
 High Energy Physics Monte Carlo Generators.
 .
 Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
 number of entries is unlimited, spin density matrices can be stored with
 each vertex, flow patterns (such as color) can be stored and traced,
 integers representing random number generator states can be stored, and an
 arbitrary number of event weights can be included. Particles and vertices
 are kept separate in a graph structure, physically similar to a physics
 event.
 .
 The added information supports the modularisation of event generators.
 Event information is accessed by means of iterators supplied with the
 package.
 .
 This package ships the shared object for HepMC3.

Package: libhepmc3-dev
Description-md5: 74e9f3c14702d9f81577f27377e5126b
Description-en: Event Record for Monte Carlo Generators - development files
 The HepMC package is an object oriented event record written in C++ for
 High Energy Physics Monte Carlo Generators.
 .
 Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
 number of entries is unlimited, spin density matrices can be stored with
 each vertex, flow patterns (such as color) can be stored and traced,
 integers representing random number generator states can be stored, and an
 arbitrary number of event weights can be included. Particles and vertices
 are kept separate in a graph structure, physically similar to a physics
 event.
 .
 The added information supports the modularisation of event generators.
 Event information is accessed by means of iterators supplied with the
 package.
 .
 This package provides development files for HepMC3.

Package: libhepmc3-search
Description-md5: 49721752ca87d0b3eb785dbdc38fc8a3
Description-en: Monte Carlo event record FIO library -  search engine
 The HepMC package is an object oriented event record written in C++ for
 High Energy Physics Monte Carlo Generators.
 .
 Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
 number of entries is unlimited, spin density matrices can be stored with
 each vertex, flow patterns (such as color) can be stored and traced,
 integers representing random number generator states can be stored, and an
 arbitrary number of event weights can be included. Particles and vertices
 are kept separate in a graph structure, physically similar to a physics
 event.
 .
 The added information supports the modularisation of event generators.
 Event information is accessed by means of iterators supplied with the
 package.
 .
 This package ships the shared object for HepMC3 search engine.

Package: libhepmc3-search-dev
Description-md5: f112f13690cc3273eec68bf147e27be5
Description-en: Event Record for Monte Carlo Generators - development files for search engine
 The HepMC package is an object oriented event record written in C++ for
 High Energy Physics Monte Carlo Generators.
 .
 Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
 number of entries is unlimited, spin density matrices can be stored with
 each vertex, flow patterns (such as color) can be stored and traced,
 integers representing random number generator states can be stored, and an
 arbitrary number of event weights can be included. Particles and vertices
 are kept separate in a graph structure, physically similar to a physics
 event.
 .
 The added information supports the modularisation of event generators.
 Event information is accessed by means of iterators supplied with the
 package.
 .
 This package providesthe development files  for HepMC3 search engine.

Package: hera-utils
Description-md5: f82245b1a1da0634d30c4f6c83b2b002
Description-en: Utilities built from the Hera library
 Some simple utilities for efficient bottleneck and Wasserstein
 distances between persistence diagrams built from the Hera library
 (see libhera-dev).

Package: libhera-dev
Description-md5: fb4a364d985ec0a8db7bd335330c8963
Description-en: Library for efficient bottleneck and Wasserstein distances
 A header-only C++ library for efficient computation of bottleneck and
 Wasserstein distances between persistence diagrams.

Package: herbstluftwm
Description-md5: 88b19e921a0d332a12c54edee00e38b4
Description-en: manual tiling window manager for X11
 In herbstluftwm the layout is based on splitting frames into
 subframes which can be split again or can be filled with windows,
 Tags (or workspaces or virtual desktops or ...) can be added/removed
 at runtime. Each tag contains an own layout and exactly one tag is
 viewed on each monitor. The tags are monitor independent.
 .
 It is configured at runtime via ipc calls from herbstclient. So the
 configuration file is just a script which is run on startup.

Package: hercules
Description-md5: c2e6a257bcc7031d61ecd415485a3bfc
Description-en: System/370, ESA/390 and z/Architecture Emulator
 Hercules is an open source software implementation of the mainframe System/370
 and ESA/390 architectures, in addition to the new 64-bit z/Architecture.
 .
 This means that your PC can emulate an IBM mainframe processor. The
 mainframe can range from a 360 to a z900 - running in "System/370"
 mode, "ESA/390" mode, or "z/Architecture" mode. Hercules executes
 S/370, ESA/390, and z/Architecture instructions and channel
 programs. It emulates mainframe I/O devices by using PC devices. For
 example, 3390 DASD devices are emulated by large files on your hard
 disk, and local 3270 screens are emulated by tn3270 sessions.
 .
 Hercules implements only the raw S/370, ESA/390, and z/Architecture
 instruction set; it does not provide any operating system facilities. This
 means that you need to provide an operating system or standalone program which
 Hercules can load from an emulated disk or tape device. You will have to use a
 free software operating system such as Linux, write the operating system or
 standalone program yourself, obtain a license from IBM to run one of their
 operating systems on your PC, or use IBM programs and operating systems which
 have been placed in the public domain.
 .
 Virtual networking can be accomplished using the TUN/TAP driver in
 host Linux kernel.

Package: herculesstudio
Description-md5: b0643232eedc59a37d975820c4239154
Description-en: Hercules GUI front-end
 Hercules Studio is a GUI front-end of the Hercules mainframe Emulator.
 With Hercules Studio, you can easily control and monitor the hercules
 virtual machine.

Package: herisvm
Description-md5: 190ec42378a2f449852967ddae49282d
Description-en: machine learning tools for classification algorithms
 herisvm project is a collection of simple tools implementing
 evaluation algorithms for classification (machine learning).
 In particular, heri-eval implements N-fold cross-validation
 where training and testing is run in parallel.

Package: heroes
Description-md5: 6acee3293d99f22cc69084aab068c7b2
Description-en: Collect powerups and avoid your opponents' trails
 Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes
 many graphical improvements and new game features.  In it, you must maneuver
 a small vehicle around a world and collect powerups while avoiding obstacles,
 your opponents' trails, and even your own trail.
 .
 Several styles of play are available, including "get-all-the-bonuses",
 deathmatch, and "squish-the-pedestrians".  All game styles can be played
 in both single-player and two-player (split-screen) modes.
 .
 You should install the heroes-sound-effects package if you want sound effects,
 and the heroes-sound-tracks package if you want background music in the game.

Package: heroes-data
Description-md5: 72f3d9cf070a5b1299343a6965d94835
Description-en: Required data files for heroes
 Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes
 many graphical improvements and new game features.  In it, you must maneuver
 a small vehicle around a world and collect powerups while avoiding obstacles,
 your opponents' trails, and even your own trail.
 .
 This package contains required data files for heroes, including images,
 level files, and tile sets.

Package: heroes-sound-effects
Description-md5: 666f9b1a13a42d863665943894c523f2
Description-en: Optional sound files for heroes
 Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes
 many graphical improvements and new game features.  In it, you must maneuver
 a small vehicle around a world and collect powerups while avoiding obstacles,
 your opponents' trails, and even your own trail.
 .
 This package contains optional sound effects for heroes.  Install these if
 you want nifty little noises while playing the game.

Package: heroes-sound-tracks
Description-md5: 79062520657724ff31d0aa624ffbf1f0
Description-en: Optional sound files for heroes
 Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes
 many graphical improvements and new game features.  In it, you must maneuver
 a small vehicle around a world and collect powerups while avoiding obstacles,
 your opponents' trails, and even your own trail.
 .
 This package contains optional background music for Heroes.  Install this
 if you want to listen to music while playing the game, or if you just happen
 to like the tunes.  Be warned that this package is quite large and will take
 a long time to download over a modem or other slow link!

Package: herold
Description-md5: f4db50f19bfd481d027b581d75621d89
Description-en: HTML to DocBook XML conversion
 The reuse of HTML content in presentation-neutral form is a frequent problem.
 One possible solution is to convert HTML to DocBook XML, because DocBook is a
 semantic markup language for documentation, which enables its users to create
 document content that captures the logical structure of the content.
 .
 The command line tool herold can be used to convert HTML to DocBook. Because
 HTML elements are often used not as intended, the possibilities for such a
 transformation are somewhat limited. herold is part of the dbdoclet suite of
 tools. For more information visit http://www.dbdoclet.org.

Package: hershey-font-gnuplot
Description-md5: 08f3e746333434ee3a6ef3afc4d9cad9
Description-en: Hershey vector fonts renderer for gnuplot
 The Hershey fonts are a collection of vector fonts developed circa 1967
 by Dr. A. V. Hershey.
 .
 hershey-font-gnuplot renders Hershey vector font text in the form of a
 gnuplot input file.

Package: hershey-fonts-data
Description-md5: 04b40c8f2ace445f2c531b0a482f104e
Description-en: Hershey vector fonts collection
 The Hershey fonts are a collection of vector fonts developed circa 1967
 by Dr. A. V. Hershey.
 .
 This package includes Latin, Greek, Cyrilic, Japanese, and various symbol
 glyph sets encoded as .jhf format Hershey font files.

Package: libhersheyfont-dev
Description-md5: 6edb1df58ffa51dd11da3115e2e90ef3
Description-en: Hershey vector fonts library development files
 The Hershey fonts are a collection of vector fonts developed circa 1967
 by Dr. A. V. Hershey.
 .
 This package includes the headers and static library for libhersheyfont,
 a library of C routines for loading .jhf format Hershey font files.

Package: libhersheyfont0
Description-md5: 0c015e079e4eea2c7cb7cc95128b76e7
Description-en: Hershey vector fonts shared library
 The Hershey fonts are a collection of vector fonts developed circa 1967
 by Dr. A. V. Hershey.
 .
 This package includes the shared library for libhersheyfont,
 a library of C routines for loading .jhf format Hershey font files.

Package: hesiod
Description-md5: a961e1508b081366d98b77b58c16e59d
Description-en: Project Athena's DNS-based directory service - utilities
 Hesiod is a name service library that can provide general name service
 for a variety of applications. It is derived from BIND, the Berkeley
 Internet Name Daemon, and leverages the existing DNS infrastructure of a
 network. It is used on a number of university networks, including MIT
 and Iowa State University.
 .
 This package is only useful on networks that already use
 Hesiod.

Package: libhesiod-dev
Description-md5: 2a4c00e41fd0b17bd205e9c26fd8593d
Description-en: Project Athena's DNS-based directory service - development files
 Hesiod is a name service library that can provide general name service
 for a variety of applications. It is derived from BIND, the Berkeley
 Internet Name Daemon, and leverages the existing DNS infrastructure of a
 network. It is used on a number of university networks, including MIT
 and Iowa State University.
 .
 This package contains Hesiod's include files and static library.

Package: libhesiod0
Description-md5: ea831c950063507e31bb33a46ae62f5f
Description-en: Project Athena's DNS-based directory service - libraries
 Hesiod is a name service library that can provide general name service
 for a variety of applications. It is derived from BIND, the Berkeley
 Internet Name Daemon, and leverages the existing DNS infrastructure of a
 network. It is used on a number of university networks, including MIT
 and Iowa State University.
 .
 This package contains Hesiod's shared library.

Package: libhessian-java
Description-md5: 297c3e23c1d55a225ccaa63f13ef29e6
Description-en: Java implementation of a binary protocol for web services
 Hessian provides compact binary and XML protocols for applications
 needing performance without protocol complexity.  It is well-suited to
 sending binary data without any need to extend the protocol with attachments.
 This library also includes Burlap that is a matching XML protocol.
 .
 With Hessian, providing a web service is as simple as creating a servlet and
 using a service is as simple as a JDK Proxy interface.

Package: libhessian-java-doc
Description-md5: ac2afb7ca7d37bc98e2c090a4be9ef11
Description-en: Documentation for libhessian-java
 Documentation for Hessian that is a Java library that provides compact binary
 and XML protocols for applications needing performance without protocol
 complexity. It is well-suited to sending binary data without any need to
 extend the protocol with attachments. This library also includes Burlap that
 is a matching XML protocol.
 .
 With Hessian, providing a web service is as simple as creating a servlet and
 using a service is as simple as a JDK Proxy interface.

Package: heudiconv
Description-md5: 1c97e589188a732262069fcb46088fb7
Description-en: DICOM converter with support for structure heuristics
 This is a flexible dicom converter for organizing brain imaging data into
 structured directory layouts. It allows for flexible directory layouts and
 naming schemes through customizable heuristics implementations.
 It only converts the necessary dicoms, not everything in a directory.
 It tracks the provenance of the conversion from dicom to nifti in w3c
 prov format.

Package: hevea
Description-md5: e6697fa60641efc6a5cd5d7c4bafc4bc
Description-en: translates from LaTeX to HTML, info, or text
 Its remarkable features are
  - It produces good output. Special symbols (like mathematical symbols) are
    translated into HTML entities which should be rendered by any graphical
    browser. Picture files are only generated on demand, for instance when
    translating graphics.
  - It is highly configurable through (La)TeX macros. Though aimed at
    LaTeX input it understands a fair subset of TeX's macro language.
  - It runs fast.

Package: hex-a-hop
Description-md5: e9af04f1df664e98c876395b31801bbf
Description-en: puzzle game based on hexagonal tiles
 Hex-a-hop is a great puzzle game in which a girl has to break all the green
 tiles in an hexagonal map and step onto a safe tile without getting trapped.
 As you progress through the game, more types of tiles are introduced which
 make things more difficult and interesting as you progress through the many
 levels. You can use the infinite undo feature to retrace your steps if you
 make a mistake. You can take as long as you like to complete each level.

Package: hex-a-hop-data
Description-md5: a91384e2859c8d4985f12e87dfa5a224
Description-en: graphics, audio, levels and translations for Hex-a-hop
 This package contains graphics, audio, levels, docs and l10n for Hex-a-hop.
 .
 Graphics included are the background, icons, map layers, tile images,
 title graphics and movement animations of the heroine. Audio included
 are the music and sound effects.

Package: hexalate
Description-md5: 2f0f885808169896967fb32ea040266d
Description-en: Color matching puzzle
 Hexalate is a color matching game. The goal of the game is to rotate and
 position the circles so that each touching line matches in color. You rotate
 circles by right clicking, and you move circles by dragging them. The game
 stores the positions and rotations of the circles across runs.

Package: hexbox
Description-md5: 4d61d8144973763ed2142ef2a8f41c71
Description-en: Hex Edit Control for .NET developers - apps
 Be.HexEditor contains a reusable control called HexBox, that you can use in
 your application. It's written in C# and drawn by using GDI+ technology.

Package: libhexbox1.5-cil
Description-md5: e29b9c09b0c0dcaf32018ed95c7074f0
Description-en: simple but powerful editor for binary files - libs
 Be.HexEditor the hex editor that opens every file.
 .
 Advantages:
 .
 Opens files of unlimited size.
 Multi-language support (English, German, Italian, Japanese, Russian,
 Simplified Chinese)

Package: monodoc-hexbox-manual
Description-md5: 5d884472594090e2de671995383ee6fc
Description-en: Hex Edit Control for .NET developers - docs
 Be.HexEditor contains a reusable control called HexBox, that you can use in
 your application. It's written in C# and drawn by using GDI+ technology.
 .
 This package contains the compiled XML documentation for hexbox.

Package: hexchat
Description-md5: 3bfe3ea667431d0fee42197cdaa40f2c
Description-en: IRC client for X based on X-Chat 2
 HexChat is a graphical IRC client with a GTK+ GUI. Features include Python,
 Perl and Lua scripting support, a plugin API, multiple server/channel
 windows, spell checking, multiple authentication methods including SASL, and
 customizable notifications. For more information on IRC, see
 http://irchelp.org/.

Package: hexchat-common
Description-md5: aa1d4fd0c11a8d9b810f38999ed64ded
Description-en: Common files for HexChat
 This package includes documentation, headers, and locale files for the
 Debian HexChat packages that are common for all architectures. Hexchat is a
 popular and featureful IRC client with a GTK+ GUI. For more information on
 IRC, see http://irchelp.org/.

Package: hexchat-dev
Description-md5: 3a82bddb41ba7f4457573e9e10933d8c
Description-en: Development files for HexChat
 This package contains the hexchat-plugin.h and hexchat-plugin.pc
 files, which facilitate building binary plugins. Hexchat is a
 popular and featureful IRC client with a GTK+ GUI. For more information on
 IRC, see http://irchelp.org/.

Package: hexchat-lua
Description-md5: d6963485b4835624cb4d1a7cbe14202e
Description-en: Lua plugin for HexChat
 This package contains the Lua plugin for Hexchat.
 Previously included in the main HexChat package, it's now separate as it's not
 actually required for core functionality.

Package: hexchat-perl
Description-md5: d8453713ad1cc654dacacd420df73fa7
Description-en: Perl plugin for HexChat
 This package contains the perl plugin for HexChat. Previously included in the
 main HexChat package, it's now separate as it's not actually required for core
 functionality.

Package: hexchat-plugins
Description-md5: 4032377420fef37282baa6e24d01e9ac
Description-en: Common plugins for HexChat
 This package contains the FiSHLiM, Sysinfo, Do At and Checksum plugins.
 Previously included in the main HexChat package, they're now separate as
 they're not actually required for core functionality.

Package: hexchat-python3
Description-md5: 0c9908188183179286e4c8e916a6eaba
Description-en: Python 3 plugin for HexChat
 This package contains the Python 3 plugin for HexChat. Previously included in
 the main HexChat package, it's now separate as it's not actually required for
 core functionality.

Package: hexchat-otr
Description-md5: 15f5ac18d21bcb6af16e598e928ed76a
Description-en: hexchat plugin to support Off The Record (OTR)
 A plugin for the IRC client hexchat to support Off The Record (OTR)
 conversations.
 .
 OTR allows you to have private conversations over IM by providing:
  - Encryption
   - No one else can read your instant messages.
  - Authentication
   - You are assured the correspondent is who you think it is.
  - Deniability
   - The messages you send do _not_ have digital signatures that are
     checkable by a third party.  Anyone can forge messages after a
     conversation to make them look like they came from you.  However,
     _during_ a conversation, your correspondent is assured the messages
     they see are authentic and unmodified.
  - Perfect forward secrecy
   - If you lose control of your private keys, no previous conversation
     is compromised.

Package: hexcompare
Description-md5: 03160f0acb3abd313de1fa4fbdeb07b1
Description-en: utility to compare and identify binary files
 hexcompare is a curses-based utility to compare and identify differences
 between two binary files. These differences are then represented visually
 with an interactive block diagram. Hexcompare is useful in forensics cases
 when you have two files and you want to compare them to find out whether
 they are identicals or similars.

Package: hexcurse
Description-md5: 90bac3223ca5fd76a78ba45c2a3d4db9
Description-en: Ncurses-based hex editor with many features
 HexCurse is a versatile ncurses-based hex editor written in C that provides
 the user with many features. It currently supports searching, hex, and
 decimal address output, jumping  to specified locations in a file, and
 quick keyboard shortcuts to commands.

Package: hexec
Description-md5: c6b5d9dfd3dca63bc8964e2d53eba8d8
Description-en: Command line tool to hook into exec calls
 hexec can be used to hook into exec system calls. It evaluates a user
 defined expression against all hooked exec calls. This expression can
 contain simple path checks (e.g. -path "*/name") and even complex bash
 scripts.

Package: hexedit
Description-md5: 2d8273d511784f0f3c8cbdada3dc68e5
Description-en: viewer and editor in hexadecimal or ASCII for files or devices
 hexedit shows a target both in hexadecimal and in ASCII. This target can be
 a device or a file. You can edit the target and search through it. There are
 also copy&paste and save to file functions. Is allowed truncating or appending
 to the target. All modifications are shown in bold.
 .
 hexedit is ideal to edit or inspect very large files or devices, as hard disks
 or its partitions, flash drives, etc. These elements will not be wholly read
 because hexedit loads a piece at a time.
 .
 hexedit can be used by programmers in several activities. It also is useful
 for debugging, forensics investigations and recovering from digital disasters.

Package: hexer
Description-md5: f45deb31abfde1efc528da1bbf2acec5
Description-en: interactive binary editor with a Vi-like interface
 Hexer is an interactive binary editor (also known as a hexeditor)
 with a Vi-like interface.  Its most important features are
 multiple buffers, multi-level undo, command-line editing with
 completion, and binary regular expressions.

Package: hexter
Description-md5: d53c6c3a95ff0100a35e925eb8aba8dd
Description-en: Yamaha DX7 modeling DSSI plugin
 hexter is a software synthesizer that models the sound generation of a Yamaha
 DX7 synthesizer. It can easily load most DX7 patch bank files, accept patch
 editing commands via MIDI sys-ex messages, and recreate the sound of the DX7
 with great accuracy.

Package: hexxagon
Description-md5: e38dc6f35662fa80e6ec388d96cd6b81
Description-en: Hexagonal Ataxx clone
 The goal of the game is to conquer as much of the board as possible.
 This is done by capturing the opponent’s pieces or by cloning your own.
 The board is a hexagon built from smaller hexagons.
 .
 Hexxagon is just like Ataxx apart from the board design;
 the Ataxx board is square and the Hexxagon board is hexagonal.
 Hexxagon also offers alternatives boards.

Package: hey
Description-md5: 6c7cde0adaa5c6af8fdeebf480cdcd19
Description-en: Sends some load to a web application
 HTTP load generator, ApacheBench (ab) replacement, formerly
 known as rakyll/boom
 .
 Originally called boom and was influenced from Tarek Ziade's
 tool at github.com/tarekziade/boom. Using the same name was a
 mistake as it resulted in cases where binary name conflicts
 created confusion.
 .
 To preserve the name for its original owner, this project
 was renamed to hey.

Package: hfd-service
Description-md5: 76ed8c177aee12829ff86873b386cffa
Description-en: system D-Bus service for accessing human feedback devices
 Human feedback device service is a D-Bus activated service that manages
 human feedback devices such as LEDs and vibrators on mobile devices.
 .
 The package contains the HFD system service.

Package: hfd-service-tools
Description-md5: d9ded1a93a28428fea9816cec1220f7c
Description-en: Tools to detect and configure devices
 Human feedback device service is a Dbus activated service that manages
 human feedback devices such as LEDs and vibrators on mobile devices.
 .
 This package contains tools for accessing the HFD service.

Package: libqt5feedback5-hfd
Description-md5: 496bd10173cea2d148e210519480e766
Description-en: Qt feedback library extension for accessing the HFD service
 Human feedback device service is a Dbus activated service that manages
 human feedback devices such as LEDs and vibrators on mobile devices.
 .
 This package contains the Qt feedback library extension for accessing
 the HFD service.

Package: qml-module-hfd
Description-md5: 8ca917080502b4e2c61da3769540ed10
Description-en: QML bindings for HFD Service
 Human feedback device service is a Dbus activated service that manages
 human feedback devices such as LEDs and vibrators on mobile devices.
 .
 This package contains the QML bindings for accessing the HFD Service.

Package: hfsplus
Description-md5: 7e515c0e4f0451b5ec9743b7fc5e7b9a
Description-en: Tools to access HFS+ formatted volumes
 HFS+ is a modernized version of Apple Computers HFS Filesystem.
 Nowadays, it is widely used with more recent versions of MacOS.
 hfsplus consists of a library and a set of tools that allow access
 to HFS+ volumes.
 .
 This package contains the tools themselves.

Package: libhfsp-dev
Description-md5: e11c049c3b4224354c6827f09df05cca
Description-en: Library to access HFS+ formatted volumes
 HFS+ is a modernized version of Apple Computers HFS Filesystem.
 Nowadays, it is widely used with more recent versions of MacOS.
 hfsplus consists of a library and a set of tools that allow access
 to HFS+ volumes.
 .
 This package contains everything you need to write programs that use
 this library, i.e. header files and an archive version of the library.

Package: libhfsp0
Description-md5: 6b64bb3b9038f13398437d50b6d52563
Description-en: Shared library to access HFS+ formatted volumes
 HFS+ is a modernized version of Apple Computers HFS Filesystem.
 Nowadays, it is widely used with more recent versions of MacOS.
 hfsplus consists of a library and a set of tools that allow access
 to HFS+ volumes.
 .
 This package contains a shared version of the library.

Package: hfst
Description-md5: ffae1fe3a8a7b7e38c5314293481b737
Description-en: Helsinki Finite-State Transducer Technology
 The Helsinki Finite-State Transducer software is intended for the
 implementation of morphological analysers and other tools which are
 based on weighted and unweighted finite-state transducer technology.

Package: libhfst-dev
Description-md5: 44bcf6eb6f13fc7d87e1de069a9b37e8
Description-en: Helsinki Finite-State Transducer Technology Development files
 The Helsinki Finite-State Transducer software is intended for the
 implementation of morphological analysers and other tools which are
 based on weighted and unweighted finite-state transducer technology.
 .
 This package provides development headers and libraries for HFST

Package: libhfst55
Description-md5: 3747f074947bdb1dd6b5013f1ec28ea5
Description-en: Helsinki Finite-State Transducer Technology Libraries
 The Helsinki Finite-State Transducer software is intended for the
 implementation of morphological analysers and other tools which are
 based on weighted and unweighted finite-state transducer technology.
 .
 This package provides runtime libraries for HFST.

Package: python3-hfst
Description-md5: 61a87c7415dabec5b163d47a939d3119
Description-en: Helsinki Finite-State Transducer Technology (Python3 module)
 The Helsinki Finite-State Transducer software is intended for the
 implementation of morphological analysers and other tools which are
 based on weighted and unweighted finite-state transducer technology.
 .
 This package provides Python3 module for libhfst.

Package: python3-libhfst
Description-md5: 330bc7c934d1893686d727c384a8ff5c
Description-en: Transitional dummy package for python3-hfst
 This is a transitional dummy package. It can safely be removed.

Package: hfst-ospell
Description-md5: cf0c1b5024acfd7d86ccba2cc6372cc3
Description-en: Spell checker library and tool based on HFST
 Minimal HFST optimized lookup format based spell checker library and
 a demonstrational implementation of command line based spell checker.

Package: hfst-ospell-dev
Description-md5: 272a451e463ea7330708bee77da87af6
Description-en: HFST spell checker development files
 Minimal HFST optimized lookup format based spell checker library and
 a demonstrational implementation of command line based spell checker.
 .
 This package provides development headers and libraries for hfst-ospell.

Package: libhfstospell11
Description-md5: 6082534013870c1e4cec822ce40b895b
Description-en: HFST spell checker runtime libraries
 Minimal HFST optimized lookup format based spell checker library and
 a demonstrational implementation of command line based spell checker.
 .
 This package provides runtime libraries for hfst-ospell.

Package: hfsutils
Description-md5: bc1cfdae0eb986fc7820c770cf54995a
Description-en: Tools for reading and writing Macintosh volumes
 HFS is the native Macintosh filesystem format.
 .
 This package contains several command-line utilities for reading and
 writing Macintosh HFS-formatted media such as floppy disks, CD-ROMs,
 and hard disks.

Package: hfsutils-tcltk
Description-md5: 6e699622d68088f4866891ef6939bfa1
Description-en: Tcl/Tk interfaces for reading and writing Macintosh volumes
 HFS is the native Macintosh filesystem format.
 .
 This package contains xhfs, a Tk-based X windows interface, and hfssh,
 a Tcl-based shell.

Package: mercurial-git
Description-md5: 590884d5e652e281148b56b21e2854b0
Description-en: Git plugin for Mercurial
 The Hg-Git plugin for Mercurial adds the ability to push and pull to/from
 a Git server repository. This means you can collaborate on Git based
 projects from Mercurial, or use a Git server as a collaboration point
 for a team with developers using both Git and Mercurial.
 .
 The plugin can convert commits/changesets losslessly from one system to
 another, so you can push via a Mercurial repository and another
 Mercurial client can pull it and their changeset node ids will be
 identical - Mercurial data does not get lost in translation.

Package: hhsuite
Description-md5: 33cb7e8c769908e574aec96cb70eb73a
Description-en: sensitive protein sequence searching based on HMM-HMM alignment
 HH-suite is an open-source software package for sensitive protein sequence
 searching based on the pairwise alignment of hidden Markov models (HMMs).
 .
 This package contains HHsearch and HHblits among other programs and utilities.
 .
 HHsearch takes as input a multiple sequence alignment (MSA) or profile HMM
 and searches a database of HMMs (e.g. PDB, Pfam, or InterPro) for homologous
 proteins. HHsearch is often used for protein structure prediction to detect
 homologous templates and to build highly accurate query-template pairwise
 alignments for homology modeling.
 .
 HHblits can build high-quality MSAs starting from single sequences or from
 MSAs. It transforms these into a query HMM and, using an iterative search
 strategy, adds significantly similar sequences from the previous search to
 the updated query HMM for the next search iteration. Compared to PSI-BLAST,
 HHblits is faster, up to twice as sensitive and produces more accurate
 alignments.

Package: hhsuite-data
Description-md5: 2ddd2546c2236539eec2c6d8d88d3111
Description-en: sensitive protein sequence searching based on HMM-HMM alignment (data)
 HH-suite is an open-source software package for sensitive protein sequence
 searching based on the pairwise alignment of hidden Markov models (HMMs).
 .
 This package contains architecture independent scripts and data files.

Package: hibiscus
Description-md5: bdaef5cf498725b9f94368638667dfb5
Description-en: Java online banking client using the HBCI standard
 A Java based, platform independent (running on Linux, Windows, OS X, OpenBSD,
 OpenSolaris) homebanking application, that uses the German FinTS/HBCI
 standard. All data (accounts, transactions, addresses, ..) are stored
 encrypted into an embedded database (H2) by default or on a MySQL/MariaDB
 server (if configured).
 .
 Hibiscus runs as a plugin within the Jameica framework as either a typical
 desktop application or headless in server mode.

Package: hibiscus-doc
Description-md5: 59c96cb68e37e17c581717018b4210e1
Description-en: Java online banking client using the HBCI standard - documentation package
 A Java based, platform independent (running on Linux, Windows, OS X, OpenBSD,
 OpenSolaris) homebanking application, that uses the German FinTS/HBCI
 standard. All data (accounts, transactions, addresses, ..) are stored
 encrypted into an embedded database (H2) by default or on a MySQL/MariaDB
 server (if configured).
 .
 Hibiscus runs as a plugin within the Jameica framework as either a typical
 desktop application or headless in server mode.
 .
 This package contains the API documentation of the hibiscus package.

Package: libhiccup-clojure
Description-md5: d55dd2ac35fd6ac6c3de195301881415
Description-en: fast library for rendering HTML in Clojure
 Hiccup is a library for representing HTML in Clojure. It uses vectors to
 represent elements, and maps to represent an element's attributes.

Package: python3-hickle
Description-md5: f5d0eaa1b47b5943c7d97f9ff2c9c7b1
Description-en: HDF5 based version of pickle
 An HDF5 based clone of 'pickle', with a twist: instead of serializing to a
 pickle file, Hickle dumps to an HDF5 file (Hierarchical Data Format). It is
 designed to be a "drop-in" replacement for pickle (for common data objects),
 but is really an amalgam of 'h5py' and 'pickle' with extended functionality.
 .
 That is: 'hickle' is a neat little way of dumping Python variables to HDF5
 files that can be read in most programming languages, not just Python. Hickle
 is fast, and allows for transparent compression of your data (LZF / GZIP).

Package: hicolor-icon-theme
Description-md5: 653c5f5ecfe0f797f5a047b73a60b6d5
Description-en: default fallback theme for FreeDesktop.org icon themes
 This is the default fallback theme used by implementations of the
 Freedesktop.org Icon Theme specification.

Package: libhidapi-dev
Description-md5: c4262db76c6846ae58f28364dc7a188c
Description-en: Multi-Platform library for communication with HID devices (development files)
 HIDAPI is a multi-platform library enabling applications to easily
 interface with Bluetooth and USB HID-class devices.
 .
 This package contains the files needed to compile and link programs which
 use HIDAPI.

Package: libhidapi-hidraw0
Description-md5: 5c00020ffe38e949e3f4fdde323ec9cd
Description-en: Multi-Platform library for communication with HID devices (hidraw backend)
 HIDAPI is a multi-platform library enabling applications to easily
 interface with Bluetooth and USB HID-class devices.
 .
 This package contains the hidraw-based implementation of HIDAPI.

Package: libhidapi-libusb0
Description-md5: 858d0616ec887129e96fc82aba766ada
Description-en: Multi-Platform library for communication with HID devices (libusb backend)
 HIDAPI is a multi-platform library enabling applications to easily
 interface with Bluetooth and USB HID-class devices.
 .
 This package contains the libusb-based implementation of HIDAPI.

Package: python3-hidapi
Description-md5: 0c15f16372b048c56bd59420d249c6ce
Description-en: Python bindings for the HID API
 Python bindings for libhidapi for working with Human Interface Devices
 such as mouses and keyboards.
 .
 Python3 version.

Package: hiera
Description-md5: 83651e8019625ca6bf22f64e4095c372
Description-en: Light weight hierarchical data store
 ruby-hiera is a simple pluggable hierarchical database. It can be
 used to store various information and therefore is a good fit for
 the representation of infrastructure information.
 It can be used to query multiple data backends e.g. YAML or Puppet.

Package: hiera-eyaml
Description-md5: d41e6c6236c21703a91b523a6ae42cf1
Description-en: OpenSSL Encryption backend for Hiera
 A backend for Hiera that provides per-value encryption of sensitive
 data within yaml files to be used by Puppet.
 .
 Only the values are encrypted, allowing files to be swiftly reviewed
 without decryption.
 .
 The value of each key is encrypted individually, which means that
 "git diff" is meaningful.
 .
 Includes a command line tool for encrypting, decrypting, editing and
 rotating keys. This makes it almost as easy as using clear text
 files.
 .
 Basic asymmetric encryption (PKCS#7) is used by default. This does
 not require any native libraries to be compiled, and it allows users
 without the private key to encrypt values that the puppet master can
 decrypt
 .
 hiera-eyaml includes a pluggable encryption framework (e.g. GPG
 encryption (hiera-eyaml-gpg) can be used if you have the need for
 multiple keys and easier key rotation)

Package: python-hiera-doc
Description-md5: 2150e6ada6e2eaa7c475ae37ff5f5c56
Description-en: Documentation of the Python interface for the hiera hierarchical database
 This package contains the Sphinx based HTML documentation for the libraries
 python-hiera (Python2) and python3-hiera (Python3).
 .
 The documentation is build as a single HTML file which can be found as
 /usr/share/doc/python-hiera-doc/html/index.html.

Package: python3-hiera
Description-md5: 2841ed3cc2c1e10110548541a247290f
Description-en: Python language bindings for the hiera hierarchical database (Python 3)
 Hiera is a key/value lookup tool for configuration data, often used in Puppet
 and created and built to make Puppet better and let you set node-specific data
 without repeating yourself.
 .
 Hiera’s hierarchical lookups follow a “defaults, with overrides” pattern,
 meaning you specify common data once, and override it in situations where the
 default won’t work.
 .
 The hierarchical data can be organised as JSON, YAML, and EYAML files.
 .
 This package installs the library for Python 3 of the hiera bindings to work
 with formatted hierarchical data.

Package: highlight
Description-md5: 41582079c56affb2a98f081f9b1e9702
Description-en: Universal source code to formatted text converter
 A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
 SVG, XML or terminal escape sequences with syntax highlighting.  It
 supports several programming and markup languages.  Language
 descriptions are configurable and support regular expressions.  The
 utility offers indentation and reformatting capabilities.  It is
 easily possible to create new language definitions and colour themes.

Package: highlight-common
Description-md5: 08ae57b93f7c2207f853162d2187294f
Description-en: source code to formatted text converter (architecture independent files)
 A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
 SVG, XML or terminal escape sequences with syntax highlighting.  It
 supports several programming and markup languages.  Language
 descriptions are configurable and support regular expressions.  The
 utility offers indentation and reformatting capabilities.  It is
 easily possible to create new language definitions and colour themes.
 .
 These are the architecture independent files.

Package: libhighlight-perl
Description-md5: 368fb9117c0fe77abe6577c84bf4a81d
Description-en: perl bindings for highlight source code to formatted text converter
 A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
 SVG, XML or terminal escape sequences with syntax highlighting.  It
 supports several programming and markup languages.  Language
 descriptions are configurable and support regular expressions.  The
 utility offers indentation and reformatting capabilities.  It is
 easily possible to create new language definitions and colour themes.
 This package contains the perl bindings.

Package: elpa-highlight-numbers
Description-md5: 770cea2a33cc906adc0d702a8f1a7e9d
Description-en: highlight numbers in source code
 This minor mode provides syntax highlighting of numeric literals in
 source code, like what many editors provide by default.
 .
 It's easy to add or redefine what exactly consitutes a "number" in
 given major mode. See `highlight-numbers-modelist'.

Package: highlight.js-doc
Description-md5: 222cc1c8693cb387f9fc39e2b3dd0b41
Description-en: JavaScript library for syntax highlighting - documentation
 Highlight.js is a JavaScript library which automatically detects the
 language of code blocks in a web page, and provides syntax highlighting
 for them. The library supports more than fifty languages and is bundled
 with more than twenty style themes.
 .
 This package contains the documentation of this library.

Package: libjs-highlight.js
Description-md5: 2c696294140f1fa8109c6ce07ad05502
Description-en: JavaScript library for syntax highlighting
 Highlight.js is a JavaScript library which automatically detects the
 language of code blocks in a web page, and provides syntax highlighting
 for them. The library supports more than fifty languages and is bundled
 with more than twenty style themes.
 .
 This package contains the library highlight.js usable in a web browser.

Package: node-highlight.js
Description-md5: 58a4ab22b9faf3d919292f287bcff02a
Description-en: JavaScript library for syntax highlighting - NodeJS
 Highlight.js is a JavaScript library which automatically detects the
 language of code blocks in a web page, and provides syntax highlighting
 for them. The library supports more than fifty languages and is bundled
 with more than twenty style themes.
 .
 This package contains the library highlight.js usable as a NodeJS module.

Package: highway-doc
Description-md5: 4a13cdc76ff009e81b5d2d0f302a1686
Description-en: Efficient and performance-portable SIMD wrapper (documentation files)
 This library provides type-safe and source-code portable wrappers over
 existing platform-specific intrinsics. Its design aims for simplicity,
 reliable efficiency across platforms, and immediate usability with current
 compilers.
 .
 This package installs the documentation files.

Package: libhwy-dev
Description-md5: d45462ab018d7504b6ef40591b2d7cf3
Description-en: Efficient and performance-portable SIMD wrapper (developer files)
 This library provides type-safe and source-code portable wrappers over
 existing platform-specific intrinsics. Its design aims for simplicity,
 reliable efficiency across platforms, and immediate usability with current
 compilers.
 .
 This package installs the development files.

Package: libhwy1
Description-md5: 403cb606b0a2c77fed54ebe631105334
Description-en: Efficient and performance-portable SIMD wrapper (runtime files)
 This library provides type-safe and source-code portable wrappers over
 existing platform-specific intrinsics. Its design aims for simplicity,
 reliable efficiency across platforms, and immediate usability with current
 compilers.
 .
 This package installs the runtime files.

Package: libhighwayhash-dev
Description-md5: 9fc10471391380be1529f711a050309e
Description-en: Fast strong hash functions: SipHash/HighwayHash (development)
 Highwayhash provides three 'strong' (well-distributed and unpredictable)
 hash functions: a faster version of SipHash, a data-parallel variant of
 SipHash using tree hashing, and an even faster algorithm called HighwayHash.
 .
 SipHash is a fast but 'cryptographically strong' pseudo-random function by
 Aumasson and Bernstein [https://www.131002.net/siphash/siphash.pdf].
 .
 SipTreeHash slices inputs into 8-byte packets and computes their SipHash in
 parallel, which is faster when processing at least 96 bytes.
 .
 HighwayHash is a new way of mixing inputs which may inspire new
 cryptographically strong hashes. Large inputs are processed at a rate of
 0.3 cycles per byte, and latency remains low even for small inputs.
 HighwayHash is faster than SipHash for all input sizes, with about 3.8 times
 higher throughput at 1 KiB.
 .
 This package ships the static library and development files.

Package: libhighwayhash0
Description-md5: 8a1629c71b2135ccc5047c68a0f3d60c
Description-en: Fast strong hash functions: SipHash/HighwayHash (library)
 Highwayhash provides three 'strong' (well-distributed and unpredictable)
 hash functions: a faster version of SipHash, a data-parallel variant of
 SipHash using tree hashing, and an even faster algorithm called HighwayHash.
 .
 SipHash is a fast but 'cryptographically strong' pseudo-random function by
 Aumasson and Bernstein [https://www.131002.net/siphash/siphash.pdf].
 .
 SipTreeHash slices inputs into 8-byte packets and computes their SipHash in
 parallel, which is faster when processing at least 96 bytes.
 .
 HighwayHash is a new way of mixing inputs which may inspire new
 cryptographically strong hashes. Large inputs are processed at a rate of
 0.3 cycles per byte, and latency remains low even for small inputs.
 HighwayHash is faster than SipHash for all input sizes, with about 3.8 times
 higher throughput at 1 KiB.
 .
 This package ships the shared object.

Package: libhikaricp-java
Description-md5: 77cdca28140922a6cab47ab2a040664f
Description-en: high-performance JDBC connection pool library
 HikariCP is a high performance, low overhead JDBC connection pool library for
 Java. It aims at being simple, robust, reliable and extremely fast. HikariCP
 comes with sane defaults that perform well in most deployments without
 additional tweaking.

Package: hiki
Description-md5: b74d14ad3085073316eefce152b861f5
Description-en: Wiki Engine written in Ruby
 Hiki is one of WikiWiki Web clone (Wiki Engine) written in programming
 language Ruby. WikiWikiWeb is web base collaboration tool. Hiki has
 following features:
 .
   * Simple syntax like original Wiki.
   * Theme function by CSS(Cascading Style Sheet). You can use a lot of
     tDiary themes (http://www.tdiary.net/theme.rhtml).
   * Plugin function, you can add various functions.
   * InterWiki support.
   * Categorize.

Package: hilive
Description-md5: 180e5fd04684d876675df86db79a9f5b
Description-en: realtime alignment of Illumina reads
 HiLive is a read mapping tool that maps Illumina HiSeq (or comparable)
 reads to a reference genome right in the moment when they are produced.
 This means, read mapping is finished as soon as the sequencer is
 finished generating the data.

Package: hime
Description-md5: b489a47e12b18afca9a0bec788eaf446
Description-en: GTK+ based input method for Chinese users
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 To use HIME, the correspondence immodule packages also need to be installed.
 They are:
 .
  * hime-gtk2-immodule for GTK2
  * hime-gtk3-immodule for GTK3
  * hime-qt5-immodule for Qt5

Package: hime-anthy
Description-md5: 71823448038a74a59342003eddcc0b5e
Description-en: support library to use Anthy in HIME
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package is the support library to use anthy in HIME.

Package: hime-chewing
Description-md5: 87450af7291e595fe0ef7c92b1b5e213
Description-en: support library to use Chewing in HIME
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package is the support library to use chewing in HIME.

Package: hime-data
Description-md5: a10a92078a29a5c3ad9fecec03c0526b
Description-en: icons, locales and scripts for HIME
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package contains icons, locales, scripts and other architecture-
 independent things.

Package: hime-gtk2-immodule
Description-md5: af766b32a59da4ae3b2b3d1f9b813e25
Description-en: GTK2 input method module with HIME as backend
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package is the GTK2 input method module (immodule) for HIME.

Package: hime-gtk3-immodule
Description-md5: a15c640a29c295b86bf001ff6ad4adac
Description-en: GTK3 input method module with HIME as backend
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package is the GTK3 input method module (immodule) for HIME.

Package: hime-qt5-immodule
Description-md5: 5d8d8ea6157015f58fb12dedc22207e9
Description-en: Qt5 input method module with HIME as backend
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package is the Qt5 input method module (immodule) for HIME.

Package: hime-tables
Description-md5: cf36c1068d52cc0eafa1012b8fe40277
Description-en: input method tables for HIME
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package contains architecture-dependent input method tables.

Package: libhime
Description-md5: b1c6ada280d071606ce2d13c64257e9c
Description-en: library for HIME
 HIME Input Method Editor is a input method platform, which is forked
 from the famous gcin input method.
 .
 This package contains library for HIME.

Package: hinawa-utils
Description-md5: 086ca1fa0ac09f4ebd7b541912665739
Description-en: Utilities to control Audio and Music units on FireWire (IEEE1394)
 hinawa-utils are utilities to control Audio and Music units on
 FireWire (IEEE1394) and it contains below command line tools.
 .
  * hinawa-bebob-parser
     - Plug structure parser for BeBoB firmware
  * hinawa-config-rom-printer
     - A lexer/parser of configuration ROM on FireWire
  * hinawa-dg00x-cui
     - CLI tool for functionalities of Digidesign Digi 00x family
  * hinawa-dice-common-cui
     - CLI tool for Dice common functionalities
  * hinawa-dice-extension-cui
     - CLI tool for Dice extended functionalities
  * hinawa-fireworks-cui
     - CLI tool for Echo Audio Fireworks module
  * hinawa-focusrite-saffirepro-io-cui
     - CLI tool for Focusrite SaffirePro IO series
  * hinawa-griffin-firewave-cui
     - CLI tool for Griffin Firewave
  * hinawa-lacie-speakers-cui
     - CLI tool for Lacie FireWire speakers
  * hinawa-maudio-bebob-cui
     - CLI tool for M-Audio FireWire series based on BeBoB solution
  * hinawa-motu-common-cui
     - CLI tool for MOTU FireWire series
  * hinawa-oxfw-generic-cui
     - CLI tool for OXFW generic functionalities
  * hinawa-tascam-fireone-cui
     - CLI tool for Tascam FireOne
  * hinawa-tascam-fw-console-cui
     - CLI tool for console models of Tascam FireWire series (FW1082/1884)
  * hinawa-tascam-fw-rack-cui
     - CLI tool for rack models of Tascam FireWire series (FW1804)
  * hinawa-yamaha-terratec-cui
     - CLI tool for Yamaha GO series and Terratec PHASE series

Package: python3-hinawa-utils
Description-md5: 9040e5bc9976ae74266e1073177560b6
Description-en: Library to control Audio and Music units on FireWire (IEEE1394)
 This package provides Python3 libraries with help of PyGObject for
 gobject-introspection which is based on libhinawa API's.
 .
 This package doesn't ship command line tools for specific Audio and Music units
 so, install hinawa-utils package and use hinawa-*-cui tools to control them.

Package: hinge
Description-md5: 796f6bb30e0dd11acb73bb5eeeaf4c08
Description-en: long read genome assembler based on hinging
 HINGE is a genome assembler that seeks to achieve optimal repeat resolution
 by distinguishing repeats that can be resolved given the data from those that
 cannot. This is accomplished by adding “hinges” to reads for constructing an
 overlap graph where only unresolvable repeats are merged. As a result, HINGE
 combines the error resilience of overlap-based assemblers with
 repeat-resolution capabilities of de Bruijn graph assemblers.

Package: hipercontracer
Description-md5: d07b6c04d19ee579e6c2bb3f34143eab
Description-en: Command-line programs for HiPerConTracer
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.

Package: hipercontracer-trigger
Description-md5: bf45b0db377b7bacb10aa6945d57094a
Description-en: Triggered HiPerConTracer service
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.
 This tool triggers HiPerConTracer by incoming "Ping" packets.

Package: libhipercontracer-dev
Description-md5: 707dc9e5bef7cdcc88b6514cc8cbbe87
Description-en: Development files for HiPerConTracer API library
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.
 .
 This package provides header files for the HiPerConTracer library. You need
 them to integrate HiPerConTracer into own programs.

Package: libhipercontracer1
Description-md5: a9a96543428fa59e7ac57604fad84e1a
Description-en: API library of HiPerConTracer
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.
 .
 The HiPerConTracer library is provided by this package.

Package: hippomocks
Description-md5: 1520328de66e36276b0d0a8d86184884
Description-en: C++ mocking framework
 An easily usable mocking framework for C++ that allows you to
 instantiate derived typeswhilst making your test,
 without explicitly writing classes to do so.

Package: hippotat-client
Description-md5: 5fe76215e4a256183164431de380999e
Description-en: IP Over HTTP (Asinine) - client
 IP-over-HTTP client.
 .
 Hippotat is a system to allow you to use your normal VPN, ssh, and
 other applications, even in broken network environments that are only
 ever tested with “web stuff”.
 .
 This package contains the client, which you typically run on your
 laptop as and when required.

Package: hippotat-common
Description-md5: 75c55029f5bc37ed80d2bdc1d0968903
Description-en: IP Over HTTP (Asinine) - common files, including docs
 IP-over-HTTP system common files, including documentation.
 .
 Hippotat is a system to allow you to use your normal VPN, ssh, and
 other applications, even in broken network environments that are only
 ever tested with “web stuff”.
 .
 This package contains the common files need by both client and
 server, and the documentation.

Package: hippotat-server
Description-md5: a12d963b533d5fdb3ed7417da439aff7
Description-en: IP Over HTTP (Asinine) - server
 IP-over-HTTP server.
 .
 Hippotat is a system to allow you to use your normal VPN, ssh, and
 other applications, even in broken network environments that are only
 ever tested with “web stuff”.
 .
 This package contains the server, which you would typically keep
 running on a stable and well-connected machine.

Package: libhipsparse-dev
Description-md5: 64160551fb219b609a19aecd344d9595
Description-en: portable interface for sparse linear algebra on the GPU - headers
 hipSPARSE is a wrapper library that provides a common interface to rocSPARSE
 and cuSPARSE. The hipSPARSE library is designed to help applications using
 cuSPARSE to port their code to the ROCm platform.
 .
 This package provides the AMD ROCm hipSPARSE development headers.

Package: libhipsparse0
Description-md5: b5b6dd894a555699b72b71d2e243ce4d
Description-en: portable interface for sparse linear algebra on the GPU - library
 hipSPARSE is a wrapper library that provides a common interface to rocSPARSE
 and cuSPARSE. The hipSPARSE library is designed to help applications using
 cuSPARSE to port their code to the ROCm platform.
 .
 This package provides the AMD ROCm hipSPARSE library.

Package: libhiredis-dev
Description-md5: e66ca6207edf03fce2e0fedb4fa9c230
Description-en: minimalistic C client library for Redis (development files)
 Hiredis is a minimalistic C client library for the Redis database. It is
 minimalistic because it just adds minimal support for the protocol, but
 at the same time it uses an high level printf-alike API in order to make
 it much higher level than otherwise suggested by its minimal code base
 and the lack of explicit bindings for every Redis command.
 .
 Apart from supporting sending commands and receiving replies, it comes
 with a reply parser that is decoupled from the I/O layer. It is a stream
 parser designed for easy reusability, which can for instance be used in
 higher level language bindings for efficient reply parsing.
 .
 Hiredis only supports the binary-safe Redis protocol, so you can use it
 with any Redis version >= 1.2.0.
 .
 The library comes with multiple APIs. There is the synchronous API, the
 asynchronous API and the reply parsing API.
 .
 This package provides the development files for hiredis.

Package: libhiredis0.14
Description-md5: 30ca4f8691338e6fc959dcd64d39335e
Description-en: minimalistic C client library for Redis
 Hiredis is a minimalistic C client library for the Redis database. It is
 minimalistic because it just adds minimal support for the protocol, but
 at the same time it uses an high level printf-alike API in order to make
 it much higher level than otherwise suggested by its minimal code base
 and the lack of explicit bindings for every Redis command.
 .
 Apart from supporting sending commands and receiving replies, it comes
 with a reply parser that is decoupled from the I/O layer. It is a stream
 parser designed for easy reusability, which can for instance be used in
 higher level language bindings for efficient reply parsing.
 .
 Hiredis only supports the binary-safe Redis protocol, so you can use it
 with any Redis version >= 1.2.0.
 .
 The library comes with multiple APIs. There is the synchronous API, the
 asynchronous API and the reply parsing API.

Package: python-hiro-doc
Description-md5: cc852e7c8ec1d1111bfc5647dcadf5c5
Description-en: time manipulation utilities for Python - documentation
 The hiro module provides a context-manager which hijacks a few commonly used
 time function to manipulate time in its context. It allows you to rewind,
 forward, freeze, unfreeze, and scale time according to given settings.
 .
 Most notably, the builtin functions time.sleep, time.time, time.gmtime,
 datetime.now, datetime.utcnow and datetime.today behave according the
 configuration of the context.
 .
 This package provides the documentation of the hiro module.

Package: python3-hiro
Description-md5: d4e3e2796f468770e36358b6e4c6288b
Description-en: time manipulation utilities for Python
 The hiro module provides a context-manager which hijacks a few commonly used
 time function to manipulate time in its context. It allows you to rewind,
 forward, freeze, unfreeze, and scale time according to given settings.
 .
 Most notably, the builtin functions time.sleep, time.time, time.gmtime,
 datetime.now, datetime.utcnow and datetime.today behave according the
 configuration of the context.
 .
 This package provides the Python 3 version of the hiro module.

Package: hisat2
Description-md5: 5f7b7bae1f6d1899a67fb91260ec0d0f
Description-en: graph-based alignment of short nucleotide reads to many genomes
 HISAT2 is a fast and sensitive alignment program for mapping next-generation
 sequencing reads (both DNA and RNA) to a population of human genomes (as well
 as against a single reference genome). Based on an extension of BWT for graphs
 a graph FM index (GFM) was designed and implementd. In addition to using
 one global GFM index that represents a population of human genomes, HISAT2
 uses a large set of small GFM indexes that collectively cover the whole genome
 (each index representing a genomic region of 56 Kbp, with 55,000 indexes
 needed to cover the human population). These small indexes (called local
 indexes), combined with several alignment strategies, enable rapid and
 accurate alignment of sequencing reads. This new indexing scheme is called a
 Hierarchical Graph FM index (HGFM).

Package: python3-hisat2
Description-md5: e4e54f7ce22e56031a8aabf0c8c9a868
Description-en: Python scripts accompanying hisat2
 HISAT2 is a fast and sensitive alignment program for mapping next-
 generation sequencing reads (both DNA and RNA) to a population of human
 genomes (as well as against a single reference genome). Based on an
 extension of BWT for graphs a graph FM index (GFM) was designed and
 implementd. In addition to using one global GFM index that represents a
 population of human genomes, HISAT2 uses a large set of small GFM
 indexes that collectively cover the whole genome (each index
 representing a genomic region of 56 Kbp, with 55,000 indexes needed to
 cover the human population). These small indexes (called local indexes),
 combined with several alignment strategies, enable rapid and accurate
 alignment of sequencing reads. This new indexing scheme is called a
 Hierarchical Graph FM index (HGFM).
 .
 This package provides a serires of platform-independent scripts that are
 typically expected to be co-installed with the hisat2 binary.

Package: hitch
Description-md5: daf5c6135ecc6e01ad5e1a7bdab5b004
Description-en: scalable TLS proxy
 Hitch is a libev-based high performance SSL/TLS proxy, used for terminating
 HTTPS traffic in front of origin servers.
 .
 Hitch features:
 .
   * ALPN/NPN for HTTP/2
   * Support for TLS1.2 and TLS1.3 and legacy TLS 1.0/1.1
   * SNI, with and without wildcard certificates
   * Automatic OCSP stapling support
   * Client certificate authentication
   * PROXY protocol to signal client IP/port to backend
   * Supports UNIX domain socket connections to origin
   * Safe for large installations: performant up to 15 000 listening sockets
     and 500 000 certificates
   * Support for seamless run-time configuration reloads of certificates and
     listen endpoints

Package: hitori
Description-md5: 0ae2474b4abbd88e058851a033144dc4
Description-en: logic puzzle game similar to sudoku
 Hitori puzzles give you a grid filled with numbers. The goal is to
 remove numbers such that no row or column contains duplicates.
 .
 This implementation has undo/redo support, can give hints, and
 generates puzzles up to 10x10 cells large.

Package: hivelytracker
Description-md5: e0318eae9593f8b80aefc595cfc6390a
Description-en: Music tracker for AHX and HVL formats
 This is a music tracker program based upon the AHX. The
 original dates back to Amiga.

Package: libhivex-bin
Description-md5: 89fa267ea5ad3e7afa9180854b40559f
Description-en: utilities for reading and writing Windows Registry hives
 libhivex is a self-contained library for reading and writing Windows
 Registry "hive" binary files.
 .
 This package contains a few command line programs that utilize libhivex.

Package: libhivex-dev
Description-md5: a35a894e56b30e590b859ae01c6cf84e
Description-en: library for reading and writing Windows Registry hives
 libhivex is a self-contained library for reading and writing Windows
 Registry "hive" binary files.
 .
 This package provides static libraries and header files.

Package: libhivex-ocaml
Description-md5: 1623b0e7530f23ef553e4a918e9d5528
Description-en: OCaml bindings for hivex -- runtime files
 OCaml bindings for libhivex, a library for reading and writing
 Windows Registry "hive" binary files.
 .
 This package include only the shared runtime stub libraries.

Package: libhivex-ocaml-dev
Description-md5: 9ddfa7e26a1aeab261f075cfd0a8a0c0
Description-en: OCaml bindings for hivex -- development files
 OCaml bindings for libhivex, a library for reading and writing
 Windows Registry "hive" binary files.
 .
 This package contains all the files needed to develop OCaml programs
 which use OCaml bindings to libhivex.

Package: libhivex0
Description-md5: 3d0eb54ce30942f3cfec8dcf94168cd1
Description-en: library for reading and writing Windows Registry hives
 libhivex is a self-contained library for reading and writing Windows
 Registry "hive" binary files.
 .
 Unlike many other tools in this area, it doesn't use the textual .REG
 format for output, because parsing that is as much trouble as parsing
 the original binary format. Instead it makes the file available
 through a C API, or there is a separate program to export the hive as
 XML.

Package: libwin-hivex-perl
Description-md5: 3e474899bbf5728b3679672f4e5830c6
Description-en: Perl bindings to hivex
 Perl bindings for libhivex, a library for reading and writing
 Windows Registry "hive" binary files.
 .
 This package also contains hivexregedit, a low-level command-line
 tool for manipulating and dumping registry hives.

Package: python3-hivex
Description-md5: 802f69909ae8a4552451fc8cbfcc2949
Description-en: Python 3 bindings for hivex
 Python 3 bindings for libhivex, a library for reading and writing
 Windows Registry "hive" binary files.

Package: ruby-hivex
Description-md5: 851061fd0f4952c64a5a5e540c294fe2
Description-en: Ruby bindings for hivex
 Ruby bindings for libhivex, a library for reading and writing
 Windows Registry "hive" binary files.

Package: golang-github-hjson-hjson-go-dev
Description-md5: 7efd3a33eaafbeb871a31abec694a0b5
Description-en: Hjson for Go (library)
 HJSON is a derivative of JSON designed to be more easily
 editable by humans.  This package provides the Go library for
 manipulating HJSON.

Package: hjson-go
Description-md5: 33e33e58e5f476399924a4dd4efd1a28
Description-en: Hjson for Go (program)
 HJSON is a derivative of JSON designed to be more easily
 editable by humans.  This package provides the CLI tool for
 manipulating HJSON.

Package: aspell-de-1901
Description-md5: 46ec2a4cf1ba3d5831a3665aa6eefdfa
Description-en: Traditional German dictionary for aspell
 This package contains German dictionaries for the aspell spell
 checker.
 .
 Dictionaries included are de_DE-1901 (de-1901/deutsch-alt/german-old)
 and de_CH-1901, all using the traditional German orthography.  For
 the current orthography (de_DE-1996) see package aspell-de.

Package: iogerman
Description-md5: 24f65096ab7e468fc890cc24b4aad15f
Description-en: Traditional German orthography dictionary for ispell
 This is the traditional German dictionary for ispell as put together
 by heinz.knutzen@web.de.
 .
 This dictionary refers to the traditional German orthography
 (de-DE-1901).  For the current orthography (de-DE-1996) see package
 ingerman.

Package: myspell-de-de-1901
Description-md5: 1b67dc027d63cef4fa16cd899535c399
Description-en: Traditional German dictionary for myspell
 This is the German (Germany) dictionary for use with the myspell and
 hunspell spellchecker.
 .
 This dictionary refers to the traditional German orthography
 (de-DE-1901).  For the current orthography (de-DE-1996) see packages
 myspell-de-de or hunspell-de-de.

Package: wogerman
Description-md5: f930732a92da5fa977d78a6e46f484f2
Description-en: Traditional German wordlist
 This is the traditional German wordlist as put together by
 heinz.knutzen@web.de.
 .
 This wordlist refers to the traditional German orthography
 (de-DE-1901).  For the current orthography (de-DE-1996) see package
 wngerman.

Package: ghkl
Description-md5: edc3e8a23ed4ecf703e455dd79835036
Description-en: diffractometer computation control application
 The hkl library is a framework for diffraction computation and
 diffractometer control, heavily used at the SOLEIL synchrotron. It
 supports various types of diffractometer geometry: Eulerian 4-circle,
 Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
 geometry. For each of these it provides several numerically computed
 modes, such as bisector and constant psi.
 .
 This package provides a gui on top of the hkl library.

Package: gir1.2-hkl-5.0
Description-md5: a13bf0bac070fed87aa6a8b8ac4d3cd6
Description-en: diffractometer computation control library - gir binding
 The hkl library is a framework for diffraction computation and
 diffractometer control, heavily used at the SOLEIL synchrotron. It
 supports various types of diffractometer geometry: Eulerian 4-circle,
 Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
 geometry. For each of these it provides several numerically computed
 modes, such as bisector and constant psi.
 .
  This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.

Package: libhkl-dev
Description-md5: 0d7481b9aaeb30c4b8cca68ba9845573
Description-en: diffractometer computation control library - development files
 The hkl library is a framework for diffraction computation and
 diffractometer control, heavily used at the SOLEIL synchrotron. It
 supports various types of diffractometer geometry: Eulerian 4-circle,
 Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
 geometry. For each of these it provides several numerically computed
 modes, such as bisector and constant psi.
 .
 This package provides everything needed to link against hkl.

Package: libhkl-doc
Description-md5: 959ca03ab47e3989c31ce0e866188eb5
Description-en: diffractometer computation control library - documentation
 The hkl library is a framework for diffraction computation and
 diffractometer control, heavily used at the SOLEIL synchrotron. It
 supports various types of diffractometer geometry: Eulerian 4-circle,
 Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
 geometry. For each of these it provides several numerically computed
 modes, such as bisector and constant psi.
 .
 This package provides the documentation for hkl.

Package: libhkl5
Description-md5: 4484aae662bf3580c01ca9a8a9e15855
Description-en: diffractometer computation control library
 The hkl library is a framework for diffraction computation and
 diffractometer control, heavily used at the SOLEIL synchrotron. It
 supports various types of diffractometer geometry: Eulerian 4-circle,
 Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
 geometry. For each of these it provides several numerically computed
 modes, such as bisector and constant psi.
 .
 This package provides the runtime hkl library.

Package: elpa-hl-todo
Description-md5: da81cee661e7faf60095a36574081988
Description-en: highlight TODO and similar keywords in comments and strings
 This package provides minor mode to highlight TODO and similar
 keywords in comments and strings.
 .
 Also this package provides commands for moving to the next or
 previous keyword and to invoke `occur' with a regexp that matches
 all known keywords.

Package: hlins
Description-md5: a1a956a2d4dda7940e57b8d9a6311f56
Description-en: Insert URLs into html documents
 Hlins is a tool to insert hypertext links into HTML documents,
 using a database with entries of the form "name = url". It is
 designed for inserting URLs of real persons: it knows about
 abbreviations of first and middle names and tolerates dropping
 the second part of a composite last name.

Package: hlint
Description-md5: 471310f3151a54c611a86fa0e7ebdafa
Description-en: Haskell source code suggestions
 HLint gives suggestions on how to improve your source code. It can either
 print them directly, or generate a colored HTML output.

Package: libghc-hlint-dev
Description-md5: 2c3d2c94da978b4b5019a8e043268923
Description-en: Haskell source code suggestions
 HLint gives suggestions on how to improve your source code. It can either
 print them directly, or generate a colored HTML output.
 .
 This is the HLint library, used by programs that want to incorporate HLint's
 functionality.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-hlint-doc
Description-md5: 3c40b71db04548dbeb27de5eaa7a4f8a
Description-en: Haskell source code suggestions; documentation
 HLint gives suggestions on how to improve your source code. It can either
 print them directly, or generate a colored HTML output.
 .
 This is the HLint library, used by programs that want to incorporate HLint's
 functionality.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-hlint-prof
Description-md5: 160e1f4bd54b10d95cf1492f5665ac04
Description-en: Haskell source code suggestions; profiling libraries
 HLint gives suggestions on how to improve your source code. It can either
 print them directly, or generate a colored HTML output.
 .
 This is the HLint library, used by programs that want to incorporate HLint's
 functionality.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: libhmat-oss-dev
Description-md5: a8fb10062af22402a93e27b0ddf94ec7
Description-en: hierarchical matrix C/C++ library (development files)
 This library allows one to compute hierarchical matrices, which are tools from
 numerical mathematics used to approximate non-sparse matrices.
 .
 The implementation uses lower-upper (LU) decompositions.
 .
 This package contains the development files.

Package: libhmat-oss3
Description-md5: 58f77ec149c43d0c297e9a1cf6015c83
Description-en: hierarchical matrix C/C++ library (shared library)
 This library allows one to compute hierarchical matrices, which are tools from
 numerical mathematics used to approximate non-sparse matrices.
 .
 The implementation uses lower-upper (LU) decompositions.
 .
 This package contains the shared library.

Package: r-cran-hmisc
Description-md5: 071f75a87f8f18a68654b258440b9117
Description-en: GNU R miscellaneous functions by Frank Harrell
 The Hmisc library contains many functions useful for data
 analysis, high-level graphics, utility operations, functions for
 computing sample size and power, translating SAS datasets,
 imputing missing values, advanced table making, variable clustering,
 character string manipulation, conversion of S objects to LaTeX code,
 recoding variables, and bootstrap repeated measures analysis.

Package: hmmer
Description-md5: 1a932e8cd9001f44e8b56d46f8c58f4b
Description-en: profile hidden Markov models for protein sequence analysis
 HMMER is an implementation of profile hidden Markov model methods for
 sensitive searches of biological sequence databases using multiple sequence
 alignments as queries.
 .
 Given a multiple sequence alignment as input, HMMER builds a statistical
 model called a "hidden Markov model" which can then be used as a query into
 a sequence database to find (and/or align) additional homologues of the
 sequence family.

Package: hmmer-doc
Description-md5: 3d416aeeca0571401b45f82c8190001c
Description-en: profile hidden Markov models for protein sequence analysis (docs)
 HMMER is an implementation of profile hidden Markov model methods for
 sensitive searches of biological sequence databases using multiple sequence
 alignments as queries.
 .
 Given a multiple sequence alignment as input, HMMER builds a statistical
 model called a "hidden Markov model" which can then be used as a query into
 a sequence database to find (and/or align) additional homologues of the
 sequence family.
 .
 This package contains the documentation and a tutorial for the hmmer package.

Package: hmmer-examples
Description-md5: 7e1828cffe3d3ca4e64cc862f962c422
Description-en: profile hidden Markov models for protein sequence analysis (examples)
 HMMER is an implementation of profile hidden Markov model methods for
 sensitive searches of biological sequence databases using multiple sequence
 alignments as queries.
 .
 Given a multiple sequence alignment as input, HMMER builds a statistical
 model called a "hidden Markov model" which can then be used as a query into
 a sequence database to find (and/or align) additional homologues of the
 sequence family.
 .
 This package contains example files to test the hmmer package.

Package: hmmer2
Description-md5: 1a932e8cd9001f44e8b56d46f8c58f4b
Description-en: profile hidden Markov models for protein sequence analysis
 HMMER is an implementation of profile hidden Markov model methods for
 sensitive searches of biological sequence databases using multiple sequence
 alignments as queries.
 .
 Given a multiple sequence alignment as input, HMMER builds a statistical
 model called a "hidden Markov model" which can then be used as a query into
 a sequence database to find (and/or align) additional homologues of the
 sequence family.

Package: hmmer2-doc
Description-md5: d7af4f289694abe40ce3484eb9fc1f1e
Description-en: profile hidden Markov models for protein sequence analysis (docs)
 HMMER is an implementation of profile hidden Markov model methods for
 sensitive searches of biological sequence databases using multiple sequence
 alignments as queries.
 .
 Given a multiple sequence alignment as input, HMMER builds a statistical
 model called a "hidden Markov model" which can then be used as a query into
 a sequence database to find (and/or align) additional homologues of the
 sequence family.
 .
 This package contains documents and example files for the hmmer2 package.

Package: libhmmer2-dev
Description-md5: b67279f939ec41c0014c7fee7a815d8f
Description-en: profile hidden Markov models for protein sequence analysis (devel)
 HMMER is an implementation of profile hidden Markov model methods for
 sensitive searches of biological sequence databases using multiple sequence
 alignments as queries.
 .
 Given a multiple sequence alignment as input, HMMER builds a statistical
 model called a "hidden Markov model" which can then be used as a query into
 a sequence database to find (and/or align) additional homologues of the
 sequence family.
 .
 This package contains header files and static library that can be used to
 link against libhmmer.

Package: hnb
Description-md5: 9a1d5d236fb11c0f7a56b570de7e06b8
Description-en: hierarchical notebook
 Hnb is an ncurses program to organize many kinds of data in one place, for
 example addresses, todo lists, ideas, book reviews or to store snippets of
 brainstorming, to make a structured packing list or just to take random notes.
 It can export ascii, html and xml, supports todo checkboxes, checkbox trees
 with percentages, priorities, preferences, searching and more.
 .
 Hnb is orphaned upstream. Though the current Debian maintainer tries to keep
 hnb in a usable and releasable state he does not plan to add many new
 features. If you are interested in hnb and want to become its new upstream
 maintainer please contact the original author and the Debian maintainer.
 .
 Hnb does currently not support UTF-8.

Package: libhnswlib-dev
Description-md5: c6ef7f656c66b99b44c182c1675b4c13
Description-en: fast approximate nearest neighbor search
 Header-only C++ HNSW implementation with Python bindings.
 .
 A common task in data analysis but also in scientific computations
 is to find data that is very close (multi-dimensional space) or
 similar (same thing) to a given data point. Also as heuristics for
 physics engines, it is the objects closest to you that you are
 most likely to collide with. This library knows how to do this
 fast.

Package: python3-hnswlib
Description-md5: bf6a43f462a3781c7a967ceea0590bec
Description-en: Python bindings for hnswlib: fast approximate nearest neighbor search
 A common task in data analysis but also in scientific computations
 is to find data that is very close (multi-dimensional space) or
 similar (same thing) to a given data point. Also as heuristics for
 physics engines, it is the objects closest to you that you are
 most likely to collide with. This library knows how to do this
 fast.
 .
 This package provides a module for Python3 to the C implementation.

Package: hobbit-plugins
Description-md5: 3d52cc1acc447a5348b7f3b11287e156
Description-en: plugins for the Xymon network monitor
 This package provides plugins for the Xymon network monitor.
 (Formerly called Hobbit.)
 .
 Included client plugins:
  * apt - check for outstanding updates (uses aptitude and dctrl-tools
    if installed)
  * backuppc - check for errors reported by BackupPC servers (needs
    backuppc and sudo)
  * cciss - check hardware RAIDs in HP ProLiant servers (needs
    cciss-vol-status and sudo)
  * cntrk - check the size of the Netfilter Connection Tracking table.
    (needs libfile-slurp-perl)
  * dirtyetc - check for conffiles which are modified compared to
    Debian's defaults but should not be (needs sudo and debsums,
    supports dphys-config)
  * dirtyvcs - check for dirty VCS working copies (supports Git,
    Mercurial, Bzr and Subversion, needs appropriate VCS packages
    and libfile-which-perl installed)
  * dnsq - checks for working DNS on clients (needs libnet-dns-perl
    and libfile-slurp-perl)
  * entropy - check kernel entropy pool size
  * ipmi - read IPMI sensors and event log (needs ipmitool)
  * kern - check for outdated running kernel and need for reboot (needs
    binutils, libfile-slurp-perl and libsort-naturally-perl)
  * libs - check for running processes with upgraded libraries (needs
    lsof, sudo and libyaml-tiny-perl)
  * mailman - checks the existence of Mailman shunt files and aged
    queue files. (needs sudo)
  * mdstat - check for failed or resyncing RAID devices
  * megaraid - check state of LSI MegaRAID SAS controllers (uses
    xynagios, see below, and additionally needs megaclisas-status from
    https://hwraid.le-vert.net/wiki/DebianPackages and sudo)
  * mq - check (postfix's) mail queue (needs libtimedate-perl)
  * misc - meta plugin for running series of scripts (needs
    libipc-run-perl)
  * net - check network interface states (needs libfile-which-perl,
    libfile-slurp-perl, libipc-run-perl, libyaml-tiny-perl, either
    iproute2 or net-tools and optionally ethtool).
  * ntpq - check the ntpd daemon synchronization status (needs ntp)
  * postgres - statistics graphs for PostgreSQL databases (needs
    libdbd-pg-perl)
  * sftbnc - check if the local Postfix MTA has soft_bounce enabled.
  * temp - simple temperature monitor (needs libfile-which-perl and
    libyaml-tiny-perl; depending on the hardware to monitor it optionally
    also needs hddtemp, smartmontools, libxml-twig-perl, nvidia-smi
    (non-free), sudo)
  * yum - check for outstanding updates on RPM based distros (not
    usable on Debian and derivatives).
 .
 Included server plugins:
  * aptdiff - monitor list of installed packages in host pools
  * conn6 - check IPv6 connectivity (needs fping)
  * ircbot - relay status changes to IRC (needs
    libpoe-component-irc-perl)
  * pgbouncer - monitor pool usage and traffic
  * tftp - checks TFTP servers by downloading a file from them
    (needs libnet-tftp-perl)
 * xcl - checks Lenovo XClarity remote management API for hardware
   failure events (needs libmojolicious-perl and libyaml-tiny-perl)
 .
 Helper software:
  * Hobbit.pm: Perl module for writing plugins
  * xynagios: adaptor for running Nagios plugins with Xymon (needs
    libipc-run-perl)
 .
 As not all plugins are needed by everyone, hard dependencies of
 plugins enabled by default are listed in the Recommends field of the
 package and dependencies of plugins disabled by default or optional
 dependencies of single plugins are listed in the Suggests field -- as
 common with many "collection" style Debian packages. The dependencies
 of each plugin are listed above in parentheses.

Package: libhocr-dev
Description-md5: 0744596ebc40b1589a380e78488cffa0
Description-en: Developemnt files for hocr library
 Libhocr is an Hebrew OCR (Optical character recognition) library written in
 C/C++.
 .
 This package contains headers and support files required to build new
 applications with libhocr.

Package: libhocr0
Description-md5: 4ed9450f3994720581f24e74dd00b6c9
Description-en: Hebrew OCR library
 Libhocr is an Hebrew OCR (Optical character recognition) library written in
 C/C++.
 .
 This package contains the libhocr library and the hocr command line utility,
 which can process PBM file formats

Package: hodie
Description-md5: e300479a03383e2068c1db8d7020015b
Description-en: prints the date in Latin
 hodie has the same functionality as the date (1) program, only it prints
 it in grammatically correct Latin

Package: libhoel-dev
Description-md5: d709efd0c0344a26504e41537c796069
Description-en: database abstraction library written in C - development
 Simple and easy to use database access library. Works with SQLite 3,
 MariaDB/Mysql and PostgreSQL databases. Uses a json-based
 language with jansson to execute simples queries based on one table.
 .
 This package contains the development files.

Package: libhoel1.4
Description-md5: 193cf8d381b0e4b58cbac60ebaad3256
Description-en: database abstraction library written in C
 Simple and easy to use database access library. Works with SQLite 3,
 MariaDB/Mysql and PostgreSQL databases. Uses a json-based
 language with jansson to execute simples queries based on one table.

Package: hoichess
Description-md5: 06ee5840909ea31497d5cf3a18ad2f80
Description-en: xboard compatible chess engine to play chess with
 chess engine compatible with xboard, but may also be used
 stand-alone, via terminal. Hoichess is written in C++ for
 GNU/Linux systems, but should work on most other Unix like
 systems. It provides also a xiangqi ("Chinese chess") playing
 program.

Package: hol-light
Description-md5: 4a69d13e99a5d21da7555a1ffc45abd5
Description-en: HOL Light theorem prover
 HOL Light is an interactive theorem prover for Higher-Order Logic
 with a very simple logical core running in an OCaml toplevel. HOL
 Light is famous for the verification of floating-point
 arithmetic as well as for the Flyspeck project, which aimed at the
 formalization of Tom Hales' proof of the Kepler conjecture.

Package: hol88
Description-md5: 856cec9d207e6303a374714c344fc2a5
Description-en: Higher Order Logic, system image
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-contrib-help
Description-md5: d78dae76f790d231cd99bcb9d7919b79
Description-en: Higher Order Logic, user contributed online help files
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-contrib-source
Description-md5: ecaaa8ef767bf5b313a2fac994e4dd57
Description-en: Higher Order Logic, user contributed source
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-doc
Description-md5: 4dedd761e4ac74cd5822cf0ab6bc3ed2
Description-en: Documentation for hol88
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-help
Description-md5: 3cbb7591c156d7493454903e09a5e3de
Description-en: Higher Order Logic, online help files
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-library
Description-md5: ed59d638b3f8235fcf108a92c86aacfe
Description-en: Higher Order Logic, binary library modules
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-library-help
Description-md5: b894edd3e0bf365898f7846ac6e6d35e
Description-en: Higher Order Logic, library online help files
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-library-source
Description-md5: e521c5a5140872f1eacc44ebd11ff5bc
Description-en: Higher Order Logic, library source files
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: hol88-source
Description-md5: 27c7f6d4c5f2c1b835d23e7c80a45f30
Description-en: Higher Order Logic, source files
 The HOL System is an environment for interactive theorem proving in a
 higher-order logic. Its most outstanding feature is its high degree
 of programmability through the meta-language ML. The system has a
 wide variety of uses from formalizing pure mathematics to
 verification of industrial hardware. Academic and industrial sites
 world-wide are using HOL.

Package: holes
Description-md5: aa67c5b7752624388f760e57a76c06ba
Description-en: find runs of zero bytes
 holes looks for runs of zero bytes (a.k.a. holes) in the specified input files
 (or the standard input), and prints the start addresses (in hexadecimal) as
 well as the lengths (in decimal). When multiple input files are specified,
 holes prefixes each line with the file name.
 .
 It can be used with fallocate(1), truncate(1), or virt-sparsify(1).

Package: hollywood
Description-md5: 768f44c76220ea2b35f855ea34c8bc35
Description-en: fill your console with Hollywood melodrama technobabble
 This utility will split your console into a multiple panes of genuine
 technobabble, perfectly suitable for any Hollywood geek melodrama.
 It is particularly suitable on any number of computer consoles in the
 background of any excellent schlock technothriller.

Package: wallstreet
Description-md5: c4e9b1c77b1c2bc645ee7e651d7dcce5
Description-en: fill your console with Wall Street-like news and stats
 This utility will split your console into a multiple panes of news
 and statistics, like any good computer screen on Wall Street.

Package: holotz-castle
Description-md5: a9b3f493ee84468c8deae8cf48234f10
Description-en: platform game with high doses of mystery
 A great mystery is hidden beyond the walls of Holotz's Castle. Will
 you be able to help Ybelle and Ludar to escape alive from the castle?
 Test your dexterity with this tremendously exciting platform game!

Package: holotz-castle-data
Description-md5: 86ffc54928bd804e4e1d589a73f1d206
Description-en: platform game with high doses of mystery - data files
 This package contains data files for the Holotz's Castle game.
 .
 Included are the milanb and holotz-castle maps.

Package: holotz-castle-editor
Description-md5: d80b595423a4a4f7e505b8b2dfdff804
Description-en: platform game with high doses of mystery - level editor
 This package contains the level editor for the Holotz's Castle game.
 .
 The level editor allows you to modify or create new maps and levels
 for Holotz's Castle.

Package: python3-home-assistant-bluetooth
Description-md5: 3da3784e205a72031dd48688ea1d88d1
Description-en: Home Assistant Bluetooth Models and Helpers
 This library is for accessing Home Assistant Bluetooth models. Libraries use
 these models to receive and parse Bluetooth advertisement data.
 .
 The data used to populate BluetoothServiceInfo comes from bleak's BLEDevice
 and AdvertisementData, except for the 'source' field, which comes from Home
 Assistant and represents the source of the data.
 .
 In the future, Home Assistant may support remote Bluetooth transceivers, which
 may use the source field to determine which device is closest.

Package: homebank
Description-md5: 5ebad0a03a9b1f70802f7bd53a61999b
Description-en: Manage your personal accounts at home
 HomeBank is a fast, simple and easy to use program to manage your personal
 accounting.
 It has a lot of features such as easy analysis with  graphical charts
 (statistics, budget, overdrawn, car cost), useful reports ("Where your
 money goes", "Trend Time Report" ), multi-accounts  support, budget
 management, reminder, import from  OFX/QFX-CSV files, visual status of
 operations. It is based on GTK2.

Package: homebank-data
Description-md5: ec2b8b88fba1a08d316f97e42982a74e
Description-en: Data files for homebank
 HomeBank is a fast, simple and easy to use program to manage your personal
 accounting.
 It has a lot of features such as easy analysis with  graphical charts
 (statistics, budget, overdrawn, car cost), useful reports ("Where your
 money goes", "Trend Time Report" ), multi-accounts  support, budget
 management, reminder, import from  OFX/QFX-CSV files, visual status of
 operations. It is based on GTK2.
 .
 This package contains the architecture independent portions of homebank

Package: homer-api
Description-md5: 9dcaa022f54bfa69a5852e3e86a01d65
Description-en: HOMER Capture Node REST API
 HOMER5 a robust, carrier-grade, scalable SIP Capture system and
 Monitoring Application with HEP/HEP2, IP Proto4 (IPIP) encapsulation
 & port mirroring/monitoring support right out of the box, ready to
 process & store insane amounts of signaling with instant search,
 end-to-end analysis and drill-down capabilities for ITSPs,
 VoIP Providers and Trunk Suppliers using SIP signaling.
 .
 This package provides the API for handling data aggregated from
 the capture agent(s).

Package: homer-api-mysql
Description-md5: ab4410b067012ac85c2f9a539b16e1ed
Description-en: HOMER Capture Node REST API
 HOMER5 a robust, carrier-grade, scalable SIP Capture system and
 Monitoring Application with HEP/HEP2, IP Proto4 (IPIP) encapsulation
 & port mirroring/monitoring support right out of the box, ready to
 process & store insane amounts of signaling with instant search,
 end-to-end analysis and drill-down capabilities for ITSPs,
 VoIP Providers and Trunk Suppliers using SIP signaling.
 .
 This package provides the MySQL-specific parts of the API.

Package: homer-api-postgresql
Description-md5: 3c07dd386e116970ba48ce8e760ceac7
Description-en: HOMER Capture Node REST API
 HOMER5 a robust, carrier-grade, scalable SIP Capture system and
 Monitoring Application with HEP/HEP2, IP Proto4 (IPIP) encapsulation
 & port mirroring/monitoring support right out of the box, ready to
 process & store insane amounts of signaling with instant search,
 end-to-end analysis and drill-down capabilities for ITSPs,
 VoIP Providers and Trunk Suppliers using SIP signaling.
 .
 This package provides the PostgreSQL-specific parts of the API.

Package: homesick
Description-md5: 4b76e30eff5687528c99ec4903b0f9af
Description-en: keep your dotfiles (configs) in git
 homesick allows one to keep some set of files from home directory in separate
 git repository.
 User can have several repositories attached to your home directory with several
 sets of configs: one repository for console tools, another for GUI, third for
 some development utilities.
 .
 homesick is similar to vsch, another tool for managing config files.

Package: libhoneysql-clojure
Description-md5: 3f38049b6b3020f6dca0e5a54629d4aa
Description-en: library for mapping Clojure data structures to SQL
 honeysql allows building queries programmatically, even at runtime, without
 having to bash strings together.

Package: hopm
Description-md5: 28765161b3d72bb19788c69821dc0dd3
Description-en: open-proxy monitoring bot designed for IRC servers
 HOPM (Hybrid Open Proxy Monitor) is an open-proxy monitoring bot designed to
 monitor an individual server (all servers on the network have to run their own
 bot if the IRCD does not support `farconnect` user mode) with a local
 operator {} block and monitor connections. When a client connects to a server,
 HOPM will scan the connection for insecure proxies. Insecure proxies are
 determined by attempting to connect the proxy back to another host (usually the
 IRC server in question).

Package: libtsl-hopscotch-map-dev
Description-md5: 957428b2ba957c78c3bd04ddfcbe6577
Description-en: C++ fast hash map and hash set using hopscotch hashing
 The hopscotch-map library is a C++ implementation of a fast hash map and hash
 set using open-addressing and hopscotch hashing to resolve collisions. It is a
 cache-friendly data structure offering better performances than
 `std::unordered_map` in most cases and is closely similar to
 `google::dense_hash_map` while using less memory and providing more
 functionalities.
 .
 The library provides the following main classes: `tsl::hopscotch_map`,
 `tsl::hopscotch_set`, `tsl::hopscotch_pg_map` and `tsl::hopscotch_pg_set`. The
 first two are faster and use a power of two growth policy, the last two use a
 prime growth policy instead and are able to cope better with a poor hash
 function. Use the prime version if there is a chance of repeating patterns in
 the lower bits of your hash (e.g. you are storing pointers with an identity
 hash function).
 .
 In addition to these classes the library also provides `tsl::bhopscotch_map`,
 `tsl::bhopscotch_set`, `tsl::bhopscotch_pg_map` and `tsl::bhopscotch_pg_set`.
 These classes have an additional requirement for the key, it must be
 `LessThanComparable`, but they provide a better asymptotic upper bound.
 Nonetheless if you don't have specific requirements (risk of hash DoS attacks),
 `tsl::hopscotch_map` and `tsl::hopscotch_set` should be sufficient in most
 cases and should be your default pick as they perform better in general.

Package: horgand
Description-md5: d83d80149b987f6895ada70ce99fc4b5
Description-en: JACK capable organ softsynth
 Horgand is a JACK capable organ client with presets and some effects
 incorporated. It generates the sound in real time like a FM
 synthesizer. Due this, you can change the frecuency of all the drawars
 and add some special effects. It features auto-accompaniment, looped
 drums, and a bass line in a wave table way.

Package: horgand-data
Description-md5: 9454c5ff7c5b29bff94920c4f484d4a8
Description-en: JACK capable organ softsynth (data files)
 Horgand is a JACK capable organ client with presets and some effects
 incorporated. It generates the sound in real time like a FM
 synthesizer. Due this, you can change the frecuency of all the drawars
 and add some special effects. It features auto-accompaniment, looped
 drums, and a bass line in a wave table way.
 .
 This package contains architecture-independent data files for horgand.

Package: horizon-doc
Description-md5: 0a84b1d1e18c94bef9e1cd462b2102d8
Description-en: web application to control an OpenStack cloud - doc
 The OpenStack Dashboard is a web application to control an OpenStack
 cloud. It connects to OpenStack services such as Nova, Swift, or Keystone
 using the OpenStack REST API just as you would with the command line
 clients.
 .
 This package contains the documentation.

Package: openstack-dashboard
Description-md5: c215664f915a2766f0484a870aa6c6be
Description-en: web application to control an OpenStack cloud
 The OpenStack Dashboard is a web application to control an OpenStack
 cloud. It connects to OpenStack services such as Nova, Swift, or Keystone
 using the OpenStack REST API just as you would with the command line
 clients.

Package: openstack-dashboard-apache
Description-md5: 7c6f529b04aed10c7f3db1c69ea0a142
Description-en: web application to control an OpenStack cloud - Apache support
 The OpenStack Dashboard is a web application to control an OpenStack
 cloud. It connects to OpenStack services such as Nova, Swift, or Keystone
 using the OpenStack REST API just as you would with the command line
 clients.
 .
 This package includes the configuration files to use within Apache. If you
 wish to configure Apache yourself, use only openstack-dashboard.

Package: python3-django-horizon
Description-md5: dcb39c57e9b2be01fbe0707eea821e4e
Description-en: Django module providing web interaction with OpenStack
 The OpenStack Dashboard is a web application to control an OpenStack
 cloud. It connects to OpenStack services such as Nova, Swift, or Keystone
 using the OpenStack REST API just as you would with the command line
 clients.
 .
 Horizon is a Django module that permits interaction with an OpenStack
 cloud. It can be used to build a dashboard to control an OpenStack cloud.

Package: horizon-eda
Description-md5: 6f4f6ca4fd2de09fe926d79150d955e1
Description-en: EDA layout and schematic application
 Horizon is an Electronic Design Automation (EDA) tool for circuit
 board design. It manages the full design flow from schematic entry
 to gerber export. The main differentiator from KiCAD is a different
 (more sane) part library design. It is quite new software in 2018
 so may have rough edges but is already very capable.
 .
 Notable features:
  * Sane library management
  * Unified editor for everything from symbol to board
  * Netlist-aware schematic editor
  * KiCad's awesome interactive router
  * Lag- and glitch-free rendering
  * Rule-based DRC
  * Undo/redo
  * Copy/paste for some objects
  * Builds and runs on Linux and Windows

Package: horst
Description-md5: bb70bc6d3317152762fb2df6e481ecc2
Description-en: Highly Optimized Radio Scanning Tool
 horst is a small, lightweight IEEE802.11 WLAN analyzer with a text
 interface. Its basic function is similar to tcpdump, Wireshark or
 Kismet, but it's much smaller and shows different, aggregated
 information which is not easily available from other tools. It is
 made for debugging wireless LANs with a focus on getting a quick
 overview instead of deep packet inspection and has special features
 for Ad-hoc (IBSS) mode and mesh networks. It can be useful to get a
 quick overview of what's going on all wireless LAN channels and to
 identify problems.
 .
  * Shows signal (RSSI) values per station, something hard to get,
    especially in IBSS mode
  * Calculates channel utilization ("usage") by adding up the amount of
    time the packets actually occupy the medium
  * "Spectrum Analyzer" shows signal levels and usage per channel
  * Graphical packet history, with signal, packet type and physical rate
  * Shows all stations per ESSID and the live TSF per node as it is
    counting
  * Detects IBSS "splits" (same ESSID but different BSSID – this is/was
    a common driver problem on IBSS mode)
  * Statistics of packets/bytes per physical rate and per packet type
  * Has some support for mesh protocols (OLSR and batman)
  * Can filter specific packet types, operating modes, source addresses
    or BSSIDs
  * Client/server support for monitoring on remote nodes
  * Automatically adds and removes monitor interface
 .
 horst is a Linux program and can be used on any wireless LAN interface
 which supports monitor mode.

Package: hostname
Description-md5: a5a22acc3c69a7f40f07f1a8dfc93af1
Description-en: utility to set/show the host name or domain name
 This package provides commands which can be used to display the system's
 DNS name, and to display or set its hostname or NIS domain name.

Package: hostsed
Description-md5: 23e427945e147d46ffc3cdecee645e93
Description-en: Simple CLI tool for hosts file edition
 Tool for editing hosts file(default /etc/hosts), you can add or delete a DNS
 entry via command line shell.
 Hotsed provides an idemponent command line experience with its
 'add' and 'delete' commands avoiding duplicated or missing entries in the
 hosts file.

Package: hoteldruid
Description-md5: 379fc2dcdd44b2abf11bde3bed714526
Description-en: web-based property management system for hotels or B&Bs
 HotelDruid is designed to make hotel rooms, bed and breakfast apartments,
 or any other kind of daily rental easy to manage from a web browser.
 .
 Main features:
  * automatic assignment of reservations to rooms by user-defined rules;
  * creation of public web pages displaying room availability, etc.;
  * saving, printing, and emailing of documents and invoices;
  * electronic point of sale;
  * management of groups and privileges for multi-user operation;
  * generation of statistical reports.
 .
 It uses an SQLite database by default but can be configured for use
 with MySQL or PostgreSQL.

Package: hotspot
Description-md5: 8da7c10226b50250fb4462d9b8256d26
Description-en: GUI tool for performance analysis
 hotspot project is a KDAB R&D effort to create a
 standalone GUI tool for performance data. This tool
 now only support perf output data. But is intended to
 support various other performance data formats in the
 future.

Package: hovercraft
Description-md5: f85af63704e1837f539352369040c8ee
Description-en: generator for impress.js presentations from reStructuredText
 Hovercraft provides the convenience of reStructuredText together
 with the capability of impress.js for spectacular presentations.
 With that, slides for fancy presentations including pan, zooming,
 and even 3d rotating are written as reST sources and then get generated
 a into HTML output which a standard browser is capable to display.

Package: how-can-i-help
Description-md5: 00e4a0303254ba410bb16083bafe8357
Description-en: show opportunities for contributing to Debian
 how-can-i-help hooks into APT to list opportunities for contributions to
 Debian (orphaned packages, bugs tagged 'newcomer') for packages installed
 locally, after each APT invocation. It can also be invoked directly, and
 then lists all opportunities for contribution (not just the new ones).

Package: libdate-tz3
Description-md5: 70afb65ee57fd10f6172d7d97c74ae5a
Description-en: date and time library based on the C++ <chrono> header
 howardhinnant-date extends <chrono> to calendars and timezones,
 focusing on a seamless integration with the existing <chrono> library,
 type safety, performance and ease of use.
 .
 This package contains the date-tz library

Package: libhowardhinnant-date-dev
Description-md5: 31bfa9192addb4927e5cd9efb99c1b34
Description-en: date and time library based on the C++ <chrono> header - development files
 howardhinnant-date extends <chrono> to calendars and timezones,
 focusing on a seamless integration with the existing <chrono> library,
 type safety, performance and ease of use.
 .
 This package contains the development headers of the library.

Package: howdoi
Description-md5: 77bd810ea7cc1739ddda396f3b12c39f
Description-en: command line tool for instant coding answers
 howdoi will search Google for StackOverflow answers and output you the most
 voted one. Multiple output options are supported, such as providing just a
 link to the answer, providing multiple answers for the same question, etc.

Package: howm
Description-md5: 16cef9fd6c722f25aae87bb6ecff75fb
Description-en: Note-taking tool on Emacs
 Howm(Hitori Otegaru Wiki Modoki) is a note-taking tool on Emacs.
 .
 It is similar to emacs-wiki; you can enjoy hyperlinks and full-text
 search easily. It is not similar to emacs-wiki; it can be combined
 with any format.

Package: hoz
Description-md5: 4505cde465db6f86c3f6b1f0ba7effbb
Description-en: file splitter that uses the hacha file format
 HOZ is a file splitter, which uses the same file format as the popular
 'Hacha' program.

Package: hoz-gui
Description-md5: 005f69f6bfb1c22528d18c1f252c17ab
Description-en: file splitter that uses the hacha file format
 HOZ is a file splitter, which uses the same file format as the popular
 'Hacha' program.
 .
 This package includes the GUI interface for the program.

Package: hp-ppd
Description-md5: 1eb9301dd41595de93bbd5b5c2678d05
Description-en: HP Postscript Printer Definition (PPD) files
 Because PostScript is just a page description language,
 there is a need to provide a mechanism for a print spooler to
 customize the PostScript Job to the actual printer device.
 .
 A PPD (PostScript Printer Definitions) specify the device specific
 PostScript commands needed to utilize printer features (such as
 printing quality, paper tray, duplex printing).
 .
 This package contains some PPDs for HP printers that are not in
 package linuxprinting.org-ppds

Package: hp-search-mac
Description-md5: 119d8f6356747771177879a288afc728
Description-en: Search for a MAC address on HP switches
 This package contains a small utility that can query HP switches for their
 connection table. It then allow you to search for a MAC address and tell you
 where it is physically connected (best match first).
 .
 The functionality is similar to traceroute but on Ethernet level and only
 for HP switches.

Package: hp2xx
Description-md5: 83f406e2c0fb8111ef534cced67f5661
Description-en: HPGL converter into some vector- and raster formats
 HP2XX reads HPGL ASCII source files, interprets them, and converts them
 into either another vector-oriented format or one of several rasterfile
 formats. Currently, its HPGL parser recognizes a subset of the HP 7550A
 command set. Some high-level functions are missing. Also, only some of the
 fixed space vector fonts and none of the variable space arc fonts are
 supported. Beside these limitations, hp2xx has proven to work with many
 HP-GL sources without any trouble.

Package: hp48cc
Description-md5: 0b142028f3ff1a2ae4cbcfc3f5108ec0
Description-en: C-like compiler which produces HP48 RPN
 `hp48cc' is a C-like compiler that translates the input code into the
 HP48 RPN language.  The language recognized by the compiler is only a small
 subset of the C language, with some non-standard extensions, but powerful
 enough to write complex programs simply.

Package: hpanel
Description-md5: c0029ec63cd83607dc331aa3fb76cdc9
Description-en: minimalist panel for X
 Hpanel is hacked version of fspanel, a small panel that lists your
 windows and allows you to switch workspaces. It requires a window
 manager that is compliant with the NETWM specification. It works
 nicely with pekwm and aewm++, and handles maximized windows better
 than fspanel.

Package: hpcc
Description-md5: 9ba9f4d0258b754f36a6b86c90697ea9
Description-en: HPC Challenge benchmark
 The High Performance Computing (HPC) Challenge benchmark runs a suite
 of 7 tests that measure the performance of CPU, memory and network for
 HPC clusters.  Amongst others, it includes the High-Performance LINPACK
 (HPL) benchmark, used by the Top500 ranking (http://www.top500.org/).

Package: hping3
Description-md5: 38162e85685024dfa6dee678aff60576
Description-en: Active Network Smashing Tool
 hping3 is a network tool able to send custom ICMP/UDP/TCP packets and
 to display target replies like ping does with ICMP replies. It handles
 fragmentation and arbitrary packet body and size, and can be used to
 transfer files under supported protocols. Using hping3, you can test
 firewall rules, perform (spoofed) port scanning, test network
 performance using different protocols, do path MTU discovery, perform
 traceroute-like actions under different protocols, fingerprint remote
 operating systems, audit TCP/IP stacks, etc.  hping3 is scriptable
 using the Tcl language.

Package: hpijs-ppds
Description-md5: 979d2d553e8b615deb4af0e078d0def7
Description-en: HP Linux Printing and Imaging - HPIJS PPD files
 This package contains PPD (printer definition) files for the
 printers supported through the HP Linux Printing and Imaging
 System HPIJS driver.
 .
 These PPDs should work well with the matching versions of HPLIP
 and HPIJS, but may not be the most up-to-date PPDs available for
 a given printer.  See http://www.openprinting.org/ for the latest
 version of the PPDs (which are not guaranteed to work well).

Package: hplip
Description-md5: d0f235dee296936ac63dbe1c1e9b59f7
Description-en: HP Linux Printing and Imaging System (HPLIP)
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 HPLIP is composed of:
  * System services to handle communications with the printers
  * HP CUPS backend driver (hp:) with bi-directional communication with
    HP printers (provides printer status feedback to CUPS and enhanced
    HPIJS functionality such as 4-side full-bleed printing support)
  * HP CUPS backend driver for sending faxes (hpfax:)
  * hpcups CUPS Raster driver to turn rasterized input from the CUPS
    filter chain into the printer's native format (PCL, LIDIL, ...).
    (hpcups is shipped in a separate package)
  * HPIJS Ghostscript IJS driver to rasterize output from PostScript(tm)
    files or from any other input format supported by Ghostscript, and
    also for PostScript(tm) to fax conversion support
    (HPIJS is shipped in a separate package)
  * Command line utilities to perform printer maintenance, such as
    ink-level monitoring or pen cleaning and calibration
  * GUI and command line utility to download data from the photo card
    interfaces in MFP devices
  * GUI and command line utilities to interface with the fax functions
  * A GUI toolbox to access all these functions in a friendly way
  * HPAIO SANE backend (hpaio) for flatbed and Automatic Document Feeder
    (ADF) scanning using MFP devices
 .
 USB and JetDirect (network) devices are supported.

Package: hplip-data
Description-md5: 3b25de2ec5e828f0e61d78047df8b6e7
Description-en: HP Linux Printing and Imaging - data files
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 This package contains data files for the HP Linux Printing and Imaging
 System.

Package: hplip-doc
Description-md5: 7a9d622f180b9cbe47e31edb62d9f944
Description-en: HP Linux Printing and Imaging - documentation
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 This package contains the full documentation for the HP Linux
 Printing and Imaging System for off-line reading.  It includes
 the documentation for the HPIJS IJS driver as well.

Package: hplip-gui
Description-md5: 0e8b9881942aaafee62df05b01b6d0d0
Description-en: HP Linux Printing and Imaging - GUI utilities (Qt-based)
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 This package contains utilities with graphical user interface (GUI) for
 HPLIP: HP Toolbox, HP Fax, ...
 .
 Note that all GUI utilities are based on the Qt GUI environment. There
 are currently no equivalent utilities based on GTK+.

Package: libhpmud-dev
Description-md5: c3037acc090b7dd9e9bb4af0e55b60d8
Description-en: HP Multi-Point Transport Driver (hpmud) development libraries
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 Shared library that provides direct I/O for each process. Prior to
 hpmud, all I/O was serialized through hpiod, a monolithic I/O processor.
 The new hpmud direct I/O is faster. Hpmud supports parallel, USB and
 JetDirect connectivity.
 .
 With hpmud, HPLIP no longer has Linux specific libusb extensions. This
 means any UNIX/Linux derivative that supports libusb may work with
 HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h
 for documentation. A Python wrapper for hpmud, called hpmudext, is also
 available.
 .
 This package contains the development headers necessary if you wish
 to build packages depending on libhpmud.

Package: libhpmud0
Description-md5: 1edbc501bdc7dd319ba80065197918f1
Description-en: HP Multi-Point Transport Driver (hpmud) run-time libraries
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 Shared library that provides direct I/O for each process. Prior to
 hpmud, all I/O was serialized through hpiod, a monolithic I/O processor.
 The new hpmud direct I/O is faster. Hpmud supports parallel, USB and
 JetDirect connectivity.
 .
 With hpmud, HPLIP no longer has Linux specific libusb extensions. This
 means any UNIX/Linux derivative that supports libusb may work with
 HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h
 for documentation. A Python wrapper for hpmud, called hpmudext, is also
 available.

Package: libsane-hpaio
Description-md5: 208dafbff3569d9b6dbc7f0b94df7754
Description-en: HP SANE backend for multi-function peripherals
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 This package contains the SANE backend libraries for use with HP
 Multi-function peripherals.
 .
 Users of hplip are advised to install the hplip{-gui} packages for
 command line and GUI tools associated with HPLIP.
 .
 This package is useful for a minimal footprint headless scanning solution.

Package: printer-driver-hpcups
Description-md5: ada0514587fab5c2bab3c115ac6c4800
Description-en: HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
 This package contains a CUPS-Raster-based printer driver which adds support
 for most inkjet printers and some LaserJet printers manufactured by HP. It
 does not provide PPDs for the fax functionality of HP's multi-function
 devices.
 .
 Users of the CUPS printing system are advised to also install the
 hplip package, and use the hp CUPS backend to send data to the printer.
 HPLIP supports USB and networked devices, and enables
 extended hpcups functionality such as border-less printing.
 Selecting any hpcups ppd in CUPS will use hpcups automatically.
 .
 No physical PPDs are shipped with this driver. PPDs are dynamically
 generated via a CUPS DDK .drv file.
 .
 This package can be installed to provide a minimal headless printer
 solution using CUPS.

Package: printer-driver-hpijs
Description-md5: 6ab962d256c4da1e18d9397ae22fbd86
Description-en: HP Linux Printing and Imaging - printer driver (hpijs)
 This package contains an IJS printer driver for Ghostscript, which
 adds support for most inkjet printers and some LaserJet printers
 manufactured by HP.  It is also required for HPLIP fax support.
 .
 The Debian package of hpijs includes the so-called rss patch, to use
 pure black ink instead of composite black in printers that don't do
 color map conversion in firmware.
 .
 HPIJS can take advantage of Ghostscript IJS KRGB support when
 available, to enhance black printing on printers that do color
 map conversion in firmware and are thus not affected by the old
 rss patch.
 .
 Users of the CUPS printing system are advised to also install the
 hplip package, and use the hp CUPS backend to send data to the printer.
 HPLIP supports USB and networked devices, and enables
 extended HPIJS functionality such as border-less printing.
 Selecting any hpijs ppd in CUPS will use hpijs automatically.
 .
 HPIJS is meant to be used through the foomatic system (see the
 foomatic-filters package or foomatic-rip in the cups-filters package).

Package: printer-driver-postscript-hp
Description-md5: a4f2a7386b4164a6709665b9dbe23d95
Description-en: HP Printers PostScript Descriptions
 The HP Linux Printing and Imaging System provides full support for
 printing on most HP SFP (single function peripheral) inkjets and many
 LaserJets, and for scanning, sending faxes and for photo-card access on
 most HP MFP (multi-function peripheral) printers.
 .
 This package contains the compressed PPDs for the PostScript HP
 Printers and the hpps filter.

Package: libhppcrt-java
Description-md5: d776b3b4182c0235f83bad7c2bf2e82e
Description-en: High Performance Primitive Collections RealTime
 This is a fork of HPPC from CarrotSearch. This fork intends to follow the
 original HPPC as close as possible while adding, tweaking, and even modifiying
 some features, for the goal of improving HPPC realtime behaviour. Most of the
 internal modifications were done to effectively remove any temporary Objects
 creation at runtime, provided the containers are correctly pre-sized initially.

Package: hpsockd
Description-md5: 544101f70a2e02405d1f66cb684b1e08
Description-en: HP SOCKS server
 Hpsockd is yet-another SOCKS server, with both version 5 (RFC1928 and
 others) as well as version 4 support, originally written at
 Hewlett-Packard Company.

Package: hsail-tools
Description-md5: 84a6569ea3a88a3ccfcb81047b10381a
Description-en: tools for parsing, assembling, and disassembling HSAIL
 HSAIL-Tools are used for parsing, assembling, and disassembling HSAIL.
 .
 This version of libHSAIL supports the HSA PRM 1.02 (Final) specification.

Package: hscolour
Description-md5: 45d6d1dc45a175d8e2f981a6655db978
Description-en: Haskell program to colourise Haskell code
 HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
 with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
 codes.

Package: libghc-hscolour-dev
Description-md5: 0d57d51edea12b3e5ec83ba14405a266
Description-en: GHC libraries for colourising Haskell code
 HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
 with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
 codes.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-hscolour-doc
Description-md5: 18361540cc1e3764aca366449610d272
Description-en: Documentation for libghc-hscolour-dev; documentation
 HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
 with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
 codes.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-hscolour-prof
Description-md5: 4d2a9b09ad8feb1c73d79ff737e47204
Description-en: Profiling libraries for colourising Haskell code; profiling libraries
 HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
 with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
 codes.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: hsetroot
Description-md5: a185532352cef5ac72b72024cd6b48aa
Description-en: tool for composing root-pixmaps for X11
 hsetroot is a tool which allows you to compose wallpapers ("root pixmaps")
 for X. It has a lot of options like rendering gradients, solids, images but
 it also allows you to perform manipulations on those things, or chain them
 together.

Package: libghc-hslogger-dev
Description-md5: fa19fb25f9683f12c6a9db352a2c8170
Description-en: logging framework for Haskell
 hslogger is a logging framework for Haskell, roughly similar to
 Python's logging module.
 .
 hslogger lets each log message have a priority and source be associated
 with it.  The programmer can then define global handlers that route
 or filter messages based on the priority and source.  hslogger also
 has a syslog handler built in.
 .
 This package contains the API documentation.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-hslogger-doc
Description-md5: beafd32d9fc43ea884dca45c093a7139
Description-en: logging framework for Haskell; documentation
 hslogger is a logging framework for Haskell, roughly similar to
 Python's logging module.
 .
 hslogger lets each log message have a priority and source be associated
 with it.  The programmer can then define global handlers that route
 or filter messages based on the priority and source.  hslogger also
 has a syslog handler built in.
 .
 This package contains the API documentation.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-hslogger-prof
Description-md5: f8c20f95975ebfb77dfb635d1b09f690
Description-en: logging framework for Haskell; profiling libraries
 hslogger is a logging framework for Haskell, roughly similar to
 Python's logging module.
 .
 hslogger lets each log message have a priority and source be associated
 with it.  The programmer can then define global handlers that route
 or filter messages based on the priority and source.  hslogger also
 has a syslog handler built in.
 .
 This package contains the API documentation.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: hsmwiz
Description-md5: d62ea95183fb56a7a857154a03f47069
Description-en: Easy handling of NitroKey HSM USB Smard Card
 HSMWiz is a frontend for OpenSC to ease handling of the NitroKey
 HSM USB smart card. It might work with other smart cards as well, I'm
 not certain. Basically, it is just boilerplate that does nothing more
 than what is already described in the excellent OpenSC tutorial
 (https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM) for the Smart
 Card HSM. However, there's some annoying issues with that -- multiple
 tools are needed (pkcs11-tool, pkcs15-tool, sc-hsm-tool, OpenSSL) and
 output formats are sometimes not very user friendly (e.g., public
 keys are exported as binary DER blobs instead of PEM files). So I
 wrote this little frontend to encapsulate common tasks a bit. The
 hardware this was develped with is the NitroKey HSM, which is a quite
 affordable smart-card based USB HSM.

Package: hspell
Description-md5: 6e2183beb70f135a179470834714c7d7
Description-en: Hebrew spell checker and morphological analyzer
 Hspell is a spellchecker for Hebrew. It checks nikkud-less writing (Ktiv
 Male) and follows the rules set by the Academy of Hebrew Language.
 .
 This package provides a command-line tool as well as a static library.

Package: myspell-he
Description-md5: c680553d735207853d69a447804d662b
Description-en: Hebrew dictionary for myspell
 This is the Hebrew dictionary for use with the myspell spellchecker which
 is currently used within LibreOffice and the mozilla spellchecker. It was
 generated from the hspell dictionaries.

Package: hspell-gui
Description-md5: 8f3e4e5d3946ed67b423ae2b1e6b9572
Description-en: graphical front-end for the hspell Hebrew spell checker
 graphical front-end for hspell the Hebrew spell checker.
 Provides an easy access to the spell checker to the command-line challenged.

Package: hsqldb-utils
Description-md5: 8790ad9c9ca663dc4dc2734d16431d2f
Description-en: Java SQL database engine (utilities)
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:2.29 and SQL:2.23 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.
 .
 This package contains some scripts to invoke the Utilities of HSQLDB
 (org.hsqldb.util.*):
  - hsqldb-databasemanager: DatabaseManager
  - hsqldb-databasemanagerswing: DatabaseManagerSwing
  - hsqldb-transfer: Transfer
  - hsqldb-sqltool: SqlTool

Package: libhsqldb-java
Description-md5: 14fbf72456caca34a30a0a8e72445104
Description-en: Java SQL database engine
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:2.29 and SQL:2.23 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.

Package: libhsqldb-java-doc
Description-md5: 6747e4900845c8ea75518580d62ba25b
Description-en: documentation for HSQLDB
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:2.29 and SQL:2.23 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.
 .
 This package contains the documentation of HSQLDB.

Package: libhsqldb1.8.0-java
Description-md5: 214a2c1ad31e54bb2dc0632a9a88f65a
Description-en: Java SQL database engine
 HSQLDB is an SQL relational database engine written in Java.  It has a
 JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus
 SQL:1999 and SQL:2003 enhancements.  It offers a small, fast database
 engine that offers both in-memory and disk-based tables.  Embedded and
 server modes are available.  Additionally, it includes tools such as a
 minimal web server, in-memory query and management tools (can be run as
 applets), and a number of demonstration examples.
 .
 Web site: http://hsqldb.org/

Package: hstr
Description-md5: 183bd7c5645fc0e21d41932673ddd01b
Description-en: Suggest box like shell history completion
 Command line tool that brings improved bash/zsh command completion
 from the history. It aims to make completion easier and more efficient
 than Ctrl-r.
 .
 HSTR can also manage your command history (for instance you can remove
 commands that are obsolete or contain a piece of sensitive information)
 or bookmark your favorite commands.

Package: ht
Description-md5: 506b1d91d3a57cd5091fce189bca0591
Description-en: Viewer/editor/analyser (mostly) for executables
 This program is a file viewer, editor and analyzer for text, binary,
 and (especially) executable files - in other words it is an advanced
 hexeditor and disassembler.
 .
 For more info (e.g. keybindings) see the README file!
 .
 1. Supported file formats
      - common object file format (COFF/XCOFF32)
      - executable and linkable format (ELF)
      - linear executables (LE)
      - standard DO$ executables (MZ)
      - new executables (NE)
      - portable executables (PE32/PE64)
      - java class files (CLASS)
      - Mach exe/link format (MachO)
      - X-Box executable (XBE)
      - Flat (FLT)
      - PowerPC executable format (PEF)
 2. Code & Data Analyser
      - finds branch sources and destinations recursively
      - finds procedure entries
      - creates labels based on this information
      - creates xref information
      - allows one to interactively analyse unexplored code
      - allows one to create/rename/delete labels
      - allows one to create/edit comments
      - supports x86, ia64, alpha, ppc and java code
 3. Target systems
      - DJGPP
      - GNU/Linux
      - FreeBSD
      - OpenBSD
      - Win32
 .
 Please note that the program is called "hte" not "ht" as the package name
 suggests.

Package: elpa-ht
Description-md5: 687509e8cf22858c4956b22972d0673f
Description-en: hash table library for Emacs
 The missing hash table library for Emacs. Libraries like `s.el'
 (strings) and `dash.el' (lists) have shown how much nicer Emacs Lisp
 programming can be with good libraries. `ht.el' aims to similarly
 simplify working with hash tables.
 .
 Common operations with hash tables (e.g. enumerate the keys) are too
 difficult in Emacs Lisp.
 .
 `ht.el' offers:
 .
  * a consistent naming scheme;
  * a more natural argument ordering;
  * a more comprehensive range of hash table operations;
  * mutation functions always return nil.

Package: htag
Description-md5: 59bd6c59abba535ea2b5d396f06f5e3e
Description-en: tagline/.signature adder for email, news and FidoNet messages
 htag is a tagline (aka .signature for those without a Fidonet background)
 adder but it has now been so over engineered that it will also do
 anything you want it to[0], do lots of stuff I want it to, and do stuff
 it wants to.
 .
 [0] Or at least it will if you write the appropriate plugin.

Package: htdig
Description-md5: bff3bacb9cb737bcdb6d770a00783225
Description-en: web search and indexing system - binaries
 The ht://Dig system is a complete web search engine for a small
 domain or intranet. It is not meant to replace the major
 Internet-wide search engines; instead it is meant to cover the search
 needs of a single company, campus, or even a particular subsection of
 a website.
 .
 Features:
  - intranet searching, spanning multiple local web servers;
  - robot exclusion;
  - boolean expression searches;
  - configurable search results;
  - fuzzy searching (various algorithms supported);
  - indexing of HTML and text files;
  - keyword tagging of HTML documents;
  - email notification of expired documents;
  - indexing of protected servers;
  - searches on subsections of the database;
  - limitation of search depth;
  - ISO-Latin-1 character set support.

Package: htdig-doc
Description-md5: 162de0afbf59101589999afe0d344ffb
Description-en: web search and indexing system - documentation
 The ht://Dig system is a complete web search engine for a small
 domain or intranet. It is not meant to replace the major
 Internet-wide search engines; instead it is meant to cover the search
 needs of a single company, campus, or even a particular subsection of
 a website.
 .
 This package provides the HTML documentation and examples.

Package: python3-html-text
Description-md5: 8b1c8a3398a5a9e30f8df5179c0b930e
Description-en: extract text from HTML.
 How is html_text different from .xpath('//text()') from LXML or .get_text()
 from Beautiful Soup ?
 .
  * Text extracted with html_text does not contain inline styles,
    javascript, comments and other text that is not normally visible to
    users;
  * html_text normalizes whitespace, but in a way smarter than
    .xpath('normalize-space()), adding spaces around inline elements (which
    are often used as block elements in html markup), and trying to avoid
    adding extra spaces for punctuation;
  * html-text can add newlines (e.g. after headers or paragraphs), so that
    the output text looks more like how it is rendered in browsers.

Package: html-xml-utils
Description-md5: 2b92b05314ad72babebf852a1e768e15
Description-en: HTML and XML manipulation utilities
 HTML-XML-utils provides a number of simple utilities for manipulating and
 converting HTML and XML files in various ways. The suite consists of the
 following tools:
 .
  asc2xml      -  convert from UTF-8 to &#nnn; entities
  xml2asc      -  convert from &#nnn; entities to UTF-8
  hxaddid      -  add IDs to selected elements
  hxcite       -  replace bibliographic references by hyperlinks
  hxcite-mkbib -  expand references and create bibliography
  hxclean      -  apply heuristics to correct an HTML file
  hxcopy       -  copy an HTML file while preserving relative links
  hxcount      -  count elements and attributes in HTML or XML files
  hxextract    -  extract selected elements
  hxincl       -  expand included HTML or XML files
  hxindex      -  create an alphabetically sorted index
  hxmkbib      -  create bibliography from a template
  hxmultitoc   -  create a table of contents for a set of HTML files
  hxname2id    -  move some ID= or NAME= from A elements to their parents
  hxnormalize  -  pretty-print an HTML file
  hxnsxml      -  convert output of hxxmlns back to normal XML
  hxnum        -  number section headings in an HTML file
  hxpipe       -  convert XML to a format easier to parse with Perl or AWK
  hxprintlinks -  number links & add table of URLs at end of an HTML file
  hxprune      -  remove marked elements from an HTML file
  hxref        -  generate cross-references
  hxselect     -  extract elements that match a (CSS) selector
  hxtoc        -  insert a table of contents in an HTML file
  hxuncdata    -  replace CDATA sections by character entities
  hxunent      -  replace HTML predefined character entities to UTF-8
  hxunpipe     -  convert output of pipe back to XML format
  hxunxmlns    -  replace "global names" by XML Namespace prefixes
  hxwls        -  list links in an HTML file
  hxxmlns      -  replace XML Namespace prefixes by "global names"

Package: html2ps
Description-md5: 62fc50b03c59d477d3150cd72ba96598
Description-en: HTML to PostScript converter
 This program converts HTML directly to PostScript. The HTML code can be
 retrieved from one or more URLs or local files, specified as parameters
 on the command line. A comprehensive level of HTML is supported,
 including inline images, CSS 1.0, and some features of HTML 4.0.
 .
 This is our justification for the suggests list:
 .
 We suggest ghostscript since it is required in order to output DSC
 compliant PS (--dsc option) and make cross references at links within
 the set of converted documents (--xref option).
 .
 We suggest weblint-perl because it's the default method for checking
 HTML syntax (use the -c option).
 .
 We suggest texlive-base because we need TeX hyphenation pattern in
 order to hyphenate text (use -H option).
 .
 We suggest postscript-viewer because this package generates postscripts
 that can be viewed on a postscript-viewer.
 .
 We suggest xhtml2ps because it's a interesting graphical interface for
 this package.

Package: xhtml2ps
Description-md5: 74f5ad0e14a77a0c2ac42d20b05253f3
Description-en: HTML to PostScript converter (Tcl/Tk GUI frontend)
 This program converts HTML directly to PostScript. The HTML code can be
 retrieved from one or more URLs or local files, specified as parameters
 on the command line. A comprehensive level of HTML is supported,
 including inline images, CSS 1.0, and some features of HTML 4.0.
 .
 This package provides an (outdated) GUI frontend to the html2ps
 converter.
 .
 This is our justification for the suggests list:
 .
 We suggest weblint-perl because it is the default method for checking
 HTML syntax (see Operations | Preferences).
 .
 We suggest lpr because it is the default printing command (see
 Operations | Preferences).
 .
 We suggest mailcap because see is the default command used to open
 the postscript viewer (see Operations | Preferences).
 .
 We suggest postscript-viewer because this package generates postscripts
 which can be viewed with postscript-viewer (see Operations |
 Preferences).

Package: html2text
Description-md5: a57fb9ed5921cd11bfc59269f601f3c0
Description-en: advanced HTML to text converter
 html2text is a converter from HTML to plain text.
 .
 html2text reads HTML documents supplied in the command line (or from standard
 input), converts each of them into a stream of plain text characters and
 writes output to the file or the terminal.
 .
 Debian version also can recognize encoding of documents, do on-fly
 input and output recoding.
 .
 html2text was written because the author wasn't happy with the
 output of "lynx -dump" and so he wrote something better.

Package: html2wml
Description-md5: 47fb0af34fc89f8e3f7f4104cc172114
Description-en: converts HTML pages to WML (WAP) or i-mode pages
 html2wml converts HTML pages to WML or i-mode(tm) pages, suitable
 for being viewed on a WAP or i-mode devices, e.g. cell phones.
 The conversion can be done either on the command line to create
 static pages or on-the-fly by calling this program as a CGI.
 .
 Different WAP browsers are available to view the results of
 html2wml, e.g. the wmlbrowser add-on for iceweasel (aka firefox)
 and wapua.

Package: python3-html5-parser
Description-md5: b448f81acc1e180c8aea8788f156d555
Description-en: fast, standards compliant, C based, HTML 5 parser for python
 A fast implementation of the HTML 5 parsing spec for Python. Parsing is
 done in C using a variant of the gumbo parser. The gumbo parse tree is
 then transformed into an lxml tree, also in C, yielding parse times that
 can be a thirtieth of the html5lib parse times. That is a speedup of 30x.
 This differs, for instance, from the gumbo python bindings, where the
 initial parsing is done in C but the transformation into the final
 tree is done in python.

Package: python3-html5lib
Description-md5: 81d7b958c0ae84dbe55d0f98a00a2af9
Description-en: HTML parser/tokenizer based on the WHATWG HTML5 specification
 html5lib is a pure-python library for parsing HTML. It is designed to
 conform to the HTML 5 specification, which has formalized the error handling
 algorithms of popular web browsers.
 .
 This package contains the Python 3 version of html5lib.

Package: libcss-parser-pp0v5
Description-md5: 4a1bdbd7b6c15e92339ec9b20f69edd6
Description-en: simple CSS1 parser library for C++
 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.
 .
 This package contains the C++ runtime library for CSS parsing.

Package: libcss-parser0
Description-md5: 1e932a39f1e51b7fb0cdda7409d1dd0f
Description-en: simple CSS1 parser library for C
 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.
 .
 This package contains the C runtime library for CSS parsing.

Package: libhtmlcxx-dev
Description-md5: 8e84fc6644f97628f4a0f36a704b5a1d
Description-en: simple HTML/CSS1 parser library for C++ (development)
 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.
 .
 This package contains files required for developing software that makes use of
 htmlcxx.

Package: libhtmlcxx3v5
Description-md5: e0050d08030d97dacace237e03292de6
Description-en: simple HTML parser library for C++
 htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although
 there are several other html parsers available, htmlcxx has some
 characteristics that make it unique:
 .
  * STL like navigation of DOM tree, using excellent tree.hh library from
    Kasper Peeters
  * It is possible to reproduce exactly, character by character, the original
    document from the parse tree
  * Bundled CSS parser
  * Optional parsing of attributes
  * C++ code that looks like C++ (not so true anymore)
  * Offsets of tags/elements in the original document are stored in the nodes
    of the DOM tree
 .
 The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox
 (http://www.mozilla.org) behavior. So you should expect parse trees similar to
 those create by Firefox. However, differently from Firefox, htmlcxx does not
 insert non-existent stuff in your html. Therefore, serializing the DOM tree
 gives exactly the same bytes contained in the original HTML document.

Package: htmldoc
Description-md5: 7eac64051be488714b6fe5cba14de685
Description-en: HTML processor that generates indexed HTML, PS, and PDF
 HTMLDOC is a program for writing documentation in HTML and producing
 indexed HTML, PostScript, or PDF output (with tables of contents).
 It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF,
 JPEG, and PNG images.

Package: htmldoc-common
Description-md5: 901a9dca8c859918d977a5cca8bdc4a0
Description-en: Common arch-independent files for htmldoc
 HTMLDOC is a program for writing documentation in HTML and producing
 indexed HTML, PostScript, or PDF output (with tables of contents).
 It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF,
 JPEG, and PNG images.
 .
 This package contains the htmldoc files common to all architectures.

Package: htmlmin
Description-md5: ad5e3cb4727154354ae039ae294df478
Description-en: HTML Minifier - command line interface
 Command line interface for python-htmlmin.
 .
 htmlmin is an HTML minifier that just works. It comes with safe
 defaults and an easily configurable set options.

Package: python3-htmlmin
Description-md5: 886ac0eb154ca8078619ff76a4755519
Description-en: HTML Minifier
 htmlmin is an HTML minifier that just works. It comes with safe
 defaults and an easily configurable set options.

Package: htop
Description-md5: 8eb5aa19b3c92a975dc78e2165f6688d
Description-en: interactive processes viewer
 Htop is an ncursed-based process viewer similar to top, but it
 allows one to scroll the list vertically and horizontally to see
 all processes and their full command lines.
 .
 Tasks related to processes (killing, renicing) can be done without
 entering their PIDs.

Package: htp
Description-md5: 018fbe68e7854f044b4477c7285ca20c
Description-en: nice HTML pre-processor
 htp is an HTML pre-processor. It is designed to be a flexible authoring tool
 that can easily be integrated into the HTML design process.
 .
 It is able to preprocess HTML, XHTML, XML and CSS files (it could handle
 any text based files). Its purpose is to assist on maintaining a consistent
 look over an entire set of web pages. This is done by allowing someone to
 define their own tags as abbreviations for sets of standard HTML tags.
 .
 Those looking for a tool that allows handling HTML files with any text
 editor, not graphical based editors only, will find htp very helpful since
 it runs from the command-line to build the final HTML code that goes on the
 HTTP server.
 .
 Documentation and examples are included.

Package: htpdate
Description-md5: 591296bd6b016838243fcf058ec7d163
Description-en: HTTP based time synchronization tool
 The  HTTP Time Protocol (HTP) is used to synchronize a computer's time with
 web servers as reference time source. This program can be used instead
 ntpdate or similar, in networks that has a firewall blocking the NTP port.
 .
 Htpdate will synchronize the computer time to Greenwich Mean Time (GMT),
 using the timestamps from HTTP headers found in web servers response (the
 HEAD method will be used to get the information).
 .
 Htpdate works through proxy servers. Accuracy of htpdate will be usually
 within 0.5 seconds (better with multiple servers).

Package: libhtrace-core-java
Description-md5: 84eb6c4be0e630d7733cc0f310f8bd53
Description-en: Tracing framework for distributed systems written in Java
 HTrace is a tracing framework recording spans (basic units of work, like
 a remote procedure call) and traces (set of spans forming a tree-like
 structure) to measure execution times in distributed systems.

Package: hts-nim-tools
Description-md5: d331f37ae66d0d814101b29e1ed9f759
Description-en: tools biological sequences: bam-filter, count-reads, vcf-check
 This package provides several tools that (at least at the time of their
 creation) provide functionalities beyond the routine provided by samtools
 and other reverse dependencies of the htslib.
 .
 These new tools are
  • bam-filter : filter BAM/CRAM/SAM files with a simple expression language
  • count-reads: count BAM/CRAM reads in regions given in a BED file
  • vcf-check  : check regions of a VCF against a background for missing chunks
 .
 and yes, as the name suggests, these tools are all implemented in nim,
 using the nim-hts (upstream: hts-nim) wrapper for the htslib.

Package: libhtscodecs-dev
Description-md5: 50b1e2cdbddcc92e7c547f84466dbc17
Description-en: Development headers for custom compression for CRAM and others
 This library implements the custom CRAM codecs used for "EXTERNAL" block
 types. These consist of two variants of the rANS codec (8-bit and 16-bit
 renormalisation, with run-length encoding and bit-packing also supported
 in the latter), a dynamic arithmetic coder, and custom codecs for name/ID
 compression and quality score compression derived from fqzcomp.
 .
 They come with small command line test tools to act as both compression
 exploration programs and as part of the test harness.
 .
 This package contains the development headers

Package: libhtscodecs2
Description-md5: d0b2006f32571b1844ba4d0fa0feef2a
Description-en: Custom compression for CRAM and others
 This library implements the custom CRAM codecs used for "EXTERNAL" block
 types. These consist of two variants of the rANS codec (8-bit and 16-bit
 renormalisation, with run-length encoding and bit-packing also supported
 in the latter), a dynamic arithmetic coder, and custom codecs for name/ID
 compression and quality score compression derived from fqzcomp.
 .
 They come with small command line test tools to act as both compression
 exploration programs and as part of the test harness.

Package: htsengine
Description-md5: 999961620d8818481b72d7598fe6d81c
Description-en: frontend of HMM-based speech synthesis engine
 This engine is software to synthesize speech waveform from Hidden Markov
 Models (HMM) trained by the HMM-based speech synthesis system (a.k.a. HTS).
 .
 This package is a frontend of HTS engine.

Package: libhtsengine-dev
Description-md5: a81d6491c10a1136e2a035b18e344eb6
Description-en: Development files for HMM-based speech synthesis engine API
 This engine is software to synthesize speech waveform from Hidden Markov
 Models (HMM) trained by the HMM-based speech synthesis system (a.k.a. HTS).
 .
 This package contains the development libraries and header files needed by
 programs that want to compile with HTS engine.

Package: libhtsengine1
Description-md5: 805305d8397d75be024ecd4e1ceb05e7
Description-en: HMM-based speech synthesis engine API
 This engine is software to synthesize speech waveform from Hidden Markov
 Models (HMM) trained by the HMM-based speech synthesis system (a.k.a. HTS).
 .
 This package contains shared libraries of HTS engine.

Package: python3-htseq
Description-md5: ffe5034bc59f88e9b8ed360ec7976622
Description-en: Python3 high-throughput genome sequencing read analysis utilities
 HTSeq can be used to performing a number of common analysis tasks
 when working with high-throughput genome sequencing reads:
 .
   * Getting statistical summaries about the base-call quality scores to
     study the data quality.
   * Calculating a coverage vector and exporting it for visualization in
     a genome browser.
   * Reading in annotation data from a GFF file.
   * Assigning aligned reads from an RNA-Seq experiments to exons and
     genes.
 .
 This package contains the Python 3 module.

Package: libhtsjdk-java
Description-md5: af3d0552d0d6d0c31899271354b48622
Description-en: Java API for high-throughput sequencing data (HTS) formats
 HTSJDK is an implementation of a unified Java library for accessing common
 file formats, such as SAM (Sequence Alignment/Map) and VCF, used for
 high-throughput sequencing data. There are also an number of useful utilities
 for manipulating HTS data.

Package: libhtsjdk-java-doc
Description-md5: 5e0932d2eb6a6dc4be29061ea1f6b199
Description-en: Documentation for the java HTSJDK library
 HTSJDK is an implementation of a unified Java library for accessing common
 file formats, such as SAM (Sequence Alignment/Map) and VCF, used for
 high-throughput sequencing data. There are also an number of useful utilities
 for manipulating HTS data.
 .
 This package contains the javadoc of the library.

Package: htslib-test
Description-md5: 97521308d09de8852db67f3bd3843152
Description-en: Test data for HTSlib
 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
 Format), used for high-throughput sequencing data, and is the core library
 used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
 compatible with gcc, g++ and clang.
 .
 HTSlib implements a generalized BAM (binary SAM) index, with file extension
 ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
 new index and then for the old if the new index is absent.
 .
 This package contains test files and scripts for the HTSlib.

Package: libhts-dev
Description-md5: 08dc5334cfd009072c9aa396c09f63e3
Description-en: development files for the HTSlib
 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
 Format), used for high-throughput sequencing data, and is the core library
 used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
 compatible with gcc, g++ and clang.
 .
 HTSlib implements a generalized BAM (binary SAM) index, with file extension
 ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
 new index and then for the old if the new index is absent.
 .
 This package contains development files for the HTSlib: headers, static
 library, manual pages, etc.
 .
 For compatibility with sambamba, the internal routine cram_to_bam was
 exported, hereto adopting a patch found in guix.

Package: libhts3
Description-md5: 6bcc3eaaf96941c9a7a6476850863056
Description-en: C library for high-throughput sequencing data formats
 HTSlib is an implementation of a unified C library for accessing common file
 formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
 Format), used for high-throughput sequencing data, and is the core library
 used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
 compatible with gcc, g++ and clang.
 .
 HTSlib implements a generalized BAM (binary SAM) index, with file extension
 ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the
 new index and then for the old if the new index is absent.

Package: tabix
Description-md5: 95d85105aff6af5456d3efc49aad02e3
Description-en: generic indexer for TAB-delimited genome position files
 Tabix indexes files where some columns indicate sequence coordinates: name
 (usually a chromosome), start and stop. The input data file must be position
 sorted and compressed by bgzip (provided in this package), which has a gzip
 like interface. After indexing, tabix is able to quickly retrieve data lines by
 chromosomal coordinates. Fast data retrieval also works over network if an URI
 is given as a file name.
 .
 This package is built from the HTSlib source, and provides the bgzip, htsfile,
 and tabix tools.

Package: httest
Description-md5: 20fa085a1a7eafeaf5ab84f2cb040e65
Description-en: HTTP test tool
 HTTP Test Tool is a script based tool for testing and benchmarking
 web applications, web servers, proxy servers and web browsers.
 httest can emulate clients and servers even in the same test script.
 Emulating servers is a unique feature, very useful for testing proxy
 servers, web browsers and HTTP clients.  The testing can match
 patterns in answers (both server(s) and client(s)) to test the
 validity.

Package: python3-httmock
Description-md5: 54f53fa7b3ec7ed7531a45b11694ecbe
Description-en: Mocking library for python3-requests
 This library allows unit tests to provide mocked responses to HTTP requests
 made using the 'requests' library, either conditionally using the
 'urlmatch' decorator or for all requests using the 'all_requests'
 decorator.

Package: http-icons
Description-md5: e685fbc360f5aed504c0633ef0e1d7cc
Description-en: classic MIME icons
 http-icons date back to Mosaic for X and have been included in the NCSA
 httpd and Apache server distributions. Modernized, maintaining the
 original size so they can be used as a drop in replacement.

Package: libhttp-parser-dev
Description-md5: d2a0cdebaa9f4f47d2b54faf0b215f83
Description-en: parser for HTTP messages: development libraries and header files
 It parses both requests and responses. The parser is designed to be used in
 performance HTTP applications. It does not make any syscalls nor allocations,
 it does not buffer data, it can be interrupted at anytime. Depending on your
 architecture, it only requires about 40 bytes of data per message stream (in
 a web server that is per connection).
 .
 This package contains development libraries and header files.

Package: libhttp-parser2.9
Description-md5: 71568011c2fa676ccd1abdf1461d51d6
Description-en: parser for HTTP messages written in C
 It parses both requests and responses. The parser is designed to be used in
 performance HTTP applications. It does not make any syscalls nor allocations,
 it does not buffer data, it can be interrupted at anytime. Depending on your
 architecture, it only requires about 40 bytes of data per message stream (in
 a web server that is per connection).

Package: python3-httpbin
Description-md5: 0794f60858b9409fcee467723bbbfd7c
Description-en: HTTP request and response service (Python 3 package)
 httpbin is a test server for testing HTTP libraries and apps. It
 features several endpoints to cover a multitude of HTTP scenarios.
 httpbin ships as a Python library and could be run directly by
 the Python interpreter, or as a WSGI app e.g. with Gunicorn. The
 endpoint responses are JSON-encoded.
 .
 This package provides httpbin in the Python 3 module path.

Package: httpcode
Description-md5: a851d9d0af47a635167246c8c50828df
Description-en: Explains the meaning of an HTTP status code on the command line
 httpcode is a little utility that explains the meaning of an HTTP
 status code on the command line.

Package: libhttpasyncclient-java
Description-md5: a8a73290a5563762cc67afbb2c06d616
Description-en: HTTP/1.1 compliant asynchronous HTTP agent implementation
 HttpAsyncClient is a HTTP/1.1 compliant HTTP agent implementation. It is
 designed to build HTTP-aware client applications based on asynchronous,
 event driven I/O model.

Package: libhttpclient-java
Description-md5: 43e612e7d0fd5b14fc10cac6a5cee874
Description-en: HTTP/1.1 compliant HTTP agent implementation
 HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on
 HttpCore. It also provides reusable components for client-side
 authentication, HTTP state management, and HTTP connection management.
 .
 HttpComponents Client is a successor of and replacement for Commons
 HttpClient 3.x. Users of Commons HttpClient are strongly encouraged to
 upgrade.

Package: libhttpmime-java
Description-md5: aba0da7fc26b2a368be2ea3fcdf12956
Description-en: HTTP/1.1 compliant HTTP agent implementation - MIME extension
 HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on
 HttpCore. It also provides reusable components for client-side
 authentication, HTTP state management, and HTTP connection management.
 .
 HttpComponents Client is a successor of and replacement for Commons
 HttpClient 3.x. Users of Commons HttpClient are strongly encouraged to
 upgrade.
 .
 This package provides support for MIME multipart encoded entities
 to be used with HttpComponents Client.

Package: libhttpclient5-java
Description-md5: 7001d2c6009554f89776b82c73014f78
Description-en: HTTP/1.1 and HTTP/2 compliant HTTP agent implementation
 HttpClient is a HTTP/1.1 and HTTP/2 compliant HTTP agent implementation based
 on HttpCore. It also provides reusable components for client-side
 authentication, HTTP state management, and HTTP connection management.
 .
 This package contains the 5.x series of httpcomponents-client. It supports
 request execution with the classic, fluent and async APIs.

Package: libhttpcore-java
Description-md5: 74bf53db6fa449487b8c71c4126d44b9
Description-en: set of low level HTTP transport components for Java
 HttpCore is a set of low level HTTP transport components that can be used
 to build custom client and server side HTTP services with a minimal
 footprint. HttpCore supports two I/O models:
 .
  - blocking I/O model, based on the classic Java I/O;
  - non-blocking, event driven I/O model based on Java NIO.
 .
 The blocking I/O model may be more appropriate for data intensive, low
 latency scenarios, whereas the non-blocking model may be more appropriate
 for high latency scenarios where raw data throughput is less important
 than the ability to handle thousands of simultaneous HTTP connections in
 a resource efficient manner.

Package: libhttpcore5-java
Description-md5: 863343b85bc77953b1138e01e2b632f8
Description-en: set of low level HTTP transport components for Java
 HttpCore is a set of low level HTTP transport components that can be used to
 build custom client and server side HTTP services with a minimal footprint.
 HttpCore supports two I/O models:
 .
  * blocking I/O model, based on the classic Java I/O;
  * non-blocking, event driven I/O model based on Java NIO.
 .
 The blocking I/O model may be more appropriate for data intensive, low latency
 scenarios, whereas the non-blocking model may be more appropriate for high
 latency scenarios where raw data throughput is less important than the ability
 to handle thousands of simultaneous HTTP connections in a resource efficient
 manner.
 .
 This package contains the 5.x series of httpcomponents-core.

Package: python3-httpcore
Description-md5: e9d46da9251bcfb57294ae2ec7120d8e
Description-en: minimal low-level HTTP client
 The HTTP Core package provides a minimal low-level HTTP client, which does one
 thing only. Sending HTTP requests.
 .
 It does not provide any high level model abstractions over the API, does not
 handle redirects, multipart uploads, building authentication headers,
 transparent HTTP caching, URL parsing, session cookie handling, content or
 charset decoding, handling JSON, environment based configuration defaults, or
 any of that Jazz.
 .
 Some things HTTP Core does do:
 .
  * Sending HTTP requests.
  * Provides both sync and async interfaces.
  * Supports HTTP/1.1 and HTTP/2.
  * Async backend support for asyncio and trio.
  * Automatic connection pooling.
  * HTTP(S) proxy support.

Package: httpdirfs
Description-md5: e83427a9ef2b2014d708d1099b7a17d2
Description-en: filesystem client for HTTP directory listings
 httpdirfs is program that can be used to mount HTTP directory listings
 (generated using an Apache DirectoryIndex, for example) as a virtual filesystem
 through the FUSE interface. It supports HTTP basic authentication.

Package: httperf
Description-md5: 6a97f96f3303865ca9133e3909fb5fe2
Description-en: HTTP server performance tester
 httperf is a tool to measure web server performance. It speaks the HTTP
 protocol both in its HTTP/1.0 and HTTP/1.1 flavors and offers a variety of
 workload generators. While running, it keeps track of a number of performance
 metrics that are summarized in the form of statistics that are printed at
 the end of a test run.
 .
 This package provide httperf and idleconn commands.

Package: httpfs2
Description-md5: 0a4c7ec7c205045b2fa707a9f2b05848
Description-en: FUSE filesystem for mounting files from http servers
 httpfs2 is a FUSE based filesystem for mounting http or https URLS as files in
 the filesystem. There is no notion of listable directories in http so only a
 single URL can be mounted. The server must be able to send byte ranges.

Package: httpie
Description-md5: a93fec7677de7601feefe5cc8467934c
Description-en: CLI, cURL-like tool for humans
 HTTPie is a CLI HTTP utility that makes CLI interaction with HTTP-based
 services as human-friendly as possible.
 .
 HTTPie does so by providing an http command that allows for issuing
 arbitrary HTTP requests using a simple and natural syntax and
 displaying colorized responses.

Package: httping
Description-md5: 9ee69bd6b64016d8b0c063e83e47a7da
Description-en: ping-like program for http-requests
 httping is like ping for HTTP. It sends requests to a hostname or a remote
 URL and it shows you how long it takes to connect, send a HTTP request and
 retrieve the reply (only the header).
 .
 It supports SSL as well as various different ways to use it.

Package: httpry
Description-md5: 33636b7f430c389ab37a3866f20e2fb6
Description-en: HTTP logging and information retrieval tool
 httpry is a tool designed for displaying and logging HTTP traffic. It is not
 intended to perform analysis itself, but instead to capture, parse and/or
 log the traffic for later analysis. It can be run in real-time displaying
 the live traffic on the wire, or as a daemon process that logs to an output
 file. It is written to be as lightweight and flexible as possible, so that
 it can be easily adaptable to different applications. It does not display
 the raw HTTP data transferred, but instead focuses on parsing and displaying
 the request/response line along with associated header fields.
 .
 This package contains the httpry executable. Package httpry-daemon contains
 required init script for running httpry as a daemon. Scripts for parsing
 log files are provided by httpry-tools.

Package: httpry-daemon
Description-md5: c758e141aa5ce9332447ede6604262f6
Description-en: HTTP logging and information retrieval tool - daemon
 httpry is a tool designed for displaying and logging HTTP traffic. It is not
 intended to perform analysis itself, but instead to capture, parse and/or
 log the traffic for later analysis. It can be run in real-time displaying
 the live traffic on the wire, or as a daemon process that logs to an output
 file. It is written to be as lightweight and flexible as possible, so that
 it can be easily adaptable to different applications. It does not display
 the raw HTTP data transferred, but instead focuses on parsing and displaying
 the request/response line along with associated header fields.
 .
 This package contains required init script to run httpry as a daemon.

Package: httpry-tools
Description-md5: fcf4061091cfe79e33d31f3e05391607
Description-en: HTTP logging and information retrieval tool - log parsing scripts
 httpry is a tool designed for displaying and logging HTTP traffic. It is not
 intended to perform analysis itself, but instead to capture, parse and/or
 log the traffic for later analysis. It can be run in real-time displaying
 the live traffic on the wire, or as a daemon process that logs to an output
 file. It is written to be as lightweight and flexible as possible, so that
 it can be easily adaptable to different applications. It does not display
 the raw HTTP data transferred, but instead focuses on parsing and displaying
 the request/response line along with associated header fields.
 .
 This package contains log parsing scripts written in Perl.

Package: httptunnel
Description-md5: ed96b7d53407ae311a6c5ef2eb229c3f
Description-en: Tunnels a data stream in HTTP requests
 Creates a bidirectional virtual data stream tunnelled in
 HTTP requests. The requests can be sent via a HTTP proxy
 if so desired.
 .
 This can be useful for users behind restrictive firewalls. If WWW
 access is allowed through a HTTP proxy, it's possible to use
 httptunnel and, say, telnet or PPP to connect to a computer
 outside the firewall.

Package: libhttpunit-java
Description-md5: fd8b039c08edc886ef0a60b85b9b3008
Description-en: automated web site testing toolkit
 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.

Package: libhttpunit-java-doc
Description-md5: f4b5ad842e04e308e758f906735cfbe2
Description-en: documentation for libhttpunit-java
 Documentation for HttpUnit which is an automated web site testing toolkit.
 .
 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.
 .
 This package includes a small manual, the javadoc API, a tutorial and examples.

Package: python3-httpx
Description-md5: 6762dc17c5db1f355a304667af11f924
Description-en: next generation HTTP client
 HTTPX is a fully featured HTTP client for Python 3, which provides sync and
 async APIs, and support for both HTTP/1.1 and HTTP/2.
 .
 HTTPX is a high performance asynchronous HTTP client, that builds on the
 well-established usability of requests, and gives you:
 .
  * A broadly requests-compatible API.
  * Standard synchronous interface, but with async support if you need it.
  * HTTP/1.1 and HTTP/2 support.
  * Ability to make requests directly to WSGI applications or ASGI applications.
  * Strict timeouts everywhere.
  * Fully type annotated.
  * 99% test coverage.
 .
 Plus all the standard features of requests:
 .
  * International Domains and URLs
  * Keep-Alive & Connection Pooling
  * Sessions with Cookie Persistence
  * Browser-style SSL Verification
  * Basic/Digest Authentication
  * Elegant Key/Value Cookies
  * Automatic Decompression
  * Automatic Content Decoding
  * Unicode Response Bodies
  * Multipart File Uploads
  * HTTP(S) Proxy Support
  * Connection Timeouts
  * Streaming Downloads
  * .netrc Support
  * Chunked Requests

Package: httrack
Description-md5: b81551baf54e5a0e8679bd1840c13912
Description-en: Copy websites to your computer (Offline browser)
 HTTrack is an offline browser utility, allowing you to download a World
 Wide website from the Internet to a local directory, building recursively
 all directories, getting html, images, and other files from the server to
 your computer.
 .
 HTTrack arranges the original site's relative link-structure. Simply
 open a page of the "mirrored" website in your browser, and you can
 browse the site from link to link, as if you were viewing it online.
 HTTrack can also update an existing mirrored site, and resume
 interrupted downloads. HTTrack is fully configurable, and has an
 integrated help system.

Package: httrack-doc
Description-md5: 49f0ab3d97c0f5c3edff11564984b88d
Description-en: Httrack website copier additional documentation
 This package adds supplemental documentation for httrack and webhttrack
 as a browsable html documentation

Package: libhttrack-dev
Description-md5: a0ea87843d35d1e1a7a369940197edd8
Description-en: Httrack website copier includes and development files
 This package adds supplemental files for using the httrack website copier
 library

Package: libhttrack2
Description-md5: 0e38d54985bcc9c621487b405dc9445e
Description-en: Httrack website copier library
 This package is the library part of httrack, website copier and mirroring
 utility

Package: proxytrack
Description-md5: 184e6e135b92e971d44cae6217ce752a
Description-en: Build HTTP Caches using archived websites copied by HTTrack
 ProxyTrack is a simple proxy server aimed to deliver content archived by
 HTTrack sessions. It can aggregate multiple download caches, for direct
 use (through any browser) or as an upstream cache slave server.
 This proxy can handle HTTP/1.1 proxy connections, and is able to reply to
 ICPv2 requests for an efficient integration within other cache servers,
 such as Squid. It can also handle transparent HTTP requests to allow
 cached live connections inside an offline network.

Package: webhttrack
Description-md5: f7c1c11c1bf49544d2f00c20bf8c4157
Description-en: Copy websites to your computer, httrack with a Web interface
 WebHTTrack is an offline browser utility, allowing you to download a World
 Wide website from the Internet to a local directory, building recursively
 all directories, getting html, images, and other files from the server to
 your computer, using a step-by-step web interface.
 .
 WebHTTrack arranges the original site's relative link-structure. Simply
 open a page of the "mirrored" website in your browser, and you can
 browse the site from link to link, as if you were viewing it online.
 HTTrack can also update an existing mirrored site, and resume
 interrupted downloads. WebHTTrack is fully configurable, and has an
 integrated help system.
 .
  Snapshots: http://www.httrack.com/page/21/

Package: webhttrack-common
Description-md5: 7c22061b1b7e6e730f1cd9c72a497577
Description-en: webhttrack common files
 This package is the common files of webhttrack, website copier and
 mirroring utility

Package: httraqt
Description-md5: ab46956fa549f67dcb2a219bea0267f2
Description-en: program for downloading of internet sites
 Program is intended for loading of Internet pages and/or their contents,
 equipped with flexible system of settings.
 HTTraQt - graphical user interface (GUI) for HTTrack library,
 developed in C++ and based on multiplatform Qt library.

Package: hub
Description-md5: 349f0d7a5ed5261395a260b59e37b30c
Description-en: make git easier with GitHub
 hub is a command line tool that wraps git in order to extend it
 with extra functionality that make working with GitHub easier.
 .
   $ hub clone rtomayko/tilt
 .
   # expands to:
   $ git clone git://github.com/rtomayko/tilt.git
 .
 hub is best aliased as git, so you can type "git <command>" in the shell
 and get all the usual hub features.
 .
 You should place this command in your .bash_profile or other
 startup script:
 .
   eval "$(hub alias -s)"
 .
 This package contains the binaries.

Package: hugin
Description-md5: 78f5a0f9948643026e70c492cfac271a
Description-en: panorama photo stitcher - GUI tools
 Hugin is a panorama photo stitching program. Essentially, Hugin is a
 GUI frontend for Panorama Tools. Stitching is accomplished by using
 several overlapping photos taken from the same location, and using
 control points to align and transform the photos so that they can be
 blended together to form a larger image. Hugin allows for the easy
 creation of control points between two images, optimization of the
 image transforms, and much more.
 .
 This package includes the following graphical interfaces, using the
 command-line tools provided in the hugin-tools package:
  * hugin                - Hugin panorama creator.
  * hugin_stitch_project - Hugin batch stitcher.
  * PTBatcherGUI         - Batch controller for the stitching process.
  * calibrate_lens_gui   - Lens calibration tool.

Package: hugin-data
Description-md5: 0dc76a2ce827e15a9b09fe843bb5bd44
Description-en: panorama photo stitcher - common data files
 Hugin is a panorama photo stitching program.
 .
 This package includes the data files needed by the hugin and
 hugin-tools packages.

Package: hugin-tools
Description-md5: 0d6015ce460c9721663f3f64489401a7
Description-en: panorama photo stitcher - commandline tools
 Hugin is a panorama photo stitching program.
 .
 This package includes command-line tools used by hugin and other
 packages for image stitching and High Dynamic Range (HDR) images:
  * align_image_stack  - Align overlapping images for HDR creation.
  * autooptimiser      - Optimize image positions.
  * celeste_standalone - Remove cloud-like control points.
  * cpclean            - Remove wrong control points.
  * cpfind             - Patent-free control-point detector
  * deghosting_mask    - Creates mask for removing ghosting in images.
  * fulla              - Correct lens distortion, vignetting, and
                         chromatic aberration.
  * geocpset           - Set geometric control points.
  * hugin_executor     - CLI stitching tool.
  * hugin_hdrmerge     - Merge overlapping images.
  * hugin_lensdb       - Hugin lens database maintenance.
  * icpfind            - Control-point detector wrapper program.
  * linefind           - Detect vertical features in images.
  * nona               - Remap images. (Also does simple stitching.)
  * pano_modify        - Change output parameters of project file.
  * pto_gen            - Generate a Hugin project file from a list of images.
  * pto_lensstack      - Modify assigned lenses and stack in pto files.
  * pto_mask           - Apply a mask.
  * pto_merge          - Merges two or more Hugin project files.
  * pto_move           - Move a project file with all images in it.
  * pto_template       - Apply a template file.
  * pto_var            - Change image variables inside Hugin .pto project
                         files
  * tca_correct        - Calculate transverse chromatic aberration.
  * verdandi           - Blend images using watershed algorithm.
  * vig_optimize       - Determine the radial vignetting.

Package: hugo
Description-md5: 9151e417bc3d41f66f63544cd771c463
Description-en: Fast and flexible Static Site Generator written in Go
 Hugo is a static site generator written in Go. It is optimized for speed,
 ease of use, and configurability. Hugo takes a directory with content and
 templates, and renders them into a full HTML website.
 .
 Hugo relies on Markdown files with front matter for meta data. And you
 can run Hugo from any directory. This works well for shared hosts and
 other systems where you don’t have a privileged account.
 .
 Hugo renders a typical website of moderate size in a fraction of a
 second. A good rule of thumb is that each piece of content renders in
 around 1 millisecond.
 .
 Hugo is meant to work well for any kind of website including blogs,
 tumblelogs and docs.
 .
 Complete documentation is available at https://gohugo.io/

Package: hugo-mx-gateway
Description-md5: 60fab9f893b02c7f81c9a4faad890308
Description-en: Contact/demo forms handler for static websites (program)
 hugo-mx-gateway provides a RESTful POST endpoint for static
 contact/demo request pages. It's a simple, yet a powerful tool built for
 this only-designated purpose, e.g. for use with static sites built
 using Hugo.
 .
 hugo-mx-gateway is built upon a simple request handling workflow:
 .
  * Create an HTML form with a POST action pointing towards the hugo-mx-
    gateway service.
  * For each user request, hugo-mx-gateway automatically retrieves
    information submitted by the user (email, subject, message details...),
    then generates and sends a templated email (based on Go Template to the
    user-provided email address, while bcc'ing a copy of that email to an
    address that you can define for internal tracking and follow up.
  * Once a request is processed (upon success or failure), hugo-mx-gateway
    handles the reply back towards the calling static page by redirecting
    the browser to the origin page with additional URL parameters
    describing the completion status of the processing (e.g.
    /contact.html?status=success&message=request%20submitted). The
    parameters can then be easily retrieved and shown to the user, e.g.
    with a few lines of Javascript within the static page.

Package: hugs
Description-md5: cdfbd2807af2014b36528aa3984d7906
Description-en: Haskell 98 interpreter
 Hugs is an interpreter for the non-strict, purely functional programming
 language Haskell.  This version of Hugs, Hugs 98, supports nearly all of
 the Haskell 98 specification, as well as a number of extensions.
 .
 The Haskell language is described by documents in the haskell-doc
 package.  Other libraries are documented in the ghc6-doc package.

Package: libhugs-alut-bundled
Description-md5: 0c2d87e92e76a120446b9c8fbee62e35
Description-en: Binding for the OpenAL Utility Toolkit
 A Haskell binding for the OpenAL Utility Toolkit, which makes
 managing of OpenAL contexts, loading sounds in various formats
 and creating waveforms very easy. For more information about the
 C library on which this binding is based, please see:
 <http://www.openal.org/openal_webstf/specs/alut.html>.
 .
 This is the version bundled with the interpreter.

Package: libhugs-base-bundled
Description-md5: 7d3681fa81560bb283c72f714c9397d3
Description-en: Basic libraries
 This package contains the Prelude and its support libraries,
 and a large collection of useful libraries ranging from data
 structures to parsing combinators and debugging utilities.
 .
 This is the version bundled with the interpreter.

Package: libhugs-cabal-bundled
Description-md5: 8d811ba8589a1b999beadd1478dd70ef
Description-en: Framework for packaging Haskell software
 The Haskell Common Architecture for Building Applications and
 Libraries: a framework defining a common interface for authors to more
 easily build their Haskell applications in a portable way.
 .
 The Haskell Cabal is meant to be a part of a larger infrastructure
 for distributing, organizing, and cataloging Haskell libraries
 and tools.
 .
 This is the version bundled with the interpreter.

Package: libhugs-fgl-bundled
Description-md5: f22c68897a3a6245b58314433f650453
Description-en: Martin Erwig's Functional Graph Library
 This is the libhugs-fgl-bundled version that bundled with
 the interpreter.

Package: libhugs-glut-bundled
Description-md5: aad0c551818060b142d141c92b609f37
Description-en: Binding for the OpenGL Utility Toolkit
 A Haskell binding for the OpenGL Utility Toolkit, a window
 system independent toolkit for writing OpenGL programs. For more
 information about the C library on which this binding is based,
 please see: <http://www.opengl.org/resources/libraries/glut/>.
 .
 This is the version bundled with the interpreter.

Package: libhugs-haskell-src-bundled
Description-md5: 52957fac28e2963706e8ed5b554eb874
Description-en: Manipulating Haskell source code
 Facilities for manipulating Haskell source code:
 an abstract syntax, lexer, parser and pretty-printer.
 .
 This is the version bundled with the interpreter.

Package: libhugs-haskell98-bundled
Description-md5: 63733e150d7b1a882386147f55000077
Description-en: Compatibility with Haskell 98
 This package provides compatibility with the modules of Haskell
 98 and the FFI addendum, by means of wrappers around modules from
 the base package (which in many cases have additional features).
 However Prelude, Numeric and Foreign are provided directly by
 the base package.
 .
 This is the version bundled with the interpreter.

Package: libhugs-haxml-bundled
Description-md5: d2f1a3fe38c350949dca0e7cc01c4256
Description-en: Utilities for manipulating XML documents
 Haskell utilities for parsing, filtering, transforming and
 generating XML documents.
 .
 This is the version bundled with the interpreter.

Package: libhugs-hgl-bundled
Description-md5: 548aafe0cbb3297112c0ca0ef450712d
Description-en: Simple graphics library based on X11 or Win32
 A simple graphics library, designed to give the programmer access
 to most interesting parts of the Win32 Graphics Device Interface
 and X11 library without exposing the programmer to the pain and
 anguish usually associated with using these interfaces.
 .
 The library also includes a module Graphics.SOE providing the
 interface used in "The Haskell School of Expression", by Paul
 Hudak, cf <http://www.haskell.org/soe/>.
 .
 This is the version bundled with the interpreter.

Package: libhugs-hunit-bundled
Description-md5: 8ae4117f1dadd54a5abceaadd175addd
Description-en: Unit testing framework for Haskell
 HUnit is a unit testing framework for Haskell, inspired by the
 JUnit tool for Java, see: <http://www.junit.org>.
 .
 This is the version bundled with the interpreter.

Package: libhugs-mtl-bundled
Description-md5: 2c70dc109336fe13b7f3d8589f702200
Description-en: Monad transformer library
 A monad transformer library, inspired by the paper "Functional
 Programming with Overloading and Higher-Order Polymorphism",
 by Mark P Jones (<http://www.cse.ogi.edu/~mpj/>), Advanced School
 of Functional Programming, 1995.
 .
 This is the version bundled with the interpreter.

Package: libhugs-network-bundled
Description-md5: 39a57aa083c261b850283a9dcee85746
Description-en: Networking-related facilities
 This is the libhugs-network-bundled version that bundled with the
 interpreter.

Package: libhugs-openal-bundled
Description-md5: cbc33a649f9d1f92cfae65137c7a56ab
Description-en: Binding to the OpenAL cross-platform 3D audio API
 A Haskell binding for the OpenAL cross-platform 3D audio API,
 appropriate for use with gaming applications and many other
 types of audio applications.  For more information about OpenAL,
 please see: <http://www.openal.org/>.
 .
 This is the version bundled with the interpreter.

Package: libhugs-opengl-bundled
Description-md5: 852a4016eab7610d8972248a59a2c6c1
Description-en: Binding for the OpenGL graphics system
 A Haskell binding for the OpenGL graphics system (GL, version
 1.5) and its accompanying utility library (GLU, version 1.3).
 OpenGL is the industry's most widely used and supported 2D and 3D
 graphics application programming interface (API), incorporating
 a broad set of rendering, texture mapping, special effects, and
 other powerful visualization functions.  For more information
 about OpenGL, please see: <http://www.opengl.org/>.
 .
 This is the version bundled with the interpreter.

Package: libhugs-parsec-bundled
Description-md5: 4edb018eb0f888b60df8c273bf13159d
Description-en: Monadic parser combinators
 Parsec is designed from scratch as an industrial-strength parser
 library.  It is simple, safe, well documented (on the package
 homepage), has extensive libraries and good error messages,
 and is also fast.
 .
 This is the version bundled with the interpreter.

Package: libhugs-quickcheck-bundled
Description-md5: 06c3870ee504ffdd86ff01916eb4d69a
Description-en: Automatic testing of Haskell programs
 A library for testing Haskell programs automatically.
 The programmer provides a specification of the program, in
 the form of properties which functions should satisfy, and
 QuickCheck then tests that the properties hold in a large number
 of randomly generated cases.  Specifications are expressed in
 Haskell, using combinators defined in the QuickCheck library.
 QuickCheck provides combinators to define properties, observe
 the distribution of test data, and define test
 data generators.
 .
 This is the version bundled with the interpreter.

Package: libhugs-stm-bundled
Description-md5: f5ccdd0c55ac2fad665bcdee0e6b690f
Description-en: Software Transactional Memory
 A modular composable concurrency abstraction.
 .
 This is the version bundled with the interpreter.

Package: libhugs-time-bundled
Description-md5: 640e1477831068490faf54e72291bc26
Description-en: time library
 This is the libhugs-time-bundled version that bundled with the
 interpreter.

Package: libhugs-unix-bundled
Description-md5: fa5e73b63a0f8ac96398b4c707fa2065
Description-en: POSIX functionality
 This package gives you access to the set of operating system
 services standardised by POSIX 1003.1b (or the IEEE Portable
 Operating System Interface for Computing Environments -
 IEEE Std. 1003.1).
 .
 The package is not supported under Windows (except under Cygwin).
 .
 This is the version bundled with the interpreter.

Package: libhugs-x11-bundled
Description-md5: 5c3a66888d28a98d3803d0be0ab960db
Description-en: Binding to the X11 graphics library
 A Haskell binding to the X11 graphics library.
 .
 The binding is a direct translation of the C binding; for
 documentation of these calls, refer to "The Xlib Programming
 Manual", available online at <http://tronche.com/gui/x/xlib/>.
 .
 This is the version bundled with the interpreter.

Package: libhugs-xhtml-bundled
Description-md5: 522bc6b7b0a6255441ed2e8b96ed36c9
Description-en: Haskell XHTML combinator library
 This is a version of the standard Text.Html
 modified to produce XHTML 1.0.
 .
 This is the version bundled with the interpreter.

Package: humanfriendly
Description-md5: 8eb0835d2a49467be3dde6a0aa92c93b
Description-en: Helper command for the humanfriendly Python3 library
 A Python library that can be used to make text interfaces more user friendly.
 It provides parsing and formatting numbers, file sizes, pathnames and
 timespans in simple human friendly formats. It provides easy to use timers for
 long running operations, prompts for selecting a choice from a list of options
 by typing the option's number or a unique substring of the option, and
 terminal interaction including text styling (ANSI escape sequences), user
 friendly rendering of usage messages and querying the terminal for its size.
 .
 This package provides a helper command to access the functions in the library.

Package: python-humanfriendly-doc
Description-md5: 0af4aa439785d059af3dcd0cb1ec650d
Description-en: Python3 library to make user friendly text interfaces - Documentation
 A Python3 library that can be used to make text interfaces more user friendly.
 It provides parsing and formatting numbers, file sizes, pathnames and
 timespans in simple human friendly formats. It provides easy to use timers for
 long running operations, prompts for selecting a choice from a list of options
 by typing the option's number or a unique substring of the option, and
 terminal interaction including text styling (ANSI escape sequences), user
 friendly rendering of usage messages and querying the terminal for its size.
 .
 This package contains the documentation for humanfriendly

Package: python3-humanfriendly
Description-md5: b4731979b9b8c91c6b7dec28b3d2dab4
Description-en: Python3 library to make user friendly text interfaces
 A Python3 library that can be used to make text interfaces more user friendly.
 It provides parsing and formatting numbers, file sizes, pathnames and
 timespans in simple human friendly formats. It provides easy to use timers for
 long running operations, prompts for selecting a choice from a list of options
 by typing the option's number or a unique substring of the option, and
 terminal interaction including text styling (ANSI escape sequences), user
 friendly rendering of usage messages and querying the terminal for its size.
 .
 This package installs the library for Python 3.

Package: cl-hunchentoot
Description-md5: 37a7c87a6530a7f467022410ee84801f
Description-en: Common Lisp web server formerly known as TBNL
 Hunchentoot is a web server written in Common Lisp and at the same time a
 toolkit for building dynamic websites. As a stand-alone web server,
 Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent
 connections (keep-alive), and SSL.
 .
 Hunchentoot provides facilities like automatic session handling (with and
 without cookies), logging, customizable error handling, and easy access to
 GET and POST parameters sent by the client. It does not include
 functionality to programmatically generate HTML output. For this task you
 can use any library you like, e.g. (shameless self-plug) CL-WHO or
 HTML-TEMPLATE.
 .
 Hunchentoot talks with its front-end or with the client over TCP/IP sockets
 and optionally uses multiprocessing to handle several requests at the same
 time. Therefore, it cannot be implemented completely in portable Common
 Lisp. It currently works "natively" with LispWorks (which is the main
 development and testing platform), and additionally on all Lisps which are
 supported by the compatibility layers usocket and Bordeaux Threads.
 .
 Hunchentoot comes with a BSD-style license so you can basically do with it
 whatever you want.

Package: elpa-hungry-delete
Description-md5: b7fdcdd1e1baffde7aa91bd1a66dfe89
Description-en: enable hungry deletion in all modes
 `cc-mode' implements hungry deletion for its programming modes. This
 package borrows its implementation in a minor mode, so that hungry
 deletion can be used in all modes.

Package: hunspell
Description-md5: 0cb13f3fed802d47e7c5bf5a7e7a6f5b
Description-en: spell checker and morphological analyzer (program)
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains the program with the Ispell-like terminal and pipe
 interfaces.

Package: hunspell-tools
Description-md5: 9dd84fe88ca2c7135c9aca89f4a7949a
Description-en: tools for hunspell
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains a the munch/unmunch tools of hunspell and
 ispellaff2myspell for converting ispell affix files for myspell/hunspell
 format.

Package: libhunspell-1.7-0
Description-md5: cd5cd2fd85fe0d5a33a798cf7034cf92
Description-en: spell checker and morphological analyzer (shared library)
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains the shared library.

Package: libhunspell-dev
Description-md5: 156fe92a0316d1df6636df1e214ac7d4
Description-en: spell checker and morphological analyzer (development)
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode characters)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains the headers and the static library.

Package: hunspell-ar
Description-md5: 93f6185c2690f32654b636259724d0bf
Description-en: Arabic dictionary for hunspell
 This package contains all the required files to add support
 for Arabic language to the hunspell spell checker.
 .
 This is the ayaspell-dic dictionary packaged for Debian.

Package: hunspell-be
Description-md5: 39aa502ba34dadde5fc56275b1b45406
Description-en: Belarusian dictionary for hunspell and academic orthography
 This package contains Belarusian dictionary for the hunspell
 spell-checker currently supported by LibreOffice and Mozilla.
 .
 This dictionary is for the recent academic orthography.

Package: hunspell-bo
Description-md5: 57434b178c52f4346c2f25d024920047
Description-en: Classical Tibetan language dictionary for hunspell
 This dictionary contains Tibetan valid syllables for the hunspell
 spellchecker. Contains all possible legal syllables of Classical
 Tibetan, plus the syllables found in many proper nouns.

Package: hunspell-br
Description-md5: e3293c4c9da8adeaff107fcbc4829e30
Description-en: Breton language dictionary for hunspell
 This dictionary contains Breton language wordlist for the hunspell
 spellchecker (currently supported by Mozilla and LibreOffice).
 It is based on the original Breton wordlist created by Philippe
 Basciano-Le Gall for Korvigelloù an Drouizig (http://www.drouizig.org).
 An Drouizig Difazier uses the same wordlist.

Package: hunspell-ca
Description-md5: cec54473543c362ec316fb0d775d5a91
Description-en: Catalan dictionaries for hunspell
 This is the Catalan dictionary for use with the hunspell spellchecker
 which is currently used within LibreOffice and the Mozilla spellchecker.
 .
 This package contains both Catalonia and Valencia variants.

Package: hunspell-ko
Description-md5: 01c94e8fc992a0cac0d9d33290ea2643
Description-en: Korean dictionary for hunspell
 This is the Korean dictionary for use with the hunspell spellchecker.
 .
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and a
 LibreOffice UNO module.

Package: hunspell-dz
Description-md5: d37b72321b052c2b292e3a43df989244
Description-en: Dzongkha language dictionary for hunspell
 This dictionary contains Dzongkha valid syllables for the hunspell
 spellchecker. Contains all possible legal syllables of Dzongkha,
 plus the syllables found in many proper nouns.

Package: hunspell-en-med
Description-md5: f763e37e0d4b5aad9558dd4f1240eb4e
Description-en: English medical dictionary for hunspell
 This package contains an English medical dictionary for use
 with the hunspell spell checker which is currently used by
 OpenOffice.org2

Package: hunspell-eu
Description-md5: 605aa62d43f45421d8ec5a4a2bcf7cde
Description-en: Basque (Euskera) dictionary for hunspell
 This is the Basque (Euskera) dictionary for use with
 the hunspell spellchecker.

Package: hunspell-fr
Description-md5: aa1271e9e909e056dc833f80039ece89
Description-en: French dictionary for hunspell (dependency package)
 This is a dependency package that installs one (and only one) of the four
 available French dictionaries. These dictionaries differ in the way they apply
 the spelling reform of 1990:
 .
  - hunspell-fr-classical (recommended): this dictionary offers the usual
    spelling of French, with in addition some new spellings correcting past
    inconsistencies.
 .
  - hunspell-fr-revised: this dictionary includes only the new spelling for the
    words that were affected by the 1990 reform.
 .
  - hunspell-fr-comprehensive: this dictionary includes both the old and the new
    spelling for the words that were affected by the 1990 reform.

Package: hunspell-fr-classical
Description-md5: 7cd9d5b62a62472403a252096d58d6ab
Description-en: French dictionary for hunspell (classical version)
 This dictionary offers the usual spelling of French, with in addition some new
 spellings correcting past inconsistencies.
 .
 For an overview of the available French dictionaries, see the description of
 the hunspell-fr package.

Package: hunspell-fr-comprehensive
Description-md5: 9d6b81a0d6c62dcf9ac9405debf10e33
Description-en: French dictionary for hunspell (comprehensive version)
 This dictionary includes both the old and the new spelling for the words that
 were affected by the 1990 reform.
 .
 For an overview of the available French dictionaries, see the description of
 the hunspell-fr package.

Package: hunspell-fr-revised
Description-md5: 49eb6b5bc2c4c5aa79a4548740722d4c
Description-en: French dictionary for hunspell (revised version)
 This dictionary includes only the new spelling for the words that were
 affected by the 1990 reform.
 .
 For an overview of the available French dictionaries, see the description of
 the hunspell-fr package.

Package: hunspell-kk
Description-md5: 2a25a1bf5003dfcc4ae3090cbf1088f8
Description-en: Kazakh dictionary for hunspell
 This dictionary contains Kazakh wordlist for the hunspell
 spellchecker currently supported by Mozilla and OpenOffice.

Package: hunspell-lv
Description-md5: 5cf6fa7f2c342cc956e4245b83ab656b
Description-en: Latvian dictionary for hunspell
 This dictionary contains Latvian wordlists for the hunspell
 spellchecker currently supported by Mozilla and LibreOffice.
 .
 This dictionary is not complete yet, but it is the best
 free solution at this moment.

Package: hyphen-lv
Description-md5: 8fa2c9ee5786741970d88097b423d112
Description-en: Latvian hyphenation patterns
 This package contains the Latvian hyphenation patterns.
 .
 You can use these patterns with programs which take advantage of
 libhyphen, like LibreOffice.

Package: myspell-lv
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
 This is a transitional package. It can safely be removed.

Package: hunspell-ml
Description-md5: 0609042d7ef531b2f5f045a0543d5b3c
Description-en: Malayalam dictionary for hunspell
 This package contains all the required files to add support for Malayalam
 language to the hunspell spell checker.

Package: hunt
Description-md5: 1bc6d9494b659a171f51b4239ab8ace1
Description-en: advanced packet sniffer and connection intrusion
 Hunt is a program for intruding into a connection, watching it and
 resetting it. With the transproxy auxiliary software, which provides
 a transparent proxy in the Linux kernel. Another auxiliary software
 present in the hunt is tpserv, this program implements a proxy.
 .
 Can be used as Pentest tool to enhance the security of the network.
 .
 Note that as hunt is operating on Ethernet, it is best used for connections
 which can be watched through it. However, it is possible to do something
 even for hosts on another segments or hosts that are on switched ports.

Package: hw-probe
Description-md5: 088b0a96e3da757d312da632484223b4
Description-en: Tool to check operability of computer hardware
 A tool to check operability of computer hardware and upload result
 to the Linux hardware database.
 .
 Probe — is a snapshot of your computer's hardware state and system
 logs. The tool returns a permanent URL to view the probe of the
 computer.
 .
 The tool is intended to simplify collecting of logs necessary for
 investigating hardware related problems. Just ask user to run one
 simple command to collect all the system logs at once:
 .
     sudo hw-probe -all -upload
 .
 By creating probes you contribute to the HDD/SSD Real-Life
 Reliability Test study: https://github.com/linuxhw/SMART

Package: hwdata
Description-md5: 68fe769f9882615d4fce39f3ad457428
Description-en: hardware identification / configuration data
 This package contains various hardware identification and configuration data,
 such as the pci.ids database, or the XFree86/xorg Cards database.
 It is needed for the kudzu hardware detection.

Package: hwinfo
Description-md5: 970442d853c387b8e2c5e7373c497270
Description-en: Hardware identification system
 hwinfo is the hardware detection tool used in SuSE Linux.
 .
 In Debian Edu (Skolelinux) hwinfo has shown better results than discover when
 detecting mouse, keyboard and monitor.
 .
 hwinfo collects information about the hardware installed on a system.  Among
 others, libhd contains information about cdrom, zip, floppy, disks and
 partitions, network card, graphics card, monitor, camera, mouse, sound, pppoe,
 isdn, modem, printer, scanner, bios, cpu, usb, memory and smp.
 .
 This package does not include the binaries hwscan, hwscand and hwscanqueue. If
 you think one or more of these should be included in the package, please
 contact the maintainer at hwinfo@packages.debian.org.

Package: libhd-dev
Description-md5: 59c83d99599ac15262c22aee15952c73
Description-en: Hardware identification system library and headers
 hwinfo is the hardware detection tool used in SuSE Linux.
 .
 In Debian Edu (Skolelinux) hwinfo has shown better results than discover when
 detecting mouse, keyboard and monitor.
 .
 hwinfo collects information about the hardware installed on a system.  Among
 others, libhd contains information about cdrom, zip, floppy, disks and
 partitions, network card, graphics card, monitor, camera, mouse, sound, pppoe,
 isdn, modem, printer, scanner, bios, cpu, usb, memory and smp.
 .
 This package contains the static library and header files from the hwinfo
 package.

Package: libhd-doc
Description-md5: f0f47cbd1b70b413a4b71b6c7070a4f6
Description-en: Hardware identification system library documentation
 hwinfo is the hardware detection tool used in SuSE Linux.
 .
 In Debian Edu (Skolelinux) hwinfo has shown better results than discover when
 detecting mouse, keyboard and monitor.
 .
 hwinfo collects information about the hardware installed on a system.  Among
 others, libhd contains information about cdrom, zip, floppy, disks and
 partitions, network card, graphics card, monitor, camera, mouse, sound, pppoe,
 isdn, modem, printer, scanner, bios, cpu, usb, memory and smp.
 .
 This package contains the documentation for the libhd21-dev package.

Package: libhd21
Description-md5: e05daec8e9a04bdca77c25fbe97e5e96
Description-en: Hardware identification system library
 hwinfo is the hardware detection tool used in SuSE Linux.
 .
 In Debian Edu (Skolelinux) hwinfo has shown better results than discover when
 detecting mouse, keyboard and monitor.
 .
 hwinfo collects information about the hardware installed on a system.  Among
 others, libhd contains information about cdrom, zip, floppy, disks and
 partitions, network card, graphics card, monitor, camera, mouse, sound, pppoe,
 isdn, modem, printer, scanner, bios, cpu, usb, memory and smp.
 .
 This package contains the shared library from the hwinfo package.

Package: hwloc
Description-md5: 877ef6728b56d267f3f9a04f906dd344
Description-en: Hierarchical view of the machine - utilities
 Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
 architectures, ...) of the hierarchical topology of modern architectures. It
 primarily aims at helping high-performance computing applications with
 gathering information about the hardware so as to exploit it accordingly and
 efficiently.
 .
 hwloc provides a hierarchical view of the machine, NUMA memory nodes,
 sockets, shared caches, cores and simultaneous multithreading. It also gathers
 various attributes such as cache and memory information.
 .
 hwloc supports old kernels not having sysfs topology information,
 with knowledge of cpusets, offline cpus, and Kerrighed support
 .
 This package contains utilities to show the topology of the machine (lstopo and
 hwloc-ls), manipulate cpu masks (hwloc-calc), and bind processes (hwloc-bind).

Package: hwloc-nox
Description-md5: a1faf04bab2b91df1aa622e6835e62f1
Description-en: Hierarchical view of the machine - non-X version of utilities
 Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
 architectures, ...) of the hierarchical topology of modern architectures. It
 primarily aims at helping high-performance computing applications with
 gathering information about the hardware so as to exploit it accordingly and
 efficiently.
 .
 hwloc provides a hierarchical view of the machine, NUMA memory nodes,
 sockets, shared caches, cores and simultaneous multithreading. It also gathers
 various attributes such as cache and memory information.
 .
 hwloc supports old kernels not having sysfs topology information,
 with knowledge of cpusets, offline cpus, and Kerrighed support
 .
 This package contains utilities to show the topology of the machine (lstopo
 and hwloc-ls, without X support), manipulate cpu masks (hwloc-calc), and bind
 processes (hwloc-bind).

Package: libhwloc-common
Description-md5: 9669ad8550195a3cf39a641a84d15d55
Description-en: Hierarchical view of the machine - common files
 Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
 architectures, ...) of the hierarchical topology of modern architectures. It
 primarily aims at helping high-performance computing applications with
 gathering information about the hardware so as to exploit it accordingly and
 efficiently.
 .
 libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
 sockets, shared caches, cores and simultaneous multithreading. It also gathers
 various attributes such as cache and memory information.
 .
 libhwloc supports old kernels not having sysfs topology information,
 with knowledge of cpusets, offline cpus, and Kerrighed support
 .
 This package contains the XML DTD of the lstopo XML output.

Package: libhwloc-dev
Description-md5: e00890e45c44536790770fde0549dc61
Description-en: Hierarchical view of the machine - static libs and headers
 Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
 architectures, ...) of the hierarchical topology of modern architectures. It
 primarily aims at helping high-performance computing applications with
 gathering information about the hardware so as to exploit it accordingly and
 efficiently.
 .
 libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
 sockets, shared caches, cores and simultaneous multithreading. It also gathers
 various attributes such as cache and memory information.
 .
 libhwloc supports old kernels not having sysfs topology information,
 with knowledge of cpusets, offline cpus, and Kerrighed support
 .
 This package contains static libraries and development headers.

Package: libhwloc-doc
Description-md5: 29c1be7488580d8d80a5ac2e51977bf4
Description-en: Hierarchical view of the machine - documentation
 Hardware Locality (hwloc) provides a portable abstraction (across OS, versions,
 architectures, ...) of the hierarchical topology of modern architectures. It
 primarily aims at helping high-performance computing applications with
 gathering information about the hardware so as to exploit it accordingly and
 efficiently.
 .
 libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
 sockets, shared caches, cores and simultaneous multithreading. It also gathers
 various attributes such as cache and memory information.
 .
 libhwloc supports old kernels not having sysfs topology information,
 with knowledge of cpusets, offline cpus, and Kerrighed support
 .
 This package contains documentation.

Package: libhwloc-plugins
Description-md5: f9e5608207d0a4ad31da5436aaaacb4b
Description-en: Hierarchical view of the machine - plugins
 libhwloc provides a portable abstraction (across OS, versions,
 architectures, ...) of the hierarchical topology of modern architectures. It
 primarily aims at helping high-performance computing applications with
 gathering information about the hardware so as to exploit it accordingly and
 efficiently.
 .
 libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
 sockets, shared caches, cores and simultaneous multithreading. It also gathers
 various attributes such as cache and memory information.
 .
 libhwloc supports old kernels not having sysfs topology information,
 with knowledge of cpusets, offline cpus, and Kerrighed support
 .
 This package contains plugins to add more discovery support. This includes
  - PCI support
  - libxml support

Package: libhwloc15
Description-md5: bd89ad338941b41499d0c0003d81d83e
Description-en: Hierarchical view of the machine - shared libs
 libhwloc provides a portable abstraction (across OS, versions,
 architectures, ...) of the hierarchical topology of modern architectures. It
 primarily aims at helping high-performance computing applications with
 gathering information about the hardware so as to exploit it accordingly and
 efficiently.
 .
 libhwloc provides a hierarchical view of the machine, NUMA memory nodes,
 sockets, shared caches, cores and simultaneous multithreading. It also gathers
 various attributes such as cache and memory information.
 .
 libhwloc supports old kernels not having sysfs topology information,
 with knowledge of cpusets, offline cpus, and Kerrighed support
 .
 This package contains shared libraries.

Package: hxtools
Description-md5: f3ff8d83192e56475e60295b15d86d4c
Description-en: Collection of tools and scripts
 A collection of tools and scripts that have accumulated over the years, and
 each of which seems to be too small to warrants its own project.
 .
  * bsvplay(1) - convert BASICA music files to PCM
  * cctypeinfo(1) - show sizes of C types on the implementation it was compiled with
  * checkbrack(1) - check parenthesis and bracket count
  * declone(1) - break hardlinks
  * diff2php(1) - transform patch to self-serving PHP file
  * fd0ssh(1) - pipe for password-over-stdin support to ssh
  * fnt2bdf(1) - convert VGA raw fonts to X11 BDF
  * gpsh(1) - grep in tracklists and play audio files
  * logontime(8) - show cumulative logon time from wtmp
  * mailsplit(1) - split an mbox into single files
  * mod2opus(1) – wrapper for tracker module/MIDI to Opus transcoding
  * hxnetload(8) – show utilization of network interface
  * ofl(1) - open file lister (replaces fuser and lsof -m)
  * paddrspacesize(1) - print size of processes' address spaces
  * pesubst(1) - perl-regexp stream substitution (replaces sed for sub-stitutions)
  * pmap_dirty(1) - display amount of RAM a process uses hard
  * proc_iomem_count(1) - show MMIO region sizes
  * qplay(1) - convert QBASIC play strings to PCM
  * qtar(1) - faster interface to tar with file ordering
  * recursive_lower(1) - recursively lowercase all filenames
  * sourcefuncsize(1) - statistical analysis of code
  * spec-beautifier(1) - program to clean up RPM .spec files
  * su1(8) - what sudo should have done
  * utmp_register(1) - make entries in the utmp/wtmp database
  * vcsaview(8) - display a screen dump in VCSA format
  * vfontas(1) - VGA font file assembler
  * wktimer(1) - work timer

Package: hydra
Description-md5: c849a0faa8f1b7cb385d4edb63828061
Description-en: very fast network logon cracker
 Hydra is a parallelized login cracker which supports numerous protocols
 to attack. It is very fast and flexible, and new modules are easy to add.
 .
 This tool makes it possible for researchers and security consultants to
 show how easy it would be to gain unauthorized access to a system
 remotely.
 .
 It supports: Cisco AAA, Cisco auth, Cisco enable, CVS, FTP, HTTP(S)-FORM-GET,
 HTTP(S)-FORM-POST, HTTP(S)-GET, HTTP(S)-HEAD, HTTP-Proxy, ICQ, IMAP, IRC,
 LDAP, MS-SQL, MySQL, NNTP, Oracle Listener, Oracle SID, PC-Anywhere, PC-NFS,
 POP3, PostgreSQL, RDP, Rexec, Rlogin, Rsh, SIP, SMB(NT), SMTP, SMTP Enum,
 SNMP v1+v2+v3, SOCKS5, SSH (v1 and v2), SSHKEY, Subversion, Teamspeak (TS2),
 Telnet, VMware-Auth, VNC and XMPP.

Package: hydra-gtk
Description-md5: 25364077eb1285c95bf71e904e139347
Description-en: very fast network logon cracker - GTK+ based GUI
 Hydra is a parallelized login cracker which supports numerous protocols
 to attack. It is very fast and flexible, and new modules are easy to add.
 .
 This tool makes it possible for researchers and security consultants to
 show how easy it would be to gain unauthorized access to a system
 remotely.
 .
 It supports: Cisco AAA, Cisco auth, Cisco enable, CVS, FTP, HTTP(S)-FORM-GET,
 HTTP(S)-FORM-POST, HTTP(S)-GET, HTTP(S)-HEAD, HTTP-Proxy, ICQ, IMAP, IRC,
 LDAP, MS-SQL, MySQL, NNTP, Oracle Listener, Oracle SID, PC-Anywhere, PC-NFS,
 POP3, PostgreSQL, RDP, Rexec, Rlogin, Rsh, SIP, SMB(NT), SMTP, SMTP Enum,
 SNMP v1+v2+v3, SOCKS5, SSH (v1 and v2), SSHKEY, Subversion, Teamspeak (TS2),
 Telnet, VMware-Auth, VNC and XMPP.
 .
 This package provides the GTK+ based GUI for hydra.

Package: elpa-hydra
Description-md5: 6ca8f961d0862d08614f9e454451ff69
Description-en: make Emacs bindings that stick around
 This is a package for GNU Emacs that can be used to tie related commands into
 a family of short bindings with a common prefix - a Hydra. Once you summon
 your Hydra through the prefixed binding (the body + any one head), all heads
 can be called in succession with only a short extension. Hydra can be vanished
 with any binding that isn't the Hydra's head (and that binding will call a
 proper command too). This makes the Hydra very seamless, it's like a minor
 mode that disables itself automagically.

Package: elpa-lv
Description-md5: 95bcfa7936eae6855c1d153c19248831
Description-en: other echo area
 This package provides `lv-message' intended to be used in place of
 `message' when semi-permanent hints are needed, in order to not
 interfere with Echo Area.

Package: hydrapaper
Description-md5: 0b258e60a63e8ac720678817515f5a52
Description-en: Wallpaper manager with multi monitor support
 HydraPaper is a wallpaper management utility intended for the GNOME Desktop.
 It can set background images for multiple monitor desktops independently.
 .
 It supports adapting images to different desktop ratios, zooming, centering or
 fitting images. A CLI interface is available.
 .
 Images can be marked as favorites or set randomly. The application provides
 options for customizing its functionality.
 .
 It is based on the GNOME Desktop but officially supports MAT, Budgie and
 Cinnamon.

Package: hydrogen
Description-md5: 4347dd2ef370dd3a9fe5df4dc61dd24c
Description-en: advanced drum machine/step sequencer
 Hydrogen is an advanced drum machine which provides a professional,
 yet simple and intuitive, pattern-based drum programming interface.
 .
 General features:
  * Very user-friendly, modular, fast and intuitive graphical interface
    based on Qt 5.
  * Sample-based stereo audio engine, with import of sound samples in
    .wav, .au and .aiff formats.
  * Support of samples in compressed FLAC file.
 .
 Sequencer and mixer features:
  * Pattern-based sequencer, with unlimited number of patterns and
    ability to chain patterns into a song.
  * Up to 64 ticks per pattern with individual level per event and
    variable pattern length.
  * 32 instrument tracks with volume, mute, solo, pan capabilities.
  * Multi layer support for instruments (up to 16 samples for each
    instrument).
  * Ability to import/export song files.
  * Unique human velocity, human time, pitch and swing functions.
  * Multiple patterns playing at once.
 .
 Other features:
  * JACK, ALSA, PortAudio, OSS and PulseAudio audio drivers.
  * ALSA MIDI and PortMidi input with assignable midi-in channel (1..16,
    ALL).
  * Import/export of drumkits.
  * Export song to wav file.
  * Export song to midi file.

Package: hydrogen-data
Description-md5: 9f7714336fb9e263594eb3f0b2a5e04c
Description-en: advanced drum machine/step sequencer (data)
 Hydrogen is an advanced drum machine which provides a professional,
 yet simple and intuitive, pattern-based drum programming interface.
 .
 This package contains the architecture-independent data files.

Package: hydrogen-doc
Description-md5: 44f5709545bfc00811ff296b6dcdd060
Description-en: advanced drum machine/step sequencer (doc)
 Hydrogen is an advanced drum machine which provides a professional,
 yet simple and intuitive, pattern-based drum programming interface.
 .
 This package contains the architecture-independent documentation.

Package: hydrogen-drumkits
Description-md5: dccad11dfe63db54d092653dd9a7d3d6
Description-en: drumkits for Hydrogen
 This package contains a collection of drumkits for Hydrogen, a
 sample based drum machine/step sequencer.
 .
 More drumkits can be installed per-user via the Hydrogen's "Import library"
 function in the "Instruments" menu.

Package: hydrogen-drumkits-effects
Description-md5: f2499de102c7ae831c938b5b7d51fa9a
Description-en: effect drumkits for Hydrogen
 This package contains a collection of unusual drumkits for Hydrogen, a sample
 based drum machine/step sequencer.
 .
 Even more unusual drumkits can be installed per-user via the Hydrogen's "Import
 library" function in the "Instruments" menu.

Package: libhyena-cil
Description-md5: 00f51490fce5c559485d608ad5d80419
Description-en: set of utility libraries for the CLI
 Hyena is a set of utility Application Programing Interfaces (APIs) for the
 Common Language Infrastructure (CLI), including both graphical and
 non-graphical components.
 .
 Among the included namespaces in Hyena are:
  * Hyena
  * Hyena.Collections
  * Hyena.CommandLine
  * Hyena.Data
  * Hyena.Jobs
  * Hyena.Json
  * Hyena.Query
  * Hyena.SExpEngine
  * Hyena.Data.Sqlite
  * Hyena.Data.Gui
  * Hyena.Gui
  * Hyena.Gui.Dialogs
  * Hyena.Gui.Theatrics
  * Hyena.Gui.Theming
  * Hyena.Query.Gui
  * Hyena.Widgets

Package: libhyena-cil-dev
Description-md5: 8ada55d4c2fe7fcccf1e63fb6172d225
Description-en: set of utility libraries for the CLI - development files
 Hyena is a set of utility Application Programing Interfaces (APIs) for the
 Common Language Infrastructure (CLI), including both graphical and
 non-graphical components.
 .
 Among the included namespaces in Hyena are:
  * Hyena
  * Hyena.Collections
  * Hyena.CommandLine
  * Hyena.Data
  * Hyena.Jobs
  * Hyena.Json
  * Hyena.Query
  * Hyena.SExpEngine
  * Hyena.Data.Sqlite
  * Hyena.Data.Gui
  * Hyena.Gui
  * Hyena.Gui.Dialogs
  * Hyena.Gui.Theatrics
  * Hyena.Gui.Theming
  * Hyena.Query.Gui
  * Hyena.Widgets
 .
 This package contains development files for the Hyena libraries, and should be
 used for compilation

Package: monodoc-hyena-manual
Description-md5: 3349e46a9b1171692f0d5001653f967e
Description-en: compiled XML documentation for Hyena
 Hyena is a set of utility Application Programing Interfaces (APIs) for the
 Common Language Infrastructure (CLI), including both graphical and
 non-graphical components.
 .
 Among the included namespaces in Hyena are:
  * Hyena
  * Hyena.Collections
  * Hyena.CommandLine
  * Hyena.Data
  * Hyena.Jobs
  * Hyena.Json
  * Hyena.Query
  * Hyena.SExpEngine
  * Hyena.Data.Sqlite
  * Hyena.Data.Gui
  * Hyena.Gui
  * Hyena.Gui.Dialogs
  * Hyena.Gui.Theatrics
  * Hyena.Gui.Theming
  * Hyena.Query.Gui
  * Hyena.Widgets
 .
 This package contains the compiled XML documentation for Hyena

Package: hylafax-client
Description-md5: 39c86a73a8f4a79750b1313eb4030112
Description-en: Flexible client/server fax software - client utilities
 The HylaFAX client software communicates with a HylaFAX server via TCP/IP.
 .
 HylaFAX support the sending and receiving of facsimiles, the polled
 retrieval of facsimiles and the send of alphanumeric pages.

Package: hylafax-client-dbg
Description-md5: b9a4b801b7dab4378b6895e8eed9dad4
Description-en: Flexible client/server fax software - client utilities
 The HylaFAX client software communicates with a HylaFAX server via TCP/IP.
 .
 HylaFAX support the sending and receiving of facsimiles, the polled
 retrieval of facsimiles and the send of alphanumeric pages.
 .
 This package only contains debugging symbols.

Package: hylafax-server
Description-md5: f6d21a82d4c9a54d7b8f613296b12eae
Description-en: Flexible client/server fax software - server daemons
 This package support the sending and receiving of facsimiles, the polled
 retrieval of facsimiles and the send of alphanumeric pages.
 .
 The host running the server must have either a Class 1, Class 2, or a
 Class 2.0 fax modem attached to one of its serial ports. End-user
 applications to manage the transmission of documents via facsimile are
 provided separately by the hylafax-client package.

Package: hylafax-server-dbg
Description-md5: 655d688f764091d85072ae8d25e3c7ad
Description-en: Debug symbols for the hylafax server
 This package support the sending and receiving of facsimiles, the polled
 retrieval of facsimiles and the send of alphanumeric pages.
 .
 The host running the server must have either a Class 1, Class 2, or a
 Class 2.0 fax modem attached to one of its serial ports. End-user
 applications to manage the transmission of documents via facsimile are
 provided separately by the hylafax-client package.
 .
 This package only contains debugging symbols.

Package: python3-hypercorn
Description-md5: 16858bc33911468b892b61fd78b7ee00
Description-en: ASGI Server based on Hyper libraries and inspired by Gunicorn
 Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2,
 and wsproto libraries and inspired by Gunicorn. Hypercorn supports
 HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3
 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker
 types.
 .
 Hypercorn can optionally serve the current draft of the HTTP/3
 specification using the aioquic library.
 .
 Hypercorn was initially part of Quart before being separated out into
 a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.

Package: libhyperic-sigar-java
Description-md5: ca57aa1668a72b559dde5acf8be5a909
Description-en: System Information Gatherer And Reporter - Java bindings
 The Sigar API provides a portable interface for gathering system
 information such as:
 .
  - system memory, swap, CPU, load average, uptime, logins
  - per-process memory, CPU, credential info, state, arguments,
    environment, open files,
  - file system detection and metrics
  - network interface detection, configuration info and metrics
  - TCP and UDP connection tables
  - network route table
 .
 This package contains the Java bindings

Package: python3-django-hyperkitty
Description-md5: 65a1aef453e1d681adaf79f986f0b50c
Description-en: Web user interface to access GNU Mailman3 archives
 The hyperkitty Django app provides a web user interface
 to access GNU Mailman3 archives, and manage it. This
 interface uses django, and requires some configuration.

Package: python3-hyperlink
Description-md5: bfac9a470a98df79765eeb971efba20e
Description-en: Immutable, Pythonic, correct URLs.
 Hyperlink provides a pure-Python implementation of immutable URLs. Based on
 RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs
 easy.
 .
 This package provides the Python 3.x module.

Package: hyperrogue
Description-md5: 9aab77daa5af734ab0b3177944e473ee
Description-en: non-euclidean graphical rogue-like game
 HyperRogue is a game in which the player collects treasures and fights
 monsters -- rogue-like but for the fact that it is played on the hyperbolic
 plane and not in euclidean space.
 .
 In HyperRogue, the player can move through different parts of the world, which
 are home to particular creatures and may be subject to own rules of "physics".
 .
 While it can use ASCII characters to display the world the classical rogue
 symbols, the game needs graphics to render the non-euclidean world.

Package: hyperrogue-music
Description-md5: 694e72998bc91b3741d38ee6e3f35137
Description-en: in-game music for hyperrogue
 HyperRogue is a game in which the player collects treasures and fights
 monsters -- rogue-like but for the fact that it is played on the hyperbolic
 plane and not in euclidean space.
 .
 This package contains the in-game music.

Package: libhyperscan-dev
Description-md5: 090c1eea69a73d789d1e2bd85d32f423
Description-en: Development files for the Hyperscan library
 This package contains development libraries, header files and documentation for
 the regular expression matching library libhyperscan. You can either use the
 supplied shared or static library.
 .
 libhyperscan only runs on processors with at least SSSE3 support.

Package: libhyperscan5
Description-md5: 1bf5a9c4733852ce690fb00ee567305a
Description-en: High-performance regular expression matching library
 Hyperscan is a high-performance multiple regex matching library.
 It follows the regular expression syntax of the commonly-used libpcre library,
 but is a standalone library with its own C API. Hyperscan uses hybrid automata
 techniques to allow simultaneous matching of large numbers (up to tens of
 thousands) of regular expressions and for the matching of regular expressions
 across streams of data. Hyperscan is typically used in a DPI library stack.
 .
 libhyperscan only runs on processors with at least SSSE3 support.

Package: python3-hyperspy
Description-md5: 797f29f1b1485d46dde0a7b39a3c2f81
Description-en: interactive analysis of multidimensional datasets
 HyperSpy is an open source Python library for the interactive analysis
 of multidimensional datasets that can be described as multidimensional
 arrays of a given signal (for example, a 2D array of spectra, also known
 as a spectrum image).
 .
 HyperSpy makes it straightforward to apply analytical procedures that
 operate on an individual signal to multidimensional arrays, as well as
 providing easy access to analytical tools that exploit the
 multidimensionality of the dataset.
 .
 Its modular structure makes it easy to add features to analyze many
 different types of signals.

Package: hyphen-en-us
Description-md5: a711719888b8155e6c524ea2a9153dc6
Description-en: English (US) hyphenation patterns
 This package contains the English (US) hyphenation patterns.
 .
 You can use these patterns with programs which take advantage of libhyphen,
 like LibreOffice.

Package: libhyphen-dev
Description-md5: 88c140d072c0564f1a4bb7f17583c86e
Description-en: ALTLinux hyphenation library - development files
 ALTLinuxhyph is a modified version of libhnj which is a high quality
 hyphenation and justification library based on the TeX
 hyphenation algorithm. The TeX hyphenation patterns could be used after
 a preprocessing step.
 .
 It is used in OpenOffice.org
 .
 This package contains the headers and necessary files for programming apps
 with ALTLinuxhyph.

Package: libhyphen0
Description-md5: bb218ffba1389cf37f660faeb909cdbc
Description-en: ALTLinux hyphenation library - shared library
 ALTLinuxhyph is a modified version of libhnj which is a high quality
 hyphenation and justification library based on the TeX
 hyphenation algorithm. The TeX hyphenation patterns could be used after
 a preprocessing step.
 .
 It is used in OpenOffice.org
 .
 This package contains the shared library.

Package: hyphen-as
Description-md5: eee319260d934ee0dbe299e7a1d7c015
Description-en: Assamese hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Assamese
 script.

Package: hyphen-bn
Description-md5: ec7b0460ebaae619694a44037a8d893e
Description-en: Bengali hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Bengali
 script.

Package: hyphen-gu
Description-md5: a4a7d00677340b8823bee6da7f3ae01e
Description-en: Gujarati hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Gujarati
 script.

Package: hyphen-hi
Description-md5: 0fd887601c0eed1c24f008aed8687218
Description-en: Hindi hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Hindi
 script.

Package: hyphen-kn
Description-md5: 1377d85b6087f3dbd9f79767001cf321
Description-en: Kannada hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Kannada
 script.

Package: hyphen-ml
Description-md5: ec7a7bcdb14431e5277dc9f37edfa3dd
Description-en: Malayalam hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Malayalam
 script.

Package: hyphen-mr
Description-md5: fb8d7c19cf76d56ee1face74201ec34a
Description-en: Marathi hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Marathi
 script.

Package: hyphen-or
Description-md5: 173c78b0d97c3659960fce23cd5a67a4
Description-en: Oriya hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Oriya
 script.

Package: hyphen-pa
Description-md5: 7776ffaa07ab6130a00621b877cb9e15
Description-en: Punjabi hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Punjabi
 script.

Package: hyphen-ta
Description-md5: 7db9ade0df05d4fdea4b9a58013c96c4
Description-en: Tamil hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Tamil
 script.

Package: hyphen-te
Description-md5: 916f729f93006f527db23c1325650d02
Description-en: Telugu hyphenation patterns for LibreOffice
 Hyphenation patterns hyphenate words at line boundary making it more
 natural to read.
 .
 This package contains hyphenation patterns for the Telugu
 script.

Package: hyphen-ru
Description-md5: ba659b49955c19970596e82b98770436
Description-en: Russian hyphenation patterns for LibreOffice/OpenOffice.org
 Hyphenation is the process of inserting hyphens in between the syllables of
 a word so that when the text is justified, maximum space is utilized.
 .
 This package contains the Russian hyphenation patterns for
 LibreOffice/OpenOffice.org

Package: hyphen-show
Description-md5: 9062f7ff62203fa836f8b0f99f6c5d7d
Description-en: Show hyphenations in DVI-files
 hyphen_show scans a DVI-file, tries to find all hyphenations and writes them
 to stdout. It is useful to check whether TeX's hyphenation algorithm really
 did the good job it is supposed to do.

Package: hyphy-common
Description-md5: 29fb3ecb2c129ae6357a78d4e47aa407
Description-en: Hypothesis testing using Phylogenies (common files)
 HyPhy is an open-source software package for the analysis of genetic
 sequences using techniques in phylogenetics, molecular evolution, and
 machine learning. It features a complete graphical user interface (GUI)
 and a rich scripting language for limitless customization of analyses.
 Additionally, HyPhy features support for parallel computing environments
 (via message passing interface) and it can be compiled as a shared
 library and called from other programming environments such as Python or
 R.  Continued development of HyPhy is currently supported in part by an
 NIGMS R01 award 1R01GM093939.
 .
 This package provides files that are common to all binary versions.

Package: hyphy-mpi
Description-md5: bf880100fd3d0b8d321965866c6d667b
Description-en: Hypothesis testing using Phylogenies (MPI version)
 HyPhy is an open-source software package for the analysis of genetic
 sequences using techniques in phylogenetics, molecular evolution, and
 machine learning. It features a complete graphical user interface (GUI)
 and a rich scripting language for limitless customization of analyses.
 Additionally, HyPhy features support for parallel computing environments
 (via message passing interface) and it can be compiled as a shared
 library and called from other programming environments such as Python or
 R.  Continued development of HyPhy is currently supported in part by an
 NIGMS R01 award 1R01GM093939.
 .
 This package provides an executable using MPI to do multiprocessing.

Package: hyphy-pt
Description-md5: 27e3303e49d4d235306c006bc3c67912
Description-en: Hypothesis testing using Phylogenies (pthreads version)
 HyPhy is an open-source software package for the analysis of genetic
 sequences using techniques in phylogenetics, molecular evolution, and
 machine learning. It features a complete graphical user interface (GUI)
 and a rich scripting language for limitless customization of analyses.
 Additionally, HyPhy features support for parallel computing environments
 (via message passing interface) and it can be compiled as a shared
 library and called from other programming environments such as Python or
 R.  Continued development of HyPhy is currently supported in part by an
 NIGMS R01 award 1R01GM093939.
 .
 This package provides an executable using pthreads to do multiprocessing.

Package: postgresql-15-hypopg
Description-md5: f821caa213798ec1c630c2c87fe106ea
Description-en: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.

Package: python3-hypothesis-auto
Description-md5: 506511c117fae88b402ef6f4c6af27c6
Description-en: Extends Hypothesis to add fully automatic testing of type annotated functions
 hypothesis-auto is an extension for the Hypothesis project that enables fully
 automatic tests for type annotated functions.
 .
 This package contains the Python 3 version of hypothesis-auto.

Package: libhypre-2.26.0
Description-md5: 478cf6be96dbcdf76f616926e4ebdedb
Description-en: High Performance Matrix Preconditioners - Shared Library
 Hypre is a set of matrix preconditioning libraries to aid in the
 solution of large systems of linear equations.
 .
 This package contains the shared library.

Package: libhypre-dev
Description-md5: 36f18e0963e1fd3f37a82a2605769015
Description-en: High Performance Matrix Preconditioners - Development Files
 Hypre is a set of matrix preconditioning libraries to aid in the
 solution of large systems of linear equations.
 .
 This package contains the headers and symlinks necessary to develop
 programs which use hypre.

Package: libhypre64-2.26.0
Description-md5: eb3b32ffb2fb640c4e2c96da274ced79
Description-en: High Performance Matrix Preconditioners - 64-bit (bigint) Shared Library
 Hypre is a set of matrix preconditioning libraries to aid in the
 solution of large systems of linear equations.
 .
 This package contains the shared library supporting 64-bit integers
 for both HYPRE_BigInt and HYPRE_Int (--with-bigint).

Package: libhypre64-dev
Description-md5: d04e685568c49d162df490b2880bcf14
Description-en: High Performance Matrix Preconditioners - 64-bit (bigint) Development Files
 Hypre is a set of matrix preconditioning libraries to aid in the
 solution of large systems of linear equations.
 .
 This package contains the headers and symlinks necessary to develop
 programs which use hypre with 64-bit integers for both HYPRE_BigInt
 and HYPRE_Int (--with-bigint).

Package: libhypre64m-2.26.0
Description-md5: 2ee3f646db69100b9f6e20cac373f3b8
Description-en: High Performance Matrix Preconditioners - 64-bit (mixedint) Shared Library
 Hypre is a set of matrix preconditioning libraries to aid in the
 solution of large systems of linear equations.
 .
 This package contains the shared library supporting 64-bit
 HYPRE_BigInt with 32-bit HYPRE_Int (--with-mixedint).
 .
 Note that segfaults have been reported in MPI tests. libhypre64m
 (mixedint) might not be safe, and should be considered experimental.
 Use with care (or do not use). See
 https://github.com/hypre-space/hypre/issues/326

Package: libhypre64m-dev
Description-md5: d3b28a617c946bf08d293ea96172caa8
Description-en: High Performance Matrix Preconditioners - 64-bit (mixedint) Development Files
 Hypre is a set of matrix preconditioning libraries to aid in the
 solution of large systems of linear equations.
 .
 This package contains the headers and symlinks necessary to develop
 programs which use hypre with 64-bit HYPRE_BigInt and 32-bit HYPRE_Int
 (--with-mixedint).
 .
 Note that segfaults have been reported in MPI tests. libhypre64m
 (mixedint) might not be safe, and should be considered experimental.
 Use with care (or do not use). See
 https://github.com/hypre-space/hypre/issues/326

Package: hyx
Description-md5: 8d733ffb35781b63c64ef46e2fd1ccc7
Description-en: minimalistic but powerful vim-like hex editor
 A minimalistic (< 2300 lines of C) vim-like hex editor.
 It can display ASCII with colors, insert/replace/delete,
 copy/paste, undo/redo, and search.

Package: i18nspector
Description-md5: 499bee4fb9ed76fb6277779087dcc5bc
Description-en: checking tool for gettext POT, PO and MO files
 i18nspector is a tool for checking translation templates (POT), message
 catalogues (PO) and compiled message catalogues (MO) files for common problems.
 These files are used by the GNU gettext translation functions and tools in many
 different development environments.
 .
 Checks include: incorrect or inconsistent character encoding, missing headers,
 incorrect language codes and improper plural forms.
 .
 This tool was formerly known as gettext-inspector.

Package: i2c-tools
Description-md5: 675f45359e19feae2eb165a5b0b5bdd7
Description-en: heterogeneous set of I2C tools for Linux
 This package contains a heterogeneous set of I2C tools for Linux: a bus
 probing tool, a chip dumper, register-level access helpers, EEPROM
 decoding scripts, and more.

Package: libi2c-dev
Description-md5: 8f5b61fd99cc090e2491a891d7300e00
Description-en: userspace I2C programming library development files
 I2C devices are usually controlled by a kernel driver.  Using this
 library it is also possible to access all devices on an adapter
 from userspace and without the knowledge of Linux kernel internals.
 .
 This package contains what you need for compiling sources that
 use this library in your own code.

Package: libi2c0
Description-md5: 84e322bb21235ed698cbc4303d029f5a
Description-en: userspace I2C programming library
 I2C devices are usually controlled by a kernel driver.  Using this
 library it is also possible to access all devices on an adapter
 from userspace and without the knowledge of Linux kernel internals.
 .
 This package contains what you need to run programs that use this
 library.

Package: python3-smbus
Description-md5: d071d438b1fd9be7d311228cabbc262f
Description-en: Python 3 bindings for Linux SMBus access through i2c-dev
 This Python 3 module allows SMBus access through the I2C /dev interface on
 Linux hosts.  The host kernel must have I2C support, I2C device interface
 support, and a bus adapter driver.

Package: i2pd
Description-md5: 8bfe5025581b8fad540264ef12684425
Description-en: Full-featured C++ implementation of I2P client
 I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
 communications over I2P are anonymous and end-to-end encrypted, participants
 don't reveal their real IP addresses.

Package: i2util-tools
Description-md5: 225277958f0c8d8365ed74da471e9a8f
Description-en: Internet2 utility tools
 I2utils is a small support library with a set of command line tools
 needed by several software projects from Internet2, most notably bwctl.
 .
 This package contains the command line tools.

Package: libi2util-dev
Description-md5: e21b8dc91be7c6799bf74993ccbf3460
Description-en: Internet2 utility library (development files)
 I2utils is a small support library with a set of command line tools
 needed by several software projects from Internet2, most notably bwctl.
 .
 This is the development package which contains headers files and the
 static i2util library.

Package: i3
Description-md5: f5cb0728a19ad1e0e01b2d7cc6311aa0
Description-en: metapackage (i3 window manager, screen locker, menu, statusbar)
 This metapackage installs the i3 window manager (i3-wm), the i3lock screen
 locker, i3status (for system information) and suckless-tools (for dmenu).
 These are all the tools you need to use the i3 window manager efficiently.

Package: i3-wm
Description-md5: 2be7e62f455351435b1e055745d3e81c
Description-en: improved dynamic tiling window manager
 Key features of i3 are good documentation, reasonable defaults (changeable in
 a simple configuration file) and good multi-monitor support. The user
 interface is designed for power users and emphasizes keyboard usage. i3 uses
 XCB for asynchronous communication with X11 and aims to be fast and
 light-weight.
 .
 Please be aware i3 is primarily targeted at advanced users and developers.

Package: i3blocks
Description-md5: ef162006c271af7125939b8042ce5cde
Description-en: highly flexible status line for the i3 window manager
 Status line for the i3 window manager and i3bar that handles clicks, signals
 and language-agnostic user scripts.
 .
 The content of each block (e.g. time, battery status, network state, ...)
 is the output of a command provided by the user.  Blocks are updated on click,
 at a given interval of time or on a given signal, also specified by the user.
 .
 It aims to respect the i3bar protocol, providing customization such as text
 alignment, urgency, color, and more.

Package: i3lock
Description-md5: 4e6416465311b751731cda48e87fce00
Description-en: improved screen locker
 i3lock is a simple screen locker like slock. After starting it, you will
 see a white screen (you can configure the color/an image). You can return
 to your screen by entering your password.
 .
 i3lock forks so you can combine it with an alias to suspend to RAM.
 .
 You can specify either a background color or a PNG image which will be
 displayed while your screen is locked.
 .
 You can specify whether i3lock should bell upon a wrong password.
 .
 i3lock uses PAM and therefore is compatible with LDAP etc.

Package: i3lock-fancy
Description-md5: 1c135767cda697c6dd0ee94e36c7e796
Description-en: i3lock custom wrapper script
 i3lock bash script that takes a screenshot of the desktop, blurs the
 background and adds a lock icon and text.
 .
 The current package pulls code from a branch called `dualmonitors`.

Package: i3pystatus
Description-md5: dfa65737bf1cf73f5ad7488281889979
Description-en: Large collection of status modules compatible with i3bar
 from the i3 window manager.

Package: i3status
Description-md5: b7945e67d7743800240c086cc6c8bdaa
Description-en: Generates a status line for dzen2, xmobar or i3bar
 i3status is a small (about 3000 SLOC) and light-weight program for generating
 a status bar for i3bar, dzen2, xmobar or similar programs by combining several
 information about your system (IP addresses of your interfaces, load, current
 date/time, ESSID of the network you are associated to, disk status, and so on).

Package: i7z
Description-md5: d8d8666ba498676d026473aeeac2f152
Description-en: reporting tool for i7, i5, i3 CPUs
 i7z reports Intel Core i7, i5, i3 CPU information about Turbo Boost,
 frequencies, multipliers, ... and comes top-like display showing per core the
 current frequency, temperature and times spent in the C0/C1/C3/C6/C7 states.
 .
 There is also an i7z_rw_registers script that allows toggling Turbo mode
 or set multipliers.

Package: i810switch
Description-md5: 1c3c5fddcaee1a216f924d9aa47cdc68
Description-en: Enables/disables video output to CRT/LCD on i810 video hardware
 i810switch enables/disables the output to the CRT display and LCD,
 depending on the i810 graphics controller hardware. Such hardware is found
 on some laptops (eg, Sony Vaios, some Dell models, etc). Chipsets also
 supported include i855, i830, i845.
 .
 This package includes the i810rotate script, which toggles the output
 between three states: LCD only, LCD + CRT, and CRT only.

Package: i8kutils
Description-md5: ae6fdc83cb064ebfc99b06d7d3165e4c
Description-en: Fan control for Dell laptops
 This is a collection of utilities to control Dell laptops fans. It includes
 programs to turn the fans on and off, to read fans status, CPU temperature,
 BIOS version.

Package: iagno
Description-md5: 2341177da6176cc28d23607d7fcadd2a
Description-en: popular Othello game for GNOME
 Iagno is a computer version of the game Reversi, more popularly called
 Othello. Iagno is a two player strategy game similar to Go. The board
 is 8 by 8 with tiles that are black on one side and white on the other
 side. The object of Iagno is to flip as many of your opponent's tiles
 to your color as possible without your opponent flipping your tiles.
 This is done by trapping your opponent's tiles between two tiles of
 your own color.

Package: iannix
Description-md5: 438b121615de0bbed073f96f2656028d
Description-en: graphical OSC sequencer for digital arts
 IanniX is a graphical sequencer for digital arts,
 inspired by Iannis Xenakis' upic system for graphical scores.
 IanniX manages events described via graphical elements (like curves) and
 controls your real-time environment via Open Sound Control (OSC).
 It can also be fully controlled via OSC (or FUDI, if you prefer).

Package: python3-iapws
Description-md5: c8f836273017a5a33dfe9e5577c8d9dd
Description-en: Python3 implementation of the international APWS-IF97 steam tables
 This is a Python3 class to model a state for liquid water or steam
 with the Industrial Formulation IAPWS-IF97.
 .
 Further information on the standard is available at http://www.iapws.org

Package: iat
Description-md5: 43a4b9330480c7263abcdfcfab5ec58c
Description-en: Converts many CD-ROM image formats to iso9660
 iat (Iso9660 Analyzer Tool) is a tool for detecting the structure
 of many types of CD-ROM image file formats, such as BIN, MDF, PDI,
 CDI, NRG, and B5I, and  converting them into ISO-9660.

Package: iaxmodem
Description-md5: 68224e53a58025bdad30f8a9981b2d55
Description-en: software modem with IAX2 connectivity
 IAXmodem is a software modem written in C that uses an IAX channel (commonly
 provided by an Asterisk PBX system) instead of a traditional phone line and
 uses a DSP library instead of DSP hardware chipsets.
 .
 IAXmodem was originally conceived to function as a fax modem usable with
 HylaFAX, and it does that well. However IAXmodem also has been known to
 function with mgetty+sendfax and efax.

Package: 3270-common
Description-md5: a1fad8fe7f911b2c01164ff75d013e53
Description-en: Common files for IBM 3270 emulators and pr3287
 3270-common contains files referenced in other 3270 packages

Package: b3270
Description-md5: a1a03479254a82281ad5e0c3d9e2184e
Description-en: Backend tool for telnet sessions to IBM mainframes
 b3270 opens a telnet connection to an IBM host, handling the 3270,
 TELNET and TLS protocols, allowing a front-end application handle user
 interactions. It uses XML on its standard input and standard output to
 communicate with the front end.
 .
 b3270 implements RFCs 2355 (TN3270E), 1576 (TN3270) and 1646 (LU name
 selection), and supports IND$FILE file transfer.

Package: c3270
Description-md5: 2a65b16edb88122ec44f58356c043e1a
Description-en: Curses program for telnet sessions to IBM mainframes
 c3270 opens a telnet connection to an IBM mainframe host in an Xterm
 window or Virtual Console.  It can also connect to an IBM AS/400 as
 a 5250 terminal using the AS/400's 3270 emulation.
 .
 c3270 is similar to tn3270(1), and x3270(1) except that it is curses-based,
 not X-based.
 .
 c3270 implements RFCs 2355 (TN3270E), 1576 (TN3270),
 and 1646 (LU name selection), and supports IND$FILE file transfer.

Package: pr3287
Description-md5: 276016beadabd056a4039c7cb78bbb03
Description-en: IBM 3287 printer emulation for telnet sessions to IBM mainframes
 pr3287 opens a telnet connection to an IBM mainframe host and emulates an
 IBM 3287 printer.
 .
 pr3278 implements RFCs 2355 (TN3270E), 1576 (TN3270),
 and 1646 (LU name selection).

Package: s3270
Description-md5: 1fcbd31530a9c73257a46ed105e11c54
Description-en: Program for scripted telnet sessions to IBM mainframes
 s3270 opens a telnet connection to an IBM mainframe host, then allows a
 script to control the host login session.
 .
 s3270 implements RFCs 2355 (TN3270E), 1576 (TN3270),
 and 1646 (LU name selection), and supports IND$FILE file transfer.

Package: tcl3270
Description-md5: 4bae7b5c03185e7fda4248b56a0076aa
Description-en: Program for Tcl-scripted telnet sessions to IBM mainframes
 tcl3270 opens a telnet connection to an IBM mainframe host, then allows a
 Tcl script to control the host login session.
 .
 tcl3270 implements RFCs 2355 (TN3270E), 1576 (TN3270),
 and 1646 (LU name selection), and supports IND$FILE file transfer.

Package: x3270
Description-md5: 1b04e13e7325804aa3a858e261497525
Description-en: X11 program for telnet sessions to IBM mainframes
 x3270 opens a telnet connection to an IBM mainframe host in an X11
 window.  It can also connect to an IBM AS/400 as a 5250 terminal
 using the AS/400's 3270 emulation.  The window created by x3270 can
 use its own font for displaying characters, so it is a fairly
 accurate representation of an IBM 3278 or 3279.
 .
 x3270 is similar to tn3270(1) and c3270(1) except that it is X-based,
 not curses-based.
 .
 x3270 implements RFCs 2355 (TN3270E), 1576 (TN3270),
 and 1646 (LU name selection), and supports IND$FILE file transfer.
 .
 You will need to install x3270's fonts locally, or on your font-server -
 they are required.

Package: xfonts-x3270-misc
Description-md5: 8df398c835305ef0ab3d37446988aa04
Description-en: Font files for the x3270(1) IBM 3270 emulator
 x3270-fonts provides only the fonts required for x3270 operation, so that
 the fonts may be installed separately on a font-server.

Package: ibsim-utils
Description-md5: 213cfc3282bdc0c42f1565a0696d728b
Description-en: InfiniBand fabric simulator utilities
 ibsim provides a simulation of an InfiniBand fabric,
 which can be used by the opensm subnet manager and
 infiniband diagnostics and management tools.
 .
 This package provides utilities for use with the
 simulator.

Package: libumad2sim0
Description-md5: f353e396e02cc90660f28f13a719acd4
Description-en: InfiniBand fabric simulator
 ibsim provides a simulation of an InfiniBand fabric,
 which can be used by the opensm subnet manager and
 infiniband diagnostics and management tools.
 .
 This package provides an LD_PRELOADable library which
 will make applications use the simulated fabric.

Package: elpa-ibuffer-projectile
Description-md5: a81232bcaf6e19e41749df4d7c2685bc
Description-en: group buffers in ibuffer list by Projectile project
 Emacs' ibuffer-mode is a wonderful replacement for the built-in list-buffer
 command, and allows buffers to be grouped programmatically, e.g. by major mode.
 .
 This package lets you group your buffers by their Projectile root directory.

Package: elpa-ibuffer-vc
Description-md5: 8e7babc909013ec75aaf741fde713680
Description-en: group ibuffer list by VC project and show VC status
 Emacs' ibuffer-mode is a wonderful replacement for the built-in list-buffer
 command, and allows buffers to be grouped programmatically, e.g. by major mode.
 .
 That's where ibuffer-vc comes in: it lets you:
 .
  * Group your buffers by their parent vc root directory
  * See the VC status of the associated files
  * Sort buffers by their VC status

Package: gir1.2-ibus-1.0
Description-md5: c39b02e52edca9051d32a1b84aa1381f
Description-en: Intelligent Input Bus - introspection data
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GObject introspection data which are needed
 for developing the IBus applications in various programming languages
 with GObject introspection support.

Package: ibus
Description-md5: 489faf3b419b10c90a2fd62eb552cc93
Description-en: Intelligent Input Bus - core
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.

Package: ibus-data
Description-md5: 20fae0f850012a60e9321caa56ee9b38
Description-en: Intelligent Input Bus - data files
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains data files.

Package: ibus-doc
Description-md5: 09048d4e789485a527aee6fb9a9dd253
Description-en: Intelligent Input Bus - development documentation
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the reference manual.

Package: ibus-gtk
Description-md5: 5da0983d45b25fb0be330f313d2d9b14
Description-en: Intelligent Input Bus - GTK2 support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GTK2 IM module.

Package: ibus-gtk3
Description-md5: 5b8bb79ff41ec3bc9bee6b157b50059f
Description-en: Intelligent Input Bus - GTK3 support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GTK3 IM module.

Package: ibus-gtk4
Description-md5: a67d845d70ce46303a8a500171f21fbb
Description-en: Intelligent Input Bus - GTK4 support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the GTK4 IM module.

Package: ibus-tests
Description-md5: fdc06b8df25b46282205263a0058ee1a
Description-en: Intelligent Input Bus - installed tests
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains test programs, designed to be run as part of a
 regression testsuite.

Package: ibus-wayland
Description-md5: 53b1e5fedf91fd21bf46c3f47b3c4a5a
Description-en: Intelligent Input Bus - Wayland support
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the Wayland input method support.
 .
 This package is only needed if you are using a Wayland compositor which
 supports the "input-method-unstable-v1" protocol, and if you want to input
 text via this protocol. Note that even on Wayland compositors with no support
 of this protocol, IBus could still work using its own transport protocol and
 APIs.

Package: libibus-1.0-5
Description-md5: 2974af303686a482e53184d8b1f0add7
Description-en: Intelligent Input Bus - shared library
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the shared library.

Package: libibus-1.0-dev
Description-md5: 90767d47bc8a96a7e5f705c5b19a9d1f
Description-en: Intelligent Input Bus - development file
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains the header files and static libraries which are
 needed for developing the IBus applications.

Package: python3-ibus-1.0
Description-md5: e3ef5ddc70a621da61baf38744361076
Description-en: Intelligent Input Bus - introspection overrides for Python (Python 3)
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package contains GObject Introspection overrides for Python that
 can be used by Python applications using IBus.

Package: ibus-anthy
Description-md5: 505c94c7454cb60018e66638b33fc6c0
Description-en: anthy engine for IBus
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 IBus-Anthy is an input method (IM) for Japanese, based on IBus.

Package: ibus-anthy-dev
Description-md5: 51066f2ee01056b293e228aa3638e623
Description-en: anthy engine for IBus, development files
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 IBus-Anthy is an input method (IM) for Japanese, based on IBus.
 .
 This package provides ibus-anthy development files.

Package: ibus-array
Description-md5: 69c56e5944d27d130af1d98c59051851
Description-en: Array 30 input engine for iBus
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 ibus-array is an IM Engine for Traditional Chinese, based on IBus.

Package: ibus-avro
Description-md5: a4e45fc7e2170175e61ab6eef554298f
Description-en: IBus engine for Avro Phonetic
 ibus-avro is a port of the popular Avro Phonetic Bangla typing method
 to Linux. This software works as an Engine (plugin) of IBus and lets
 users type in English and on-the-fly transliterate them phonetically
 to Bangla.

Package: ibus-braille
Description-md5: 4ba1bbfebc13d5c1c8925fefb700c81e
Description-en: Braille input engine for IBus
 Ibus-braille allows one to use the PC keyboard to type text in
 graphical desktops in a Perkins-like way, i.e. braille patterns.
 .
 It supports several braille tables  (english, french, indian, spanish),
 contracted braille and abbreviations.
 .
 It comes with table editors.

Package: ibus-cangjie
Description-md5: 0ab0e726b6df932a0ccbd42d4f4d5fcf
Description-en: Cangjie and Quick input methods for IBus
 This is an IBus engine for users of the Cangjie and Quick input
 methods.
 .
 It is primarily intended to Hong Kong people who want to input
 Traditional Chinese, however, it should work for others as well
 (e.g. to input Simplified Chinese).

Package: ibus-chewing
Description-md5: 41b0580d9f7567a74d302851c00d4d6c
Description-en: Chewing engine for IBus
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 IBus-chewing is a IBus based IM Engine for Traditional Chinese

Package: ibus-clutter
Description-md5: deea38aac42040667a6e48f66dfa799c
Description-en: ibus input method framework for clutter
 IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It
 provides full featured and user friendly input method user interface. It also
 may help developers to develop input method easily.
 .
 ibus-clutter is the clutter client of ibus, it provides a clutter-immodule
 for ibus.

Package: ibus-hangul
Description-md5: 27773568696d2739f50262d3471be20b
Description-en: Hangul engine for IBus
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 IBus-Hangul is a Korean input method engine for IBus.

Package: ibus-input-pad
Description-md5: dfe32a6379ef71c6582ec3621660b596
Description-en: Input Pad for IBus
 The input pad engine for IBus platform.
 It provides the interface to use input-pad with IBus.
 .
 This package contains the IBus engine.

Package: ibus-kkc
Description-md5: 226d2b7968f84e65c3b87e2709ca027d
Description-en: Japanese Kana Kanji input engine for IBus
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 ibus-kkc is an input method (IM) for Japanese, based on IBus.

Package: ibus-kmfl
Description-md5: 3fc2c43eb78c90a8a8b444b89369020c
Description-en: KMFL engine for IBus
 ibus-kmfl is a input method engine for multiple languages, based on IBus.
 .
 This package provides the KMFL (Keyboard Mapping for Linux) IM engine for
 IBus. With this module, you can use keyboard layouts designed for
 Keyman for Windows under the IBus platform.
 .
 Note that usually you should install the newer ibus-keyman package instead.

Package: ibus-libpinyin
Description-md5: bde149528b823627c8a93119985902d2
Description-en: Intelligent Pinyin engine based on libpinyin for IBus
 It includes a Chinese Pinyin input method and a Chinese ZhuYin (Bopomofo)
 input method based on libpinyin for IBus.

Package: ibus-libthai
Description-md5: cb53221e7109c300c735ba183e042ad5
Description-en: Thai input method engine for IBus based on LibThai
 ibus-libthai is a Thai IBus input method engine based on LibThai library.
 .
 It supports Ketmanee, TIS-820.2538 and Pattachote keyboard layouts, and
 can check and correct input sequences with three levels of strictness.

Package: ibus-libzhuyin
Description-md5: c876ccd0e8b09cd86684b80299717c99
Description-en: New Zhuyin engine based on libzhuyin for IBus
 ibus-libzhuyin is a Chinese Zhuyin (Bopomofo) input method based on
 libzhuyin. It provides an intelligent sentence-based Chinese zhuyin
 algorithm to improve input experience.

Package: ibus-m17n
Description-md5: 708da2b84aa9b56aa3d1fd82f0066c89
Description-en: m17n engine for IBus
 IBus-m17n is a IM Engine for multiple languages, based on IBus.
 .
 IBus-m17n enables IBus to input many non-latin characters from the keyboard
 using libm17n library.

Package: ibus-pinyin
Description-md5: c12dfc1dad0e79391a2c854df6b8fd17
Description-en: Pinyin engine for IBus
 ibus-pinyin is a IBus based IM engine for Chinese.
 .
 For more information on pinyin input method, please check
 http://en.wikipedia.org/wiki/Pinyin_method
 .
 This package contains pinyin input method.
 .
 This pinyin input method is deprecated; new users should
 switch to ibus-libpinyin, which is a contemporary implementation
 of pinyin input method.

Package: ibus-rime
Description-md5: 6dfb45a3b630a864dbcbc4b6e2d6ef6d
Description-en: Rime Input Method Engine for IBus
 RIME is the acronym of Rime Input Method Engine.
 .
 RIME is a lightweight, extensible input method engine supporting various input
 schematas including glyph-based input methods, romanization-based input methods
 as well as those for Chinese dialects. It has the ability to compose phrases
 and sentences intelligently and provide very accurate traditional Chinese
 output. RIME's cross-platform core library is written in C++, and can work
 consistently on different platforms with OS-specific wrappers.
 .
 This package provides the IBus frontend of RIME.

Package: ibus-skk
Description-md5: c4f9ca6ffcc82b8661b9301e1cb479ec
Description-en: SKK engine for IBus
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 IBus-SKK is an input method (IM) for Japanese, based on IBus.

Package: ibus-sunpinyin
Description-md5: 09535412ce7ac7a2dbc02de8607f3f55
Description-en: sunpinyin engine for ibus
 Sunpinyin is a statistical language model (SLM) based input method
 engine for Simplified Chinese, it features full sentence input.
 .
 This package contains the sunpinyin engine for ibus.

Package: ibus-table
Description-md5: e031a824eef34ac558f88d83af479d09
Description-en: table engine for IBus
 IBus-Table is the IM Engine framework for table-based input methods, such as
 WuBi, ErBi, CangJie and so on.
 .
 This package provide the table engine framework and one input method:
   * Compose: input special character by compose letter and diacritical mark
 .
 More input method based on ibus-table can be installed from
 ibus-table-cangjie, ibus-table-wubi, ...

Package: ibus-table-array30
Description-md5: 906639e5bbb3576176dd1d9b4dbfb87a
Description-en: Array30 input method based on table engine of ibus
 This package provide one input method: Array30.
 .
 Array30 is a Chinese input method, check more information at
 http://zh.wikipedia.org/wiki/%E8%A1%8C%E5%88%97%E8%BC%B8%E5%85%A5%E6%B3%95 (in
 Chinese).

Package: ibus-table-cangjie
Description-md5: 65bfb3ceb49a44483f037a621badae51
Description-en: ibus-table input method: CangJie (metapackage)
 This package depends on all CangJie-related input methods
 provided by ibus-table-chinese project.
 .
 CangJie (big) is a Traditional Chinese input method, check more information at
 http://en.wikipedia.org/wiki/Cangjie_input_method .

Package: ibus-table-cangjie-big
Description-md5: 8fedd8c480d9cbf548915bcb43772119
Description-en: ibus-table input method: CangJie (big)
 This package provide one input method: CangJie (big).
 .
 CangJie (big) is a Traditional Chinese input method, check more information at
 http://en.wikipedia.org/wiki/Cangjie_input_method .

Package: ibus-table-cangjie3
Description-md5: d4a5ff016a00bc9265ad90550fcab2be
Description-en: ibus-table input method: CangJie3
 This package provide one input method: CangJie3.
 .
 CangJie3 is a Traditional Chinese input method, check more information at
 http://en.wikipedia.org/wiki/Cangjie_input_method .

Package: ibus-table-cangjie5
Description-md5: 59317e407747164d15e633e19cc42e10
Description-en: ibus-table input method: CangJie5
 This package provide one input method: CangJie5.
 .
 CangJie5 is a Traditional Chinese input method, check more information at
 http://en.wikipedia.org/wiki/Cangjie_input_method .

Package: ibus-table-cantonese
Description-md5: 0214418536b3c53aa7150d9683624074
Description-en: ibus-table input method: Cantonese
 This package provides one input method: Cantonese

Package: ibus-table-cantonhk
Description-md5: f30f5c2db928ffe92e6e60e89228af73
Description-en: ibus-table input method: Cantonhk
 This package provides one input method: Cantonhk

Package: ibus-table-easy
Description-md5: 820705967a3acb9377827b589e512ec7
Description-en: ibus-table input method: Easy (dummy package)
 This is a dummy package for stable upgrade.
 .
 You can safely remove it from your system.

Package: ibus-table-easy-big
Description-md5: db2d3bf86b380671cd954d65e5e43d33
Description-en: ibus-table input method: Easy (big)
 This package provide one input method: Easy (big).
 .
 Easy (big) is a Traditional Chinese input method.

Package: ibus-table-erbi
Description-md5: db5f5d8035e33cc059e0836d9e1dee74
Description-en: ibus-table input method: ErBi
 This package provide one input method: ErBi
 .
 ErBi is a Simplified Chinese input method, check more information at
 http://zh.wikipedia.org/wiki/%E4%BA%8C%E7%AC%94%E8%BE%93%E5%85%A5%E6%B3%95 (in
 Chinese).

Package: ibus-table-erbi-qs
Description-md5: 587f3d2bccf677c4f3174a28b942778f
Description-en: ibus-table input method: ErBi(QS)
 This package provide one input method: ErBi(QS)
 .
 ErBi is a Simplified Chinese input method, check more information at
 http://zh.wikipedia.org/wiki/%E4%BA%8C%E7%AC%94%E8%BE%93%E5%85%A5%E6%B3%95 (in
 Chinese).

Package: ibus-table-jyutping
Description-md5: 84d6a5d61010d9fafba279b6f7620f60
Description-en: ibus-table input method: Jyutping
 This package provides one input method: Jyutping
 .
 http://en.wikipedia.org/wiki/Jyutping

Package: ibus-table-quick
Description-md5: e6c912f96cb1c9c706c426e70f645975
Description-en: ibus-table input method: Quick (dummy package)
 This is a dummy package for stable upgrade.
 .
 You can safely remove it from your system.

Package: ibus-table-quick-classic
Description-md5: 9b3bc5985af2b4baec59182bdcf0c9a6
Description-en: ibus-table input method: Quick Classic
 This package provide one input method: Quick Classic.
 .
 Quick Classic is a Traditional Chinese input method.

Package: ibus-table-quick3
Description-md5: 0725347546242d8bcfe88a405b139456
Description-en: ibus-table input method: Quick3
 This package provide one input method: Quick3.
 .
 Quick3 is a Traditional Chinese input method.

Package: ibus-table-quick5
Description-md5: 9bc203839477c4bd0de61f0bca715d1e
Description-en: ibus-table input method: Quick5
 This package provide one input method: Quick5.
 .
 Quick5 is a Traditional Chinese input method.

Package: ibus-table-scj6
Description-md5: 799fdfbd4c32d6e0d8ba6ab2d3d9eaaf
Description-en: ibus-table input method: Smart CangJie 6
 This package provide one input method: Smart CangJie 6.
 .
 Smart CangJie 6 is a Traditional Chinese input method, check more information
 at http://www.scj2000.com/ and http://www.scj2000.net/

Package: ibus-table-stroke5
Description-md5: c7a034a21235a1cb36f754c09b5acbbe
Description-en: ibus-table input method: Stroke5
 This package provides one input method: Stroke5.

Package: ibus-table-wu
Description-md5: 0fbcc6fde8f65454667861acb991e0db
Description-en: ibus-table input method: Wu
 This package provides one input method: Wu.

Package: ibus-table-wubi
Description-md5: 278793ebd142ced486093b43728001bd
Description-en: ibus-table input method: Wubi
 This package provide one input method: WuBi.
 .
 Wubi is a Chinese input method, check more information at
 http://en.wikipedia.org/wiki/Wubi_method .

Package: ibus-table-yong
Description-md5: 721d8a21a95b0d10850050efbef1d0b5
Description-en: ibus-table input method: YongMa
 This package provide one input method: YongMa.
 .
 YongMa is a Chinese input method, check more information at
 http://yong.uueasy.com/read.php?tid=218 .

Package: ibus-table-extraphrase
Description-md5: 01d06f393cb71e1e2c8434088db312c3
Description-en: Extra phrase for table engine of ibus
 IBus-Table is the IM Engine framework for table-based input methods, such as
 WuBi, ErBi, Cangjie and so on.
 .
 This package provide extra phrase for table engine of ibus.

Package: ibus-table-cns11643
Description-md5: 52acbafe21012b28dba69801a56239cb
Description-en: ibus-table input method: Cns11643
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provides one input method: Cns11643.

Package: ibus-table-compose
Description-md5: 3ca3b0514465fa7439f350403160f1e8
Description-en: ibus-table input method: Compose
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Compose

Package: ibus-table-emoji
Description-md5: 50ce21706b069f76d1097f46bbf67ab6
Description-en: ibus-table input method: Emoji
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provides one input method: Emoji.
 .
 Emoji is the Japanese term for the picture characters or emoticons used in
 Japanese wireless messages and webpages.  For more information, see
 http://en.wikipedia.org/wiki/Emoji.

Package: ibus-table-ipa-x-sampa
Description-md5: bab6dda0aa09039cdf258071416f1454
Description-en: ibus-table input method: IPA-X-SAMPA
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: IPA-X-SAMPA
 .
 For more information of IPA-X-SAMPA, see http://en.wikipedia.org/wiki/X-SAMPA

Package: ibus-table-latex
Description-md5: 7970c1e6a8e0bd3959c92b4134a291e1
Description-en: ibus-table input method: LaTeX
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provides one input method: LaTeX.
 .
 For more information of LaTex, see http://en.wikipedia.org/wiki/LaTeX.

Package: ibus-table-mongol-bichig
Description-md5: 87e8e0a249685c18df8e301916629b72
Description-en: ibus-table input method: Mongol Bichig
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Mongol Bichig (Transliteration to
 Mongol Script).

Package: ibus-table-old-hungarian-rovas
Description-md5: a57251cadba4a0b39d55e787fd5b84d5
Description-en: ibus-table input method: Rovás (Old Hungarian)
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Rovás (Old Hungarian).

Package: ibus-table-rustrad
Description-md5: 0c5b52bb15df0da63085ee05a27c2f89
Description-en: ibus-table input method: Russian Traditional
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Russian Traditional
 .
 Russian Traditional is a Russian input method.

Package: ibus-table-telex
Description-md5: 15da520a72f796fc022d892fcebb70c7
Description-en: ibus-table input method: Telex
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Telex.
 .
 Telex is a Vietnamese input method.

Package: ibus-table-thai
Description-md5: 80a85f763ea3c52043ffd35df8e50389
Description-en: ibus-table input method: Thai
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provides one input method: Thai.
 .
 Thai is a Thai language input method.

Package: ibus-table-translit
Description-md5: 2408da1134e52fa77b6a63f6725fba3f
Description-en: ibus-table input method: Translit
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Translit
 .
 Translit is a Russian input method.

Package: ibus-table-translit-ua
Description-md5: 37de5c92784d8615e3f957dc0de966f7
Description-en: ibus-table input method:  Ukrainian Translit
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Ukrainian Translit.
 .
 Ukrainian Translit is a Ukrainian input method.

Package: ibus-table-viqr
Description-md5: 8bb1c8b3f06831d16016590cc9f60076
Description-en: ibus-table input method: Viqr
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provides one input method: Viqr.
 .
 Viqr is a Vietnamese input method.

Package: ibus-table-vni
Description-md5: 06a509a9af9aaa5d03234778b95e8b86
Description-en: ibus-table input method: Vni
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Vni.
 .
 Vni is a Vietnamese input method.

Package: ibus-table-yawerty
Description-md5: 1b5810c045bcf57ce1465dae853e7332
Description-en: ibus-table input method: Yawerty
 IBus is an Intelligent Input Bus. It is a new input framework for the Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 This package provide one input method: Yawerty.

Package: ibus-typing-booster
Description-md5: 8df8727a23407ff87c1e854faf927e9d
Description-en: Completion input method to speedup typing
 Ibus-typing-booster is a predictive input method and predicts
 complete words based on context and partial input. One can then
 simply select the desired word from a list of suggestions and
 improve one's typing speed and spelling.

Package: ibus-unikey
Description-md5: 985e023e854ac292f0b39058569a0321
Description-en: Vietnamese Input Method Engine for IBus using Unikey Engine
 IBus is an Intelligent Input Bus. It is a new input framework for Linux
 OS. It provides full featured and user friendly input method user interface.
 It also may help developers to develop input method easily.
 .
 Ibus-Unikey is a Vietnamese input method for Ibus
 Use Unikey engine to process keyevent

Package: ibus-zhuyin
Description-md5: c4e727caf7d0f62cc45224c9ac1e9cbc
Description-en: IBus Traditional ZhuYin Input Method
 This traditional Chinese zhuyin input method is designed for old school users.
 .
 There is no intelligent phonetic matching mechanism.
 You have to select which word you want everytime.

Package: ibutils
Description-md5: 31c3cd12ef2e32510739cbe398755b48
Description-en: InfiniBand network utilities
 This package contains a set of utilities useful for
 diagnosing and testing InfiniBand based networks.

Package: libibdm-dev
Description-md5: 0bcaf72869e0e5462c367affa959eca2
Description-en: Development files for the libibdm library
 This package contains header files for building applications
 against  libibdm, a library for building tools for
 diagnosing and testing InfiniBand based networks.

Package: libibdm1
Description-md5: 74d9a97ac81f7ccc1b8e5112dc79811d
Description-en: InfiniBand network diagnostic library
 This package contains a library for building tools useful
 for diagnosing and testing InfiniBand based networks.

Package: ical2html
Description-md5: 520b22cee7c9d1813125b82e5fbb75e8
Description-en: create an HTML table from icalendar data
 ical2html takes an iCalendar file and outputs an HTML file
 showing one or more months in the form of tables.
 .
 This package contains the following commandline utilities:
  * ical2html - create an HTML table from icalendar data
  * icalmerge - merge icalendar files,
    keeping only the most recent version of each event
  * icalfilter - filter an iCalendar file
    based on class and/or category

Package: libicb-utils-java
Description-md5: b39753177de900d1a145ad8b0518d254
Description-en: Java library of utilities to manage files and compute statistics
 icb-utils is a group of tools originally designed by the Campagne laboratory
 for computational biomedicine software.
 They include extensions of standard Java to manage io, extended iterator
 classes, hashtables, network-related classes, as well as a set of classes
 allowing for the computation of statistics.

Package: icc-profiles-free
Description-md5: 6584abf9fda2e191cfa8f85a81a04059
Description-en: ICC color profiles for use with color profile aware software
 Color management allows controlled conversion between color representation of
 input and output devices and color spaces. ICC profiles are an important part
 of color management. They are data files that represent mappings between the
 input or output color space of a particular device and the device-agnostic
 profile connection space (PCS) in accordance with the standards set by the
 International Color Consortium (ICC). This package contains a number of high
 quality ICC color profiles for use with color profile aware software such as
 Scribus, Gimp, CinePaint, Krita, or Digikam. In general this package is
 useful if the software using it was built against a color management support
 library such as liblcms1 or liblcms2-2. In some software such as Scribus you
 have to explicitly enable color managemenent in the preferences to be able to
 use these profiles. The sampleicc-tools package contains tools that can be
 used to manipulate and query the icc profiles in Debian.
 .
 The color profiles in this package are available under free software licenses.
 Additional profiles under non-free licenses are available in the icc-profiles
 package.

Package: icdiff
Description-md5: c7d83d0df1c478e311aa883a2d1bb344
Description-en: terminal side-by-side colorized word diff
 By highlighting changes, icdiff can show you the differences between similar
 files without getting in the way. This is especially helpful for identifying
 and understanding small changes within existing lines.
 Instead of trying to be a diff replacement for all circumstances, the goal
 of icdiff is to be a tool you can reach for to get a better picture of what
 changed when it's not immediately obvious from diff.

Package: gradle-ice-builder-plugin
Description-md5: d530105dad8f88cdd79c39382da1dab6
Description-en: Gradle plug-in for developing Ice applications in Java
 The Ice Builder for Gradle provides a Gradle plug-in named
 slice. This plug-in manages the compilation of Slice files to
 Java. It compiles your Slice files with slice2java, and it is also
 capable of generating Freeze maps and indices with slice2freezej.

Package: icebreaker
Description-md5: 926a53afe0cd03e3d7658b381f5aeb63
Description-en: Break the iceberg
 So, uh, there's a bunch of penguins on an iceberg in Antarctica. You have
 been selected to catch them so they can be shipped to Finland, where they
 are essential to a secret plot for world domination.
 .
 In order to trap the penguins, you'll need to break the iceberg into small
 chunks. (They're afraid of water, for no apparent reason. Ah well. "The
 Matrix" had more plot holes than this, and it still was a hit.) You do
 this by melting lines in the ice with Special High-Tech GNU Tools.
 .
 Once 80% or more of the iceberg is gone, the remaining chunks are small
 enough for shipping. Of course, if you manage to get rid of more than
 that, you'll save on postage, thus earning you exponential amounts of Geek
 Cred (a.k.a. "score").

Package: icecast2
Description-md5: c8a4d364d7555ed5faa920c33bd9771f
Description-en: streaming media server
 Icecast is a versatile multimedia streaming server which can create
 (for instance) a private jukebox or "Internet radio station". It
 supports Ogg streaming using the Vorbis and Theora codecs, as well as
 other formats such as MP3, AAC, or NSV, and is compatible with most
 media players.

Package: icecc
Description-md5: e7de76b64730752c795cedcf1cbcee94
Description-en: distributed compiler (client and server)
 icecc (also known as Icecream) is a distributed compile system. It allows
 parallel compiling by distributing the compile jobs to several nodes of
 a compile network running the icecc daemon. The icecc scheduler routes
 the jobs and provides status and statistics information to the icecc monitor.
 .
 Each compile node can accept one or more compile jobs depending on the number
 of processors and the settings of the daemon. Link jobs and other jobs which
 cannot be distributed are executed locally on the node where the compilation
 is started.

Package: libicecc-dev
Description-md5: 6492e9576218f01fde5bb03b28a913db
Description-en: development files for icecc (distributed compiler)
 This package is part if icecc. It provides files which are necessary to build
 icecc-monitor.
 .
 See the 'icecc' package for more information.

Package: icecc-monitor
Description-md5: 9eae46c06406bc5179f9c805cfc7aeb3
Description-en: monitor for icecc
 icecc-monitor is a monitoring application for icecc (a distributed compiler).
 It provides a view on the distributed compile network, which jobs run where
 and details about jobs and nodes (statistics and overview information).
 .
 See the 'icecc' package for more information.

Package: icecream
Description-md5: e34a5d312fa7bfd96adb9ee1d91fb395
Description-en: lightweight stream download utility
 icecream is a non-interactive stream download utility written in Perl.
 It connects to icecast and shoutcast servers or direct stream URLs, and
 redirects all fetched content to stdout and/or to media files on your disk.
 .
 Listen to the stream piping the output to a stdin-capable media player.
 Save the stream to a named file or split it into different tracks.
 It is possible to redirect the stream and save it to disk at the same time.

Package: icecream-sundae
Description-md5: 8cc73735c33e7af7b5c4d1b4b22f0baf
Description-en: Commandline Monitor for Icecream (icecc)
 This program is a commandline Monitor for Icecream (icecc) for an
 overview of nodes connected to the icecream-scheduler, their loads
 and other useful statistical information

Package: icedtea-netx
Description-md5: b659364567afb3eaf45ea576931b0842
Description-en: Implementation of the Java Network Launching Protocol (JNLP)
 NetX provides a drop-in replacement for javaws (Java Web Start). Since
 upstream NetX is dead, the IcedTea Web project is hosting a fork of the
 original code. However, as icedtea-web has evolved to complex set of tools,
 extensions and tests, it has now only a few lines of code shared with the
 original implementation.
 .
 IcedTea's NetX currently supports verification of signed jars, trusted
 certificate storing, system certificate store checking, and provides
 the services specified by the JNLP API.

Package: iceoryx
Description-md5: 011db86f440400100c9000c37588e363
Description-en: zero-copy inter-process communication
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the central RouDi daemon and the introspection
 tool for Iceoryx.

Package: iceoryx-doc
Description-md5: 3ede20f09621f57adbff473776201d74
Description-en: zero-copy inter-process communication library documentation
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the API documentation for all Iceoryx components.

Package: libiceoryx-binding-c-dev
Description-md5: 4a66c667ba7fda0c7671a98153ecd69b
Description-en: C bindings for the zero-copy inter-process communication library (headers)
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the development headers for the C bindings of Iceoryx.

Package: libiceoryx-binding-c2
Description-md5: 70d08448f8a0258bb6a2460b4f3cd3da
Description-en: C bindings for the zero-copy inter-process communication library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This library provides the C bindings for Iceoryx.

Package: libiceoryx-hoofs-dev
Description-md5: 688b872d4d6133864305f97e7844ac29
Description-en: zero-copy inter-process communication HOOFS library headers
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provide the development headers for the low-level
 utilities and platform library of Iceoryx.
 HOOFS stands for "Handy Objects Optimized For Safety".

Package: libiceoryx-hoofs2
Description-md5: d1cb3a80ad0c9c917deca8c0d23ee931
Description-en: zero-copy inter-process communication HOOFS library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the low-level utilities library of Iceoryx.
 HOOFS stands for "Handy Objects Optimized For Safety".

Package: libiceoryx-introspection-dev
Description-md5: 4f0c2e74b08d03b3f0337dd645230772
Description-en: zero-copy inter-process communication introspection library headers
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provide the development headers for the introspection library of
 Iceoryx.

Package: libiceoryx-introspection2
Description-md5: e77b73c89bd92718e558115060f29be9
Description-en: zero-copy inter-process communication introspection library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the introspection library of Iceoryx.

Package: libiceoryx-platform2
Description-md5: 3cea0cbd78e326ba74c67ffec0c7c6f8
Description-en: zero-copy inter-process communication platform library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the platform library of Iceoryx.

Package: libiceoryx-posh-config2
Description-md5: d5115cdce82e39d48b5dfa781a0e3aca
Description-en: zero-copy inter-process communication POSH config library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the POSH config library of Iceoryx.
 POSH stands for "POsix SHared memory".

Package: libiceoryx-posh-dev
Description-md5: 461ad4b20970cbcaa5d82966a686c96d
Description-en: zero-copy inter-process communication POSH library headers
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the development headers for the POSH libraries
 of Iceoryx.
 POSH stands for "POsix SHared memory".

Package: libiceoryx-posh-gateway2
Description-md5: 3d7dd1f7aebe0c2f503c0508c804a4f7
Description-en: zero-copy inter-process communication POSH gateway library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the POSH gateway library of Iceoryx.
 POSH stands for "POsix SHared memory".

Package: libiceoryx-posh-roudi2
Description-md5: b03bc7a6f2d7cc691115f8fb7f08f808
Description-en: zero-copy inter-process communication POSH RouDi library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the RouDi-specific shared memory transport of Iceoryx.
 POSH stands for "POsix SHared memory". RouDi is the central management
 daemon for the shared memory transport.

Package: libiceoryx-posh2
Description-md5: 7ee9e53db2c099412511d418e0471629
Description-en: zero-copy inter-process communication POSH transport library
 Iceoryx is an inter-process communication (IPC) middleware for POSIX
 based operating systems. It features shared memory capabilities which
 allow a true zero-copy data transfer.
 .
 Originating from the automotive domain, it is crucial to transfer a huge
 amount of data between multiple processes to realize driver assistance
 systems or automated driving applications. Moreover, the same efficient
 communication mechanism can be applied to a broader range of use cases,
 e.g. in the field of robotics or game development.
 .
 This package provides the shared memory transport library of Iceoryx.
 POSH stands for "POsix SHared memory".

Package: ices2
Description-md5: 995534453fae9cc8aa5275726b2aa163
Description-en: Ogg Vorbis streaming source for Icecast 2
 IceS 2.x is used to source Icecast 2 streaming audio
 servers with Ogg Vorbis audio streams.  It supports both
 live audio input from a soundcard and re-encoding of Ogg
 Vorbis files from a playlist.

Package: icewm
Description-md5: 690f826fadc289155859a8d83a4cff39
Description-en: wonderful Win95-OS/2-Motif-like window manager
 IceWm is a Window Manager for X Window System. It is fast and
 memory-efficient, and it provides many different looks including Windows'95,
 OS/2 Warp 3,4, Motif. It tries to take the best features of the above
 systems. Additional features include  multiple workspaces, opaque move/resize,
 task bar, window list, mailbox status, digital clock.

Package: icewm-common
Description-md5: 95ebf911ffa84e4e1d93c7b253b4fc71
Description-en: wonderful Win95-OS/2-Motif-like window manager
 IceWm is a Window Manager for X Window System. Can emulate the look of
 Windows'95, OS/2 Warp 3,4, Motif. Tries to take the best features of the above
 systems.
 Features multiple workspaces, opaque move/resize, task bar, window list,
 mailbox status, digital clock. Fast and small.
 .
 This package provides the common files for icewm, icewm-experimental and
 icewm-lite binary packages.

Package: icewm-experimental
Description-md5: ec685794b2bb6d5bbba1bcb89d2c3080
Description-en: wonderful Win95-OS/2-Motif-like window manager
 IceWm is a Window Manager for X Window System. It is fast and
 memory-efficient, and it provides many different looks including Windows'95,
 OS/2 Warp 3,4, Motif. It tries to take the best features of the above
 systems. Additional features include  multiple workspaces, opaque move/resize,
 task bar, window list, mailbox status, digital clock.
 .
 This package sometimes provides special IceWm versions with experimental
 features enabled. When the configurations of the packages do not diverge
 it simply enforces an upgrade to the current icewm package.

Package: icewm-lite
Description-md5: e73cbf6a96471b0ab76f0a9f091e6667
Description-en: transitional package for icewm
 IceWm is a Window Manager for X Window System. It is fast and
 memory-efficient, and it provides different looks and some desktop-like
 functionality.
 .
 This package only exists to maintain compatibility to system setups that
 relied on the former icewm-lite package. It can be safely removed once the
 system dependencies has been adjusted.

Package: icheck
Description-md5: 2d1b0028b8b82b44d54a65a87e7fe39e
Description-en: C interface ABI/API checker
 A tool for statically checking C interfaces for API and ABI
 changes. All changes to type declarations that can cause ABI changes
 should be detected, along with most API changes.
 .
 icheck is intended for use with libraries, as a method of preventing
 ABI drift.

Package: icinga-php-library
Description-md5: 456388baac435cbd6e966d4860e5287e
Description-en: Icinga PHP Library for Icinga Web 2
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The software will give you a web frontend for your monitoring solution, and
 can run additional modules, extending monitoring data, or even supplying
 something new to the webinterface.
 .
 This package provides the Icinga PHP libraries.

Package: icinga-php-thirdparty
Description-md5: 22eb53006ce670699d0716877bc21972
Description-en: Icinga PHP Thirdparty libraries for Icinga Web 2
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The software will give you a web frontend for your monitoring solution, and
 can run additional modules, extending monitoring data, or even supplying
 something new to the webinterface.
 .
 This package provides the Icinga PHP thirdparty libraries.

Package: icinga2
Description-md5: 2437d4eec840a772b3ba09c39cbe2bb3
Description-en: host and network monitoring system
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see monitoring-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This is the metapackage to install all Icinga 2 features.

Package: icinga2-bin
Description-md5: 2786f709af874963bf1e186a3d434d9f
Description-en: host and network monitoring system - daemon
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see monitoring-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the Icinga 2 daemon.

Package: icinga2-common
Description-md5: a606f8c9a028867e7d20cd49f3fab5ea
Description-en: host and network monitoring system - common files
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see monitoring-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides configuration and some basic helper scripts.

Package: icinga2-doc
Description-md5: 300da885d3a11ca41475e32815b8cff1
Description-en: host and network monitoring system - documentation
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see monitoring-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the Icinga 2 documentation.

Package: icinga2-ido-mysql
Description-md5: 52c90cfa8b96fd2c669519e8c63cec0c
Description-en: host and network monitoring system - MySQL support
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see monitoring-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the IDO module for the MySQL database.

Package: icinga2-ido-pgsql
Description-md5: 04211973d12167dab60262ef8ff3138c
Description-en: host and network monitoring system - PostgreSQL support
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 Features:
  * all standard features of Icinga and Nagios;
  * much faster and more scalable than Icinga 1 and Nagios;
  * new, more intuitive, template-based configuration format;
  * monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
    SMTP, etc.) by executing checks (see monitoring-plugins*);
  * any small script following the Nagios plugin API can be used as a
    check plugin;
  * notifications about alerts for any custom script (with examples);
  * native support for Livestatus and Graphite.
 .
 This package provides the IDO module for the PostgreSQL database.

Package: vim-icinga2
Description-md5: c8895dd274845b67838e862e33cad270
Description-en: syntax highlighting for Icinga 2 config files in VIM
 Icinga 2 is a general-purpose monitoring application to fit the needs of
 any size of network. Icinga 1.x was a Nagios fork; this new generation
 has been rewritten from scratch in C++, with multi-threading and cluster
 support.
 .
 The vim-icinga2 package provides filetype detection and syntax
 highlighting for Icinga 2 config files.

Package: icingadb
Description-md5: a8583350d6ff968dc6c37ea9ebd51ba9
Description-en: database connector for Icinga 2
 Icinga DB is a set of components for publishing, synchronizing and
 visualizing monitoring data in the Icinga ecosystem, consisting of:
 .
  * The Icinga DB daemon, which synchronizes monitoring data between a
    Redis server and a database.
  * Icinga 2 with its Icinga DB feature enabled, responsible for
    publishing the data to the Redis server, i.e. configuration and its
    runtime updates, check results, state changes, downtimes,
    acknowledgements, notifications, and other events such as flapping.
  * And Icinga Web with the Icinga DB Web module enabled, which connects
    to both Redis and the database to display and work with the most
    up-to-date data.

Package: icingadb-web
Description-md5: e390c0f0e6b311d83c3c620f839fb372
Description-en: Icinga DB Web for Icinga Web 2
 Icinga DB Web pushes your monitoring stack to the next level.
 Based on the lessons learnt with the base monitoring module,
 it offers a modern and streamlined design to provide a clear
 and concise overview of your monitoring environment.

Package: icingacli
Description-md5: 1a6656d7bea04a0cb347e50677ad69a3
Description-en: simple CLI tool for Icingaweb2 and its modules
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 `icingacli` is a command line utility, allowing the admin to configure Icinga
 Web 2 and provides the possibility to query Icinga data from your shell.
 All modules of Icingaweb2 can add additional commands to the icingacli.

Package: icingaweb2
Description-md5: ad76bf54e5536f365d3c1bcd65b635a7
Description-en: simple and responsive web interface for Icinga
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The software will give you a web frontend for your monitoring solution, and
 can run additional modules, extending monitoring data, or even supplying
 something new to the webinterface.
 .
 This package installs the web interface with all needed dependencies.

Package: icingaweb2-common
Description-md5: 3754116cfd44cbbaf7a457d6b618ee01
Description-en: simple and responsive web interface for Icinga - common files
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The software will give you a web frontend for your monitoring solution, and
 can run additional modules, extending monitoring data, or even supplying
 something new to the webinterface.
 .
 This package contains common files for the web interface, and the CLI tool.

Package: icingaweb2-module-doc
Description-md5: 7794ede3b5f64cd453511ac5f2f0de6a
Description-en: simple and responsive web interface for Icinga - documentation module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module adds the documentation viewer of Icinga Web 2, which can also
 display the documentation of other modules.

Package: icingaweb2-module-monitoring
Description-md5: 5d6b8ef6da875c41de5c8a60b0eadee8
Description-en: simple and responsive web interface for Icinga - monitoring module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module adds the Icinga monitoring frontend to the web interface.

Package: php-icinga
Description-md5: 48540e3238f351d5ca13c047dab88d5c
Description-en: PHP library to communicate with and use Icinga
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 Icinga is a PHP library providing a PHP API to interact with Icinga's data
 and other core parts of Icinga web 2 that may be used by modules.
 .
 This library is mainly used by Icinga Web 2 to get its data.

Package: icingaweb2-module-audit
Description-md5: 8d4f7144adb6d2432a19d1ceaf9061aa
Description-en: Audit logs for Icinga Web 2
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module creates audit logs for Icinga Web 2.

Package: icingaweb2-module-boxydash
Description-md5: 3716de3b141dd17badccdcbbf56fca10
Description-en: simple and responsive web interface for Icinga - boxydash module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module is intended to give you another view of the status of your board.

Package: icingaweb2-module-businessprocess
Description-md5: 15dd2bf75459ff2d4815c71fcf0c2114
Description-en: simple and responsive web interface for Icinga - businessprocess module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The software will give you a web frontend for your monitoring solution, and
 can run additional modules, extending monitoring data, or even supplying
 something new to the webinterface.
 .
 Business Process viewer and modeler provides a web-based process modeler. It
 integrates as a module into Icinga Web 2 and provides a plugin check command
 for Icinga. Tile and tree views can be shown inline, as dashlets or fullscreen.
 All of those for whole processes or just parts of them.

Package: icingaweb2-module-cube
Description-md5: 80cc1211bb438066a1bc3f4fa7798317
Description-en: simple and responsive web interface to show host statistics
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 Cube is a tiny module. It currently shows host statistics (total count, health)
 grouped by various custom variables in multiple dimensions.

Package: icingaweb2-module-director
Description-md5: a788c6f09090c096fb6b877cd994d700
Description-en: simple and responsive web interface for Icinga - director module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The software will give you a web frontend for your monitoring solution, and
 can run additional modules, extending monitoring data, or even supplying
 something new to the webinterface.
 .
 Icinga Director is a configuration tool that has been designed to make Icinga 2
 configuration easy and understandable.

Package: icingaweb2-module-eventdb
Description-md5: 4ddc8a99ab9d560e31506012772d64fe
Description-en: simple and responsive web interface for Icinga - eventdb module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 With the EventDB Module you can browse, comment and acknowledge events
 collected by EventDB easily in Icinga Web 2.

Package: icingaweb2-module-fileshipper
Description-md5: ecd91f8356d960f2f6d28acd04bd010d
Description-en: This Module offers to deploy config files through the Director
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module offers the possibility to deploy hand-crafted Icinga 2 config files
 through the Icinga Director based on Import Source able to deal with CSV, JSON,
 YAML and XML files.

Package: icingaweb2-module-generictts
Description-md5: c1e6968cb9c927e99cd5f6aa543c9160
Description-en: simple and responsive web interface for Icinga - generictts module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 Generic TTS implements Icinga Web 2's ticket hook for replacing ticket patterns
 with links to your trouble ticket system (TTS).

Package: icingaweb2-module-graphite
Description-md5: 2b27b703981420fb6f9658f96b8cf924
Description-en: simple and responsive web interface for Icinga - graphite module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module adds graphite graphs to the web interface.

Package: icingaweb2-module-idoreports
Description-md5: 1f27054275b8f86d02a9f10f7bc99e58
Description-en: simple and responsive web interface for Icinga - boxydash idoreports
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module gives Host and service availability reports for ido database.

Package: icingaweb2-module-incubator
Description-md5: d37c00a2759a75c7468d02fc6958412e
Description-en: This Module offers to deploy config files through the Director
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module ships bleeding edge libraries useful for Icinga Web 2 modules.

Package: icingaweb2-module-map
Description-md5: 37d6e37eff91caf589d3158f3a01ea6a
Description-en: Displays host objects as markers on openstreetmap
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module displays host objects as markers on openstreetmap using leaflet.js.
 If you configure multiple hosts with the same coordinates, i.e. servers in a
 datacenter, a clustered view is rendered.

Package: icingaweb2-module-recommended
Description-md5: 8f4f76e0710c7ca5c21c4eb1a2f4210a
Description-en: Metapackage to install icingaweb2 modules
 Depends on typical used modules for icingaweb2.

Package: icingaweb2-module-nagvis
Description-md5: b7794479558bdd2d5efdaa4a6875611e
Description-en: simple and responsive web interface for Icinga - nagvis module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The software will give you a web frontend for your monitoring solution, and
 can run additional modules, extending monitoring data, or even supplying
 something new to the webinterface.
 .
 NagVis is a visualization addon for Icinga or Nagios. It can be used to
 visualize monitoring data in combination with all kinds of pictures or maps.
 This allows one to show the state of your infrastructure in many different
 creative ways.

Package: icingaweb2-module-pdfexport
Description-md5: 0dcba4a3ae9be175a0e9d96cff941aa6
Description-en: Future place for the PDF export functionality for Icinga Web 2
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 Integrate PDF export functionality for Icinga Web 2.

Package: icingaweb2-module-pnp
Description-md5: 5f84a678051f14f74b5bbcb5357a5cbd
Description-en: view beautiful graphs in the host/service detail view
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module integrates PNP into Icinga Web 2 and allows you to view beautiful
 graphs in the host/service detail view.

Package: icingaweb2-module-reactbundle
Description-md5: a42a897dab228a6b599419a5e6ca6236
Description-en: 3rd party libraries php library for Icinga Web 2
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module is an attempt to ship 3rd party libraries that might be useful for
 asynchronous PHP-based Icinga Web 2 modules.

Package: icingaweb2-module-reporting
Description-md5: 85f8a49dff2c37b2e21a1f765cc4caf0
Description-en: Reporting functionality in the web frontend
 Icinga Web 2 is a very modular, fast and simple web interface for
 your Icinga monitoring environment.
 .
 Reporting functionality in the monitoring web frontend.

Package: icingaweb2-module-statusmap
Description-md5: acbdcb0af04b180efb8b41ba2fa1d192
Description-en: simple and responsive web interface for Icinga - statusmap module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 This module adds a very basic status map for Icinga Web 2.

Package: icingaweb2-module-toplevelview
Description-md5: c26b8a9a21540fc11bbc41fc76223783
Description-en: simple and responsive web interface for Icinga - top level view
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 Top Level View is a hierarchy based status view for Icinga Web 2.

Package: icingaweb2-module-x509
Description-md5: 35fbc817ec34c5c5fe773de69c9d6e69
Description-en: simple and responsive web interface for Icinga - x509 module
 Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
 monitoring environment.
 .
 The X.509 module for Icinga keeps track of certificates as they are deployed
 in a network environment. It does this by scanning networks for TLS services
 and collects whatever certificates it finds along the way. The certificates
 are verified using its own trust store.

Package: icmake
Description-md5: a550161f00554825a211dc2edc36ee34
Description-en: Intelligent C-like MAKEr, or the ICce MAKE utility
 Icmake is a hybrid between a 'make' utility and a 'shell script'
 language.  Originally, it was written to provide a useful tool for
 automatic program maintenance and system administrative tasks on MS-DOS
 platforms.

Package: icmpinfo
Description-md5: 3bce8af22af1551a5331ef8816faa09a
Description-en: interpret ICMP messages
 Icmpinfo is a tool for looking at the ICMP messages received on the running
 host. It can be used to detect and record 'bombs' as well as various network
 problems.
 .
 Icmpinfo is useful for network security tests.

Package: icmptx
Description-md5: 82320505e19949c349b53c1398e9655e
Description-en: Tunnel IP over ICMP
 ICMPTX is a program that allows a user with root privledges to create a
 virtual network link between two computers, encapsulating data inside of
 ICMP packets.

Package: icmpush
Description-md5: 5bc7604a67a83eaffd7ded695d911e52
Description-en: ICMP packet builder
 icmpush is a tool that builds ICMP packets fully customized
 from command line.
 .
 It supports the following ICMP error types: Redirect, Source
 Quench, Time Exceeded, Destination Unreach and Parameter
 Problem.
 .
 And the following ICMP information types: Address Mask Request,
 Timestamp, Information Request, Echo Request, Router Solicitation
 and Router Advertisement.

Package: exe-thumbnailer
Description-md5: ad72784950406c9dddad94969f1e8fe4
Description-en: transitional package to icoextract-thumbnailer
 This is a dummy transitional package from exe-thumbnailer to
 icoextract-thumbnailer. It can be safely removed.

Package: icoextract
Description-md5: 13531fdf591a38706e495d94b47bf095
Description-en: icon extraction library for Windows PE files (utilities)
 icoextract is an icon extraction library for Windows PE files (.exe/.dll)
 .
 This package installs the icoextract and icolist command line utilities.

Package: icoextract-thumbnailer
Description-md5: cc5e6b8dc9ac8af4ccbda8ce172dc4d8
Description-en: thumbnailer for Windows PE files (.exe/.dll)
 icoextract is an icon extraction library for Windows PE files (.exe/.dll)
 .
 This package installs a Windows executable thumbnailer for file managers
 supporting Freedesktop.org thumbnailers.

Package: python3-icoextract
Description-md5: c336b68f4d984cfdf6a31ac90c663c39
Description-en: icon extraction library for Windows PE files
 icoextract is an icon extraction library for Windows PE files (.exe/.dll)
 .
 This package installs the library for Python 3.

Package: icom
Description-md5: bd9f2bd1d4a74ca7928b71b97e7ca38e
Description-en: Software control for ICOM radios with CI-V interface
 This program allows you to control many types of ICOM radio
 (transceivers and receivers) from the serial port on your computer.
 You need a CI-V interface circuit to connect the radio to the computer
 (to convert between RS-232 and TTL), which can be easily found on the web.

Package: icon-ipl
Description-md5: 561870fc816eef9502bea4e230d182d2
Description-en: Libraries for Icon, a high-level programming language
 Ideal for both complex nonnumerical applications and for situations where
 users need quick solutions with a minimum of programming effort, Icon is a
 high-level, general purpose programming language with a syntax similar to
 Pascal and C. Its applications include: rapid prototyping, analyzing
 natural languages, generating computer programs, and artificial
 intelligence. (From the back cover of the book "The Icon Programming
 Language," by Griswold and Griswold.)
 .
 This package contains the Icon program library, a library of Icon
 procedures and programs contributed by Icon users.

Package: icont
Description-md5: 32a55e9c6e8ddde3e843ee6c82b54ab5
Description-en: Interpreter for Icon, a high-level programming language
 Ideal for both complex nonnumerical applications and for situations where
 users need quick solutions with a minimum of programming effort, Icon is a
 high-level, general purpose programming language with a syntax similar to
 Pascal and C. Its applications include: rapid prototyping, analyzing
 natural languages, generating computer programs, and artificial
 intelligence. (From the back cover of the book "The Icon Programming
 Language," by Griswold and Griswold.)
 .
 This package contains the Icon translator, which converts Icon source code
 into `ucode` that can then be executed with the help of the iconx program.

Package: iconx
Description-md5: 4afe00cd9fc1151ce65edb169ff82c7f
Description-en: Executor for Icon, a high-level programming language
 Ideal for both complex nonnumerical applications and for situations where
 users need quick solutions with a minimum of programming effort, Icon is a
 high-level, general purpose programming language with a syntax similar to
 Pascal and C. Its applications include: rapid prototyping, analyzing
 natural languages, generating computer programs, and artificial
 intelligence. (From the back cover of the book "The Icon Programming
 Language," by Griswold and Griswold.)
 .
 This package contains the Icon executor, iconx, which is needed to execute
 interpreted Icon programs. If you are starting from Icon source code (as
 opposed to precompiled `ucode' files), you will also need the icont
 package, which converts your Icon source into a program that iconx can
 execute.

Package: icon-naming-utils
Description-md5: 5aaeb0f96a8778a442c08d744b22e0bd
Description-en: script for maintaining backwards compatibility of Tango Project
 Tango is a project to create a new cross-desktop and cross-platform icon
 theme, using a standard style guide, and the new Icon Naming Specification.
 This package contains the perl script for maintaining backwards
 compatibility.

Package: iconnect-tools
Description-md5: 1b26bf240a9eec717d9f2836c88de77c
Description-en: system administration helping tools for Iomega Iconnect
 The Iomega Iconnect is a Marvell Kirkwood (ARM) Linux-based NAS device which
 comes with 4 USB ports, GbE and wireless support (802.11g).
 This package contains some small helpers for using a Debian installation
 on the Iomega Iconnect.
 .
 It contains a systemd service file for controlling the info LEDs on the front
 of the device but also a simple UDEV rule and helper script to show recognized
 USB devices a user has plugged in. It also serve a Sysctl configuration
 file to decrease the sync rate of the Linux kernel for writing data to the
 swap file on a USB device.
 .
 The package provides also a configuration file for the u-boot-tools package
 so the U-Boot environment can be read and modified from a running Debian
 installation.

Package: icoutils
Description-md5: 56989c011716253059b25fa3cebe2594
Description-en: Create and extract MS Windows icons and cursors
 Icoutils is a set of programs that deal with MS Windows icons and
 cursors. Resources such as icons and cursors can be extracted from MS
 Windows executable and library files with "wrestool". Conversion of
 these files to and from PNG images is done with "icotool". "extresso"
 automates these tasks with the help of special resource scripts.
 .
 This package can be used to create "favicon.ico" files for web sites.

Package: icu-devtools
Description-md5: 4f58797462ac478415b579bf552abff4
Description-en: Development utilities for International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support. This package contains programs used to
 manipulate data files found in the ICU sources and is a dependency of
 libicu-dev.  End users would generally not need to install this package.

Package: icu-doc
Description-md5: 85b63ef20f81e6ed56386e76f65f4297
Description-en: API documentation for ICU classes and functions
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains HTML files
 documenting the ICU APIs.

Package: libicu-dev
Description-md5: 6ba8fb49531a26733d27c3f9dbfe8ad6
Description-en: Development files for International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the development
 files for ICU.

Package: libicu72
Description-md5: ea5cc55770d8f276c67880d90115d206
Description-en: International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the runtime
 libraries for ICU.

Package: postgresql-15-icu-ext
Description-md5: 8463b2bd74af639d49582ef7e2deddea
Description-en: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.

Package: libicu4j-java
Description-md5: 0b053f2e27ae4115810a4851a17f3448
Description-en: Library for Unicode support and internationalization
 ICU is a mature, widely used set of C/C++ and Java libraries for
 Unicode support, software internationalization and globalization
 (i18n/g11n). It grew out of the JDK 1.1 internationalization APIs, which
 the ICU team contributed, and the project continues to be developed
 for the most advanced Unicode/i18n support. ICU is widely portable and
 gives applications the same results on all platforms and between C/C++
 and Java software.

Package: libicu4j-4.4-java
Description-md5: 0b053f2e27ae4115810a4851a17f3448
Description-en: Library for Unicode support and internationalization
 ICU is a mature, widely used set of C/C++ and Java libraries for
 Unicode support, software internationalization and globalization
 (i18n/g11n). It grew out of the JDK 1.1 internationalization APIs, which
 the ICU team contributed, and the project continues to be developed
 for the most advanced Unicode/i18n support. ICU is widely portable and
 gives applications the same results on all platforms and between C/C++
 and Java software.

Package: id-utils
Description-md5: 3f85175a34f0d5e2c543d52fd8a2607f
Description-en: Fast, high-capacity, identifier database tool
 Actually, the term `identifier' is too limiting--`mkid' stores
 tokens, be they program identifiers of any form, literal numbers, or
 words of human-readable text.  Database queries can be issued from the
 command-line, or from within emacs, serving as an augmented tags
 facility.

Package: id3
Description-md5: d91cc8db52621a037ad1e9e1950543b5
Description-en: Editor for ID3 tags
 A command-line based program that can list, modify, or delete ID3 tags
 from a file. ID3 tags are a way of identifying streaming music files.
 You can store Artist, Album, Title, Track, Year, and Genre in a tag, as
 well as a 28-character comment.

Package: libid3-3.8.3-dev
Description-md5: 8c2e3b98d22d66f554a13b4225a96fa6
Description-en: ID3 Tag Library: Development Libraries and Header Files
 This package contains the headers that programmers will need to develop
 applications which will use id3lib, the software library for ID3v1 and ID3v2
 tag manipulation.

Package: libid3-3.8.3v5
Description-md5: 2dfdbad97305ddcdbe58e0b82fdea499
Description-en: library for manipulating ID3v1 and ID3v2 tags
 This package provides a software library for manipulating ID3v1 and ID3v2
 tags. It provides a convenient interface for software developers to include
 standards-compliant ID3v1/2 tagging capabilities in their applications.
 Features include identification of valid tags, automatic size conversions,
 (re)synchronisation of tag frames, seamless tag (de)compression, and
 optional padding facilities.

Package: libid3-doc
Description-md5: 0c2a2d9e324faf5597f7667d25dfd411
Description-en: ID3 Tag Library: Documentation
 This package contains the documentation that programmers will need to develop
 applications which will use id3lib, the software library for ID3v1 and ID3v2
 tag manipulation.

Package: libid3-tools
Description-md5: cee1af3de2ea24fef26a69e1351c630e
Description-en: ID3 Tag Library: Utilities
 This package contains some utilities that belong with id3lib, the software
 library for ID3v1 and ID3v2 tag manipulation. The utilities are:
 id3cp, id3tag, id3convert, id3info.

Package: id3ren
Description-md5: 5ba912562a8bc6090aeb390c3dd90d48
Description-en: id3 tagger and renamer
 Tool used to rename batches of mpeg3 files by reading the ID3 tag at the
 end of the file which contains the song name, artist, album, year, and a
 comment.
 .
 The secondary function of id3ren is a tagger, which can create, modify, or
 remove ID3 tags. The id3 fields can be set on the command line, entered
 interactively, or "guessed" from the path and the filename.

Package: id3tool
Description-md5: 6cb7942cd8caa7dedd0111b86c2bfd6d
Description-en: Command line editor for id3 tags
 A simple and complete editor for ID3 tags in MP3 files. ID3 tags are a way of
 identifying mp3 music files - you can store Artist, Album, Title, Track,
 Year, and Genre in a tag, as well as a 28-character comment.
 .
 Highly recommended for scripting and bulk operations where you need
 to edit id3 tags from scripts.
 .
 Can also be used to read id3 tags.

Package: id3v2
Description-md5: 28cfd529419561f1124178668fc00a2d
Description-en: command line id3v2 tag editor
 A command-line tool to add, modify, remove, or view ID3v2 tags, as well as
 convert or list ID3v1 tags. ID3 tags are commonly embedded in compressed
 music files such as MP3 and are the standard way to more fully describe
 the work than would normally be allowed by putting the information in the
 filename.

Package: idba
Description-md5: 42263fd178b76409cff6e6b610ab7ec1
Description-en: iterative De Bruijn Graph short read assemblers
 IDBA stands for iterative de Bruijn graph assembler. In computational
 sequence biology, an assembler solves the puzzle coming from large
 sequencing machines that feature many gigabytes of short reads from a
 large genome.
 .
 This package provides several flavours of the IDBA assembler, as they all
 share the same source tree but serve different purposes and evolved over time.
 .
 IDBA is the basic iterative de Bruijn graph assembler for
 second-generation sequencing reads. IDBA-UD, an extension of IDBA,
 is designed to utilize paired-end reads to assemble low-depth regions
 and use progressive depth on contigs to reduce errors in high-depth
 regions. It is a generic purpose assembler and especially good for
 single-cell and metagenomic sequencing data. IDBA-Hybrid is another
 update version of IDBA-UD, which can make use of a similar reference
 genome to improve assembly result. IDBA-Tran is an iterative de Bruijn
 graph assembler for RNA-Seq data.

Package: idba-extra
Description-md5: a65ebb2eaba7b514fa79dc9b01bc510a
Description-en: iterative De Bruijn Graph short read assemblers (extra tools)
 IDBA stands for iterative de Bruijn graph assembler. In computational
 sequence biology, an assembler solves the puzzle coming from large
 sequencing machines that feature many gigabytes of short reads from a
 large genome.
 .
 This package provides several flavours of the IDBA assembler, as they all
 share the same source tree but serve different purposes and evolved over time.
 .
 IDBA is the basic iterative de Bruijn graph assembler for
 second-generation sequencing reads. IDBA-UD, an extension of IDBA,
 is designed to utilize paired-end reads to assemble low-depth regions
 and use progressive depth on contigs to reduce errors in high-depth
 regions. It is a generic purpose assembler and especially good for
 single-cell and metagenomic sequencing data. IDBA-Hybrid is another
 update version of IDBA-UD, which can make use of a similar reference
 genome to improve assembly result. IDBA-Tran is an iterative de Bruijn
 graph assembler for RNA-Seq data.
 .
 This package ships extra tools for using idba in specific situations.

Package: idwcc
Description-md5: fcbbac2fe8cfa078ceb6faf2ea6059d2
Description-en: Client for OAuth2/OIDC AS configuration validation
 Provides a web application to be used as an OpenID Connect or OAuth2
 client.
 .
 Supports PKCE, token introspection, revocation, client registration,
 DPoP, Rich Authorization Request, Pushed Authorization Request,
 JWT Access tokens, encrypted tokens, requests and responses.

Package: libiddawc-dev
Description-md5: b3c1cdf9d5526a9209c054d0979eb43a
Description-en: OAuth2 and OIDC client library - development
 Handles the OAuth2 and OpenID Connect authentication process flow from the
 client side.
 .
  - Generates requests based on input parameters
  - Parses response
  - Validates response values
 .
 This package contains the development files.

Package: libiddawc1.1
Description-md5: 8746a8e0f0d088dfe3618b52a0920355
Description-en: OAuth2 and OIDC client library
 Handles the OAuth2 and OpenID Connect authentication process flow from the
 client side.
 .
  - Generates requests based on input parameters
  - Parses response
  - Validates response values

Package: libideep-dev
Description-md5: 02b4fa0ce24b90e2f32ea8d955f33cff
Description-en: Intel's mkldnn/dnnl wrapper for pytorch
 This is a header-only library implementing mkldnn/dnnl wrapper for pytorch.

Package: ident2
Description-md5: c3df7c3fcf7671dd47da06d6dfe9cf9a
Description-en: An advanced ident daemon
 ident2 is an advanced, configurable ident daemon. You can set it to lie,
 not lie, or not return any response at all, and it is per-user configurable
 (e.g. if user daniel was IRCing, it'd use ~daniel/.ident for its config, if
 user kim was IRCing, it'd use ~kim/.ident). The admin can specify whether
 users can configure the type of return they want or not.

Package: python3-identify
Description-md5: 67108fe5452852e4b459df52636164cf
Description-en: File identification library for Python
 Identify is a Python module to get information about files, such as:
 .
   * File type (file, symlink, directory)
   * Mode (is it executable?)
   * File name (mostly based on extension)
   * If executable, the shebang is read and the interpreter interpreted

Package: libufpidentity-dev
Description-md5: 487f4859cd423271467dc3f37e05b66f
Description-en: UFP Identity development library for C applications
 This library allows C applications to interact with the UFP Identity
 service. Use this package if you want to develop applications that
 interact with UFP Identity.

Package: libufpidentity1
Description-md5: 5bc0640a300fead34c82268eb2966e8b
Description-en: UFP Identity library for C applications
 This library allows C applications to interact with the UFP Identity
 service. Use this package if you want to run applications that interact
 with UFP Identity.

Package: idesk
Description-md5: 83a0b8afe86a69e05e8521e50b6d585b
Description-en: program to show icons on the desktop
 Idesk displays icons with a short description on the desktop and gives
 shortcuts to launch any X app.
 .
 The icons can be resized, use tooltip and has transparency with other
 nice image effects. It can use many images types formats how PNG, JPG,
 GIF, XPM, etc. Idesk also allows the binding of different actions to
 every mouse button.

Package: ideviceinstaller
Description-md5: 90af38530619f287fcb09421b4b1a146
Description-en: Utility to manage installed applications on an iDevice
 ideviceinstaller is a tool to interact with the installation_proxy
 of an iDevice allowing to install, upgrade, uninstall, archive, restore,
 and enumerate installed or archived applications.
 .
 It makes use of the libimobiledevice library that allows communication
 with the devices.

Package: idevicerestore
Description-md5: 3b5cf3262f1ea580f73065540103fe0e
Description-en: command-line application to restore firmware files to iOS devices
 The idevicerestore application is a full reimplementation of all granular
 steps which are performed during the restore of a firmware to a device.
 .
 In general, upgrades and downgrades are possible, however subject to
 availability of SHSH blobs from Apple for signing the firmare files.
 .
 Some key features are:
  - Restore: Update firmware on iOS devices
  - Firmware: Use official IPSW firmware archive file or a directory as source
  - Update: Allows updating the device by default or erasing all data
  - Download: On demand download of latest available firmware for a device
  - Cache: Downloaded firmware files are cached locally
  - Custom Firmware: Restore custom firmware files (requires bootrom exploit)
  - Baseband: Allows one to skip NOR/Baseband upgrade
  - SHSH: Fetch TSS records and save them as ".shsh" files
  - DFU: Put devices in pwned DFU mode (limera1n devices only)
  - AP Ticket: Use custom AP ticket from a file

Package: idl-font-lock-el
Description-md5: d10d7c7ad1686587a0f401642d48edaf
Description-en: OMG IDL font-locking for Emacs
 This module adds font-lock highlighting to the Emacs IDL-mode.
 This will be useful for people doing CORBA stuff, but it is not
 related to the Interactive Data Language.

Package: gdl-astrolib
Description-md5: c95ef4ac46c2e056c90f485b5795ccaf
Description-en: Low-level astronomy software for GDL
 The IDL Astronomy Users Library is a central repository for low-level
 astronomy software written in the GNU Data Language (GDL).
 The library is not meant to be an integrated package, but rather is a
 collection of procedures from which users can pick and choose (and possibly
 modify) for their own use. Submitted procedures are given a cursory testing,
 but are basically stored in the library as submitted.
 .
 The library was originally written for the commercial IDL interpreter, but
 large parts are usable with the GDL interpreter as well. Other names for the
 libraries are "astron" and "idlastro".

Package: idle3-tools
Description-md5: a4f996c5b53547bf8c6550facb52d022
Description-en: change the idle3 timer of recent Western Digital Hard Disk Drives
 Idle3-tools provides a linux/unix utility that can disable, get and
 set the value of the infamous idle3 timer found on recent Western
 Digital Hard Disk Drives.
 .
 It can be used as an alternative to the official wdidle3.exe
 proprietary utility, without the need to reboot in a DOS environment.
 .
 A power off/on cycle of the drive will still be mandatory for new
 settings to be taken into account.
 .
 Modern Western Digital "Green" Drives include the Intellipark feature
 that stops the disk when not in use.
 .
 Unfortunately, the default timer setting is not perfect on linux/unix
 systems, including many NAS, and leads to a dramatic increase of the
 Load Cycle Count value (SMART attribute #193). With the default timer
 setting, the drive will spin down *every eight seconds* if idle and
 this may get the spindle motor to burn out in a few months or so.
 .
 If you have a Western Digital EADS or EARS drive, please check you
 SMART information before it's too late by running the following
 command:
 .
  sudo smartctl -A /dev/sda | grep "^193"
 .
 If the Load cycle count (which is in the last column) exceeds 1000,
 you're probably affected by the idle3 timer problem.

Package: idlestat
Description-md5: 77aaa7f95d78cfd1d7c169ddb62108ad
Description-en: measure CPU time in idle and operating states
 Idlestat uses kernel FTRACE function to monitor and capture C-state and
 P-state transitions of CPUs over a time interval.  It calculates the total,
 average, min and max times spend in each C-state, P-state for each CPU and in
 each CPU cluster.  It also reports the times specific IRQs caused the CPU
 to exit idle state, per CPU and per-IRQ.

Package: libidm-console-framework-java
Description-md5: 524f74564527fd65ce42734583c3cb49
Description-en: IDM Console Framework for the 389 Directory Server Console
 A Java Management Console framework, used for 389 Directory Server remote
 management.

Package: elpa-ido-completing-read+
Description-md5: 5d4501611ed2951ace6c8c7537aad92f
Description-en: completing-read-function using ido
 This package implements the `ido-completing-read+' function, which is a
 wrapper for `ido-completing-read'. Importantly, it detects edge cases that
 ordinary ido cannot handle and either adjusts them so ido *can* handle them,
 or else simply falls back to Emacs' standard completion instead.

Package: elpa-ido-vertical-mode
Description-md5: 86b5d8809bd80103356f08f8f849cded
Description-en: make ido-mode display vertically
 This mode takes care of some caveats that are otherwise ugly to store in your
 init file. It makes ido-mode display prospects vertically, which looks quite
 nicely.

Package: idseq-bench
Description-md5: 6cd81edbd88cc2308cae611159efb5f7
Description-en: Benchmark generator for the IDseq Portal
 IDseq (Infectious Disease Sequencing Platform) is an unbiased global
 software platform that helps scientists identify pathogens in
 metagenomic sequencing data.
 .
  * Discover - Identify the pathogen landscape
  * Detect - Monitor and review potential outbreaks
  * Decipher - Find potential infecting organisms in large datasets
 .
 This package provides the benchmark generator for the IDseq Portal.

Package: idzebra-2.0
Description-md5: c05f4e2e186aa8be1b86a173e220831a
Description-en: IDZebra metapackage (the works)
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This metapackage installs all necessary packages to start working
 with IDZebra - including utility programs, development libraries,
 documentation and modules.

Package: idzebra-2.0-common
Description-md5: 8421d76aaf541d8930d7e4a5bb2b3843
Description-en: IDZebra common files
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes common IDZebra configuration files.

Package: idzebra-2.0-doc
Description-md5: a4a93305943de9a6ecf14ab0ef097290
Description-en: IDZebra documentation
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes HTML documentation for IDZebra.

Package: idzebra-2.0-examples
Description-md5: 3aad101419059ef452b30c70baf4233f
Description-en: IDZebra example configurations
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes examples for indexing various data formats,
 such as OAI-PMH, Marc21, and MarcXML.

Package: idzebra-2.0-utils
Description-md5: 05f32279998b0c7917b4a07b7c3a0500
Description-en: IDZebra utility programs
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package contains IDZebra utilities such as the 'zebraidx' indexer
 utility and the 'zebrasrv' server.

Package: libidzebra-2.0-0
Description-md5: 17abb6d72e8bcd32eff05d2bca981667
Description-en: IDZebra libraries
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package contains all run-time libraries for IDZebra.

Package: libidzebra-2.0-dev
Description-md5: 05f4ffe3fe65da334a4a1f404a35e9e1
Description-en: IDZebra development
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package contains development files for IDZebra, such as libraries
 and header files.

Package: libidzebra-2.0-mod-alvis
Description-md5: e2acdc35beac580dc7e60163da8374e5
Description-en: IDZebra 'alvis' filter (XSLT filter for XML)
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes the 'alvis' filter, which uses libxslt to
 transform XML records by XSLT into XML indexable records.
 DEPRECATED, it is better to use the libidzebra-2.0-mod-dom indexing filter.

Package: libidzebra-2.0-mod-dom
Description-md5: f0f0f32a1ed86e25d033fd7a472bb934
Description-en: IDZebra 'dom' filter (XML DOM internal document model with XSLT)
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes the 'dom' filter, which uses libxslt to
 transform XML records by XSLT into XML indexable records. It can read
 and index any binary MARC syntax and is therefore a modern replacement
 for 'alvis' and the family of 'grs' filters.

Package: libidzebra-2.0-mod-grs-marc
Description-md5: 690762c40a5db762bc3bca55636b37a9
Description-en: IDZebra 'grs.marc' filter (ISO2709 MARC reader)
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes the 'grs.marc' and 'grs.marcxml' filters, which
 allow IDZebra to read MARC records based on ISO2709.
 DEPRECATED, it is better to use the libidzebra-2.0-mod-dom indexing filter.

Package: libidzebra-2.0-mod-grs-regx
Description-md5: c7ba903664bad0d43d97d0f4ea2ca4f3
Description-en: IDZebra 'grs.regx' and 'grs.tcl' filters
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes the 'grs.regx' and 'grs.tcl' filters.

Package: libidzebra-2.0-mod-grs-xml
Description-md5: 6e207f3924fc4c74a23efb89a7e0c5ef
Description-en: IDZebra 'grs.xml' filter (XML filter)
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes the 'grs.xml' filter, which uses Expat to
 parse records in XML and turn them into IDZebra's internal grs node.
 DEPRECATED, it is better to use the libidzebra-2.0-mod-dom indexing filter.

Package: libidzebra-2.0-mod-safari
Description-md5: 3b1be7b7fbebaa16d6962a88fa3b0b66
Description-en: IDZebra 'safari' filter (DBC)
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes the 'safari' filter.

Package: libidzebra-2.0-mod-text
Description-md5: 2e5a37cadc3a3fcd3f7f7ad8a9870ae6
Description-en: IDZebra 'text' filter
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This package includes a very simple text filter, which indexes
 all tokens in simple text.

Package: libidzebra-2.0-modules
Description-md5: 6fd20826adcff54881789469288b4eb8
Description-en: IDZebra modules
 IDZebra is a high-performance, general-purpose structured text indexing
 and retrieval engine. It reads structured records in a variety of input
 formats (e.g. email, XML, MARC) and allows access to them through exact
 boolean search expressions and relevance-ranked free-text queries.
 .
 This metapackage installs all base IDZebra filter modules.

Package: iec16022
Description-md5: e009a8ed35eff4c0717044baa5f8f707
Description-en: Generates 2d ISO/IEC 16022 barcodes (data matrix/semacode)
 The program generates a 2d datamatrix/semacode barcode from a
 parameter or from a file and produces output in various formats (png,
 eps, ascii-art).
 .
 http://www.semapedia.org/ for example uses semacode tags to create
 real-world "links" to wikipedia articles.

Package: libiec16022-0
Description-md5: 50fca7c325b13f7a1a62b78a49de3cc0
Description-en: Library to generate 2d ISO/IEC 16022 barcodes (data matrix/semacode)
 The library generates a 2d datamatrix/semacode barcode from a
 parameter or from a file and produces output in various formats (png,
 eps, ascii-art).
 .
 http://www.semapedia.org/ for example uses semacode tags to create
 real-world "links" to wikipedia articles.

Package: libiec16022-dev
Description-md5: 15b005ebffda7b86ee93263f324e5094
Description-en: Development files for the ISO/IEC 16022 barcodes library
 The library generates a 2d datamatrix/semacode barcode from a
 parameter or from a file and produces output in various formats (png,
 eps, ascii-art).
 .
 http://www.semapedia.org/ for example uses semacode tags to create
 real-world "links" to wikipedia articles.
 .
 Install this package if you want to develop programs using libiec16022.

Package: elpa-iedit
Description-md5: 556cf6a4e6ff11571b2f442f2a244dc0
Description-en: edit multiple regions in the same way simultaneously
 This package is an Emacs minor mode and allows you to edit one occurrence of
 some text in a buffer (possibly narrowed) or region, and simultaneously have
 other occurrences edited in the same way.
 .
 You can also use Iedit mode as a quick way to temporarily show only the
 buffer lines that match the current text being edited.  This gives you the
 effect of a temporary `keep-lines' or `occur'.  To get this effect, hit C-'
 when in Iedit mode - it toggles hiding non-matching lines.

Package: ieee-data
Description-md5: 13e4702ce61e6bfe7d48ec34e10250b1
Description-en: OUI and IAB listings
 Provide the Organizationally Unique Identifier (OUI) and Individual Address
 Block (IAB) listings of identifiers assigned by IEEE Standards Association.

Package: iem-plugin-suite-standalone
Description-md5: 1d3c913ada5f31ac2e982f47649c6580
Description-en: IEM's spatialization suite - standalone
 The IEM Plug-in Suite is an audio plugin suite created at the Institute of
 Electronic Music and Acoustics (Graz, Austria).
 It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a
 number of state of the art encoders, directional compressors, directivity
 shapers, delay and reverb effects and analysis tools.
 .
 This package provides the plugins as standalone applications.

Package: iem-plugin-suite-vst
Description-md5: 893ce8f20b61f2ab7337e8558a9b1388
Description-en: IEM's spatialization suite - VST2 plugins
 The IEM Plug-in Suite is an audio plugin suite created at the Institute of
 Electronic Music and Acoustics (Graz, Austria).
 It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a
 number of state of the art encoders, directional compressors, directivity
 shapers, delay and reverb effects and analysis tools.
 .
 This package provides the plugins so they can be used by VST2 hosts.

Package: ifcplusplus
Description-md5: 0cba2e0e2a72a4269e795bfbbcc93593
Description-en: Reader and writer for IFC files in STEP format
 IfcPlusPlus is an open source C++ class model, as well as a reader
 and writer for IFC files in STEP format.
 .
 Features:
 - easy and efficient memory management using smart pointers
 - parallel reader for very fast parsing on multi-core CPU's
 .
 Additionally, there's a simple IFC viewer application, using Qt and
 OpenSceneGraph.
 .
 This package contains the sample viewer.

Package: libifcplusplus
Description-md5: f46a38b586be8aac4686a602f21b27bd
Description-en: Reader and writer for IFC files in STEP format - runtime libraries
 IfcPlusPlus is an open source C++ class model, as well as a reader
 and writer for IFC files in STEP format.
 .
 Features:
 - easy and efficient memory management using smart pointers
 - parallel reader for very fast parsing on multi-core CPU's
 .
 Additionally, there's a simple IFC viewer application, using Qt and
 OpenSceneGraph.
 .
 This package contains the runtime libraries.

Package: libifcplusplus-dev
Description-md5: 749b74851ee8bda4d07dba607c43144a
Description-en: Reader and writer for IFC files in STEP format - development
 IfcPlusPlus is an open source C++ class model, as well as a reader
 and writer for IFC files in STEP format.
 .
 Features:
 - easy and efficient memory management using smart pointers
 - parallel reader for very fast parsing on multi-core CPU's
 .
 Additionally, there's a simple IFC viewer application, using Qt and
 OpenSceneGraph.
 .
 This package contains the headers for building programs that
 use IFCplusplus.

Package: libgempc410
Description-md5: 48dae64d8b04e0ca8dd125533a19077a
Description-en: PC/SC driver for the GemPC 410, 412, 413 and 415 smart card readers
 This library provides a PC/SC IFD handler implementation for the Gemplus
 GemPC410, GCR410P, GemPC412, GemPC413 and GemPC415 serial smart card readers.
 .
 This package is needed to communicate with the GemPC41x smartcard
 readers through the PC/SC Lite resource manager (pcscd).

Package: libgempc430
Description-md5: 1e6c2d75e9c5e83cecf54370830626e3
Description-en: PC/SC driver for the GemPC 430, 432, 435 smart card readers
 This library provides a PC/SC IFD handler implementation for the Gemplus
 GemPC430, GemPC432 and GemPC435 USB smart card readers.
 .
 This package is needed to communicate with the GemPC43x smartcard
 readers through the PC/SC Lite resource manager (pcscd).

Package: ifeffit
Description-md5: 910f116c8e14fa8d361b031b45896347
Description-en: Interactive XAFS analysis program
 IFEFFIT is an interactive program for XAFS analysis. It combines the
 high-quality analysis algorithms of AUTOBK and FEFFIT with graphical display
 of XAFS data and general data manipulation.
 .
 IFEFFIT comes as a command-line program, but the underlying functionality is
 available as a programming library. The IFEFFIT library can be used from C,
 Fortran, Tcl, and Perl.

Package: ifeffit-doc
Description-md5: 23588aa725d1361238e782379bbed9bc
Description-en: IFEFFIT examples and documentation
 This package contains all the available documentation for IFEFFIT and
 its component programs.  Example files for EXAFS data analysis are also
 provided as tutorials.

Package: libifeffit-perl
Description-md5: e6edcbfcf9214ca2748ec5d9024356e5
Description-en: Perl extensions for IFEFFIT
 IFEFFIT is an interactive program for XAFS analysis. It combines the
 high-quality analysis algorithms of AUTOBK and FEFFIT with graphical display
 of XAFS data and general data manipulation.
 .
 This package provides an interface to IFEFFIT from Perl.

Package: ifenslave
Description-md5: c263566b05a180a13996b83ed18ae543
Description-en: configure network interfaces for parallel routing (bonding)
 This is a tool to attach and detach slave network interfaces to a bonding
 device. A bonding device will act like a normal Ethernet network device to
 the kernel, but will send out the packets via the slave devices using a simple
 round-robin scheduler. This allows for simple load-balancing, identical to
 "channel bonding" or "trunking" techniques used in switches.
 .
 The kernel must have support for bonding devices for ifenslave to be useful.

Package: ifetch-tools
Description-md5: e0d6ff951e37987d95f914856e0115f1
Description-en: Collect, monitor, and view images from ip cameras
 A set of tools that can collect images from IP based cameras, monitor the
 collection process, and provide an interface to view the collected history.

Package: ifile
Description-md5: ce1f10359341ec01a7ef263a4e29b4f7
Description-en: spam filter capable of learning
 A text filter that uses machine learning to classify texts into
 groups. ifile works great as a spam filter. The text is classified by
 a simple statistical method called Naive Bayes, which basically
 considers each text an unordered collection of words and classifies
 by matching the distribution with the most closely matching group
 distribution. Alternatives to ifile are annoyance-filter, bogofilter,
 spamoracle, and spamprobe.

Package: ifcico
Description-md5: a695c9368c698752ed3aa1a262229107
Description-en: Fidonet Technology transport package
 Ifcico is a FidoTech mailer for connecting to other nodes via the phone
 or the Internet.
 This version includes the "tx" patches and other misc patches.

Package: ifgate
Description-md5: cba845f95285e79263706dd099cf2b16
Description-en: Internet to Fidonet gateway
 The program can act as a gateway between email and netmail and Usenet
 newsgroups and echomail.
 This version includes the "tx" patches and other misc patches.

Package: ifmail
Description-md5: d182c2e66b2cddfb4caabe66d57ed0d0
Description-en: Internet to Fidonet gateway
 The package contains common files needed by ifcico and ifgate packages.
 This version includes the "tx" patches and other misc patches.

Package: ifmetric
Description-md5: 731fc98cef2d3fc86f413b40b0f69006
Description-en: Set routing metrics for a network interface
 ifmetric is a Linux tool for setting the metrics of all IPv4 routes
 attached to a given network interface at once.  This may be used to
 change the priority of routing IPv4 traffic over the interface.
 Lower metrics correlate with higher priorities.

Package: ifplugd
Description-md5: 1e81b24efbffc26be8c4c06a4960c8e7
Description-en: configuration daemon for ethernet devices
 ifplugd is a daemon which will automatically configure your ethernet device
 when a cable is plugged in and automatically de-configure it if the cable is
 pulled out. This is useful on laptops with onboard network adapters, since it
 will only configure the interface when a cable is really connected.  Features
 include:
 .
  * syslog support
  * Multiple ethernet interface support
  * Uses Debian's native ifup/ifdown programs
  * Small executable size and memory footprint
  * Option to beep when the cable is unplugged or plugged
  * Option to beep when the interface configuration succeeds or fails
  * Can be configured to ignore short unplugged or plugged periods
  * Configure WLAN devices (on detecting a successful association to an AP)
  * Supports SIOCETHTOOL, SIOCGMIIREG and SIOCDEVPRIVATE for getting link status
  * Compatibility mode for network devices which do not support cable detection

Package: ifrench
Description-md5: 0c816eb716923f54d9acfbd701c3530d
Description-en: French dictionary for ispell (Hydro-Quebec version)
 This is a French dictionary, to be used with the ispell program,
 version 3.1.04 and following. The dictionary contains roughly
 50,000 roots, which expand to about 220,000 words.
 .
 This is the Martin Boyer and Hydro-Quebec version.
 You may prefer to use the GUTenberg version installed by the
 ifrench-gut package.

Package: myspell-fr
Description-md5: 7cb564eba97a01ee3d020b73f7f476d6
Description-en: French dictionary for myspell (Hydro-Quebec version)
 This is a French dictionary, to be used with myspell,
 version 3.1.04 and following. The dictionary contains roughly
 50,000 roots, which expand to about 220,000 words.
 .
 This is the Martin Boyer and Hydro-Quebec version.
 You may prefer to use the GUTenberg version installed by the
 myspell-fr-gut package.

Package: ifrench-gut
Description-md5: f5f8babd2cb0e1009e62b96174a4c38a
Description-en: French dictionary for ispell (GUTenberg version)
 This is a French dictionary, to be used with the ispell program,
 version 3.1.20 and following.
 .
 This is the GUTenberg version.

Package: myspell-fr-gut
Description-md5: 35c58d9f930c04198a25e774670f18c5
Description-en: French dictionary for myspell (GUTenberg version)
 This is a French dictionary, to be used with myspell.
 .
 This is the GUTenberg version.

Package: ifstat
Description-md5: 51547744ce9c254f943908f6e2bf6b44
Description-en: InterFace STATistics Monitoring
 ifstat is a tool to report network interfaces bandwidth just like
 vmstat/iostat do for other system counters. It can monitor local
 interfaces by polling the kernel counters, or remote hosts
 interfaces using SNMP.

Package: libifstat-dev
Description-md5: 5c335e85f79ed552557a7c343ed1db66
Description-en: Ifstat Development Files
 Static library, header and config file to include ifstat
 functionality in other applications.

Package: iftop
Description-md5: f7e93593aba6acc7b5a331b49f97466f
Description-en: displays bandwidth usage information on an network interface
 iftop does for network usage what top(1) does for CPU usage. It listens to
 network traffic on a named interface and displays a table of current bandwidth
 usage by pairs of hosts. Handy for answering the question "Why is my Internet
 link so slow?".

Package: ifupdown
Description-md5: 442edbd184a6e1febc9b203604eb38f4
Description-en: high level tools to configure network interfaces
 This package provides the tools ifup and ifdown which may be used to
 configure (or, respectively, deconfigure) network interfaces based on
 interface definitions in the file /etc/network/interfaces.

Package: ifupdown-extra
Description-md5: c953dc7fe8401eca495e66e61ccf450f
Description-en: Network scripts for ifupdown
 This package provides a set of network testing scripts to be used together
 with the ifupdown package. These scripts can:
   - check the network cable before an interface is configured.
   - test if an assigned IPv4 or IPv6 address is already in use in the network.
   - test if default network gateways are reachable.
   - setup default static routes for interfaces.
 .
 Additionally network static routes can also be defined globally for the
 system when this is needed (e.g. for 'reject' rules) and will be
 added after network initialisation.
 .
 This package also provides 'network-test', a script to test the network
 configuration status by checking:
   - Status of available interface.
   - Availability of configured gateway routes.
   - If host resolution is working properly (DNS checks).
   - If network connectivity is working, including ICMP and web connections to
     remote web servers.

Package: ifupdown-multi
Description-md5: 96ef69f94e1c71970e80a25f67de304e
Description-en: multiple default gateway support for ifupdown
 This package integrates support for multiple default gateways on
 independent network connections into the Debian ifupdown network
 interface configuration system. It adds new "multi_*" options to the
 /etc/network/interface file format in order to more easily configure
 Linux's policy based routing.
 .
 The policy information used to configure each network interface using
 ifupdown-multi is saved when ifup is run. This allows network
 interfaces using ifupdown-multi to be brought up or down cleanly as
 needed.

Package: ifupdown-ng
Description-md5: ffc627735dbfd8d1486265e4ebe787da
Description-en: Network Interface Management tool similar to ifupdown{,2}
 ifupdown-ng is a network device manager that is largely compatible with
 Debian ifupdown, BusyBox ifupdown and Cumulus Networks' ifupdown2.
 .
 It is intended as a drop-in replacement for all aforementioned suites and
 provides the well-known ifup/ifdown/ifquery tools as well as ifctrstat to
 query interface statistics via CLI.
 .
 ifupdown-ng provides dependecy resolutions between interfaces (physical,
 bond, vlan, bridges, etc.) to configure interfaces in a meaniful order
 independent of their order within the configuration file(s).
 .
 ifupdown-ng currently has support for B.A.T.M.A.N. adv., bonding, bridges,
 MPLS, PPP, regular tunnels + wireguard, VLANs, VRFs, VXLAN, as well as
 setting hardware/driver parameters with ethtool.

Package: ifupdown2
Description-md5: 6f20a34e7ef6a627b952fd2b58fcc888
Description-en: Network Interface Management tool similar to ifupdown
 ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides
 the same user interface as ifupdown for network interface configuration.
 Like ifupdown, ifupdown2 is a high level tool to configure (or, respectively
 deconfigure) network interfaces based on interface definitions in
 /etc/network/interfaces. It is capable of detecting network interface
 dependencies and comes with several new features which are available as
 new command options to ifup/ifdown/ifquery commands. It also comes with a new
 command ifreload to reload interface configuration with minimum
 disruption. Most commands are also capable of input and output in JSON format.
 It is backward compatible with ifupdown /etc/network/interfaces format and
 supports newer simplified format. It also supports interface templates with
 python-mako for large scale interface deployments. See
 /usr/share/doc/ifupdown2/README.rst for details about ifupdown2. Examples
 are available under /usr/share/doc/ifupdown2/examples.

Package: ifuse
Description-md5: f98578e76fc102c53d3c118fa494c4f0
Description-en: FUSE module for iPhone and iPod Touch devices
 iFuse is a FUSE filesystem driver which uses libiphone to connect to iPhone
 and iPod Touch devices without needing to "jailbreak" them. iFuse uses the
 native Apple AFC protocol over a normal USB cable in order to access the
 device's media files.
 .
 Although iFuse is now in a working state it is still under heavy
 development and should be considered experimental.

Package: igaelic
Description-md5: 2d4ee6bc74e56a727b10a9a44ff49317
Description-en: Scots Gaelic dictionary for ispell
 This is a Scots Gaelic dictionary for  the ispell spell checker program.
 There are about 1400 words in this alpha-quality dictionary; please help
 by using this program and submitting extra words.

Package: myspell-gd
Description-md5: 0031262f4ca42b127b6b61bfa0c22e19
Description-en: Scots Gaelic dictionary for myspell
 This is the Scots Gaelic dictionary for  use with the myspell
 spellchecker which is currently used within OpenOffice.org
 and the mozilla spellchecker.

Package: wgaelic
Description-md5: 3b31f2842a5e93e57f073df0f4fe9689
Description-en: Scots Gaelic word list
 This package provides the file /usr/share/dict/gaelic containing a list
 of Scots Gaelic words.  This list can be used by spelling checkers, and by
 programs such as look(1).

Package: igal2
Description-md5: 47b544b6ec370b14d25f2d7ccbb74d6c
Description-en: online image gallery generator
 iGal2 is a Perl-based program that can generate an
 entire online picture show (HTML slides, thumbnails and index page
 included) with just one command line invocation.
 .
 iGal2 is a major rewrite of iGal (which is no longer maintained)
 and introduces various new features and capabilities.

Package: aspell-de
Description-md5: 9a8800d7f293621dbb63bd75b5ded797
Description-en: German dictionary for aspell
 This package contains German dictionaries for the aspell spell checker.
 .
 Dictionaries included are: de_DE (de/deutsch/german), de_CH (swiss), and
 de_AT, all using the new German orthography from 1996 (neue Rechtschreibung).
 .
 The old (1901) spelling is provided by aspell-de-1901.

Package: hunspell-de-at
Description-md5: 7a1fb8e2b5e43ce440c2690f875fb85c
Description-en: Austrian (German) dictionary for hunspell
 This is the German (Austria) dictionary (de-AT-1996) for use with the
 hunspell spellchecker.
 .
 Most notably this variant contains some special Austrian words.

Package: hunspell-de-ch
Description-md5: 8f40e09672c403023d3799fb87d5b50c
Description-en: Swiss (German) dictionary for hunspell
 This is the German (Switzerland, Liechtenstein) dictionary (de-CH-1996)
 for use with the hunspell spellchecker.
 .
 Most notably this variant supports swiss spelling.  This includes some
 Swiss words, as well as ss instead of German sz ligature.

Package: hunspell-de-de
Description-md5: 78031a07064682601bd5baaa55a5224d
Description-en: German dictionary for hunspell
 This is the German (Belgium, Germany, Luxemburg) dictionary (de-DE-1996)
 for use with the hunspell spellchecker.
 .
 Most notably this variant contains some special words from Germany.

Package: ingerman
Description-md5: a4df59d0382bc764acbb1113950bfab0
Description-en: New German orthography dictionary for ispell
 This is a dictionary for ispell for the new German orthography
 (de-DE-1996), which is used since 1998-08-01 and which is obligatory
 as of 2005-08-01.
 .
 It is based on the famous hkgerman dictionary (using the old German
 orthography (de-DE-1901), which is available as package iogerman),
 with many corrections and additions.

Package: iswiss
Description-md5: 460d234101b4d9b9c62b840bb8c90070
Description-en: Swiss (German) orthography dictionary for ispell
 This is a dictionary for ispell for the new German orthography
 (de-CH-1996), which is used since 1998-08-01 and which is obligatory
 as of 2005-08-01.
 .
 It is based on the famous hkgerman dictionary (using the old German
 orthography, which is available as iogerman), with many corrections
 and additions.
 .
 This particular rendering supports swiss spelling.  This includes some
 Swiss words, as well as ss instead of German sz ligature.

Package: rmligs-german
Description-md5: a49cc6b48ca0a27f85a427467d382e4d
Description-en: remove incorrectly used ligatures from LaTeX documents
 rmligs-german is a program for removing incorrectly used ligatures
 from LaTeX documents.  This version is intended for German language
 texts only.

Package: wngerman
Description-md5: d9ca90eeae6360bc46e3a53b73113c43
Description-en: New German orthography wordlist
 This is a wordlist with the new German orthography (de-DE-1996),
 which is used since 1998-08-01 and which is obligatory as of
 2005-08-01.
 .
 It is based on the famous hkgerman dictionary (using the old German
 orthography (de-DE-1901), which is available as package wogerman),
 with many corrections and additions.

Package: wswiss
Description-md5: 52c7ab651ee674f1e2a18b0bd18dd7aa
Description-en: Swiss (German) orthography wordlist
 This is a wordlist with the new German orthography (de-CH-1996), which
 is used since 1998-08-01 and which is obligatory as of 2005-08-01.
 .
 It is based on the famous hkgerman dictionary (using the old German
 orthography, which is available as wogerman), with many corrections
 and additions.
 .
 Most notably this variant supports swiss spelling.  This includes some
 Swiss words, as well as ss instead of German sz ligature.

Package: igmpproxy
Description-md5: 7c3f568312d927aa3001624a60ed2881
Description-en: IGMP multicast routing daemon
 IGMPproxy is a simple dynamic Multicast Routing Daemon using only IGMP
 signalling. It's intended for simple forwarding of Multicast traffic
 between networks.

Package: ignition
Description-md5: 9115915c8069ed6f655eb75d2e1fbbcb
Description-en: First boot installer and configuration tool
 Ignition is the utility invented for Fedora CoreOS and RHEL CoreOS to
 manipulate disks during the initramfs stage. This includes partitioning disks,
 formatting partitions, writing files (regular files, systemd units, etc.),
 and configuring users. On first boot, Ignition reads its configuration
 from a source of truth (remote URL, network metadata service, hypervisor
 bridge, etc.) and applies the configuration.
 .
 Ignition is primarily intended to be used in an initramfs built using
 dracut.

Package: libignition-cmake-dev
Description-md5: 85c80471a8e6241d78f7cedda0245a6f
Description-en: Ignition Robotics CMake Library - Development files
 CMake modules to be used by the Ignition projects.
 .
 This package is required to build ignition projects, as well as to link your
 third party projects against them. It provides modules that are used to find
 dependencies of ignition projects and generate cmake targets for consumers of
 ignition projects to link against.

Package: ignition-common-cli
Description-md5: 098d3b55541f717a25ec61c32babd96d
Description-en: Collection of useful code used by robotics apps - CLI tools
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 Ignition transport client tools

Package: libignition-common-av-dev
Description-md5: c85527d499192bbec96ba9c9159392e5
Description-en: Collection of useful code used by robotics apps - AV dev files
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 AV component of the library, development files

Package: libignition-common-core-dev
Description-md5: bef661f84cd174a9367585f51cbb2c50
Description-en: Collection of useful code used by robotics apps - Core dev files
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 Core development files

Package: libignition-common-dev
Description-md5: 8b9b03f67e359105fd613de53a4fe556
Description-en: Collection of useful code used by robotics apps - Metapackage
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 Metapackage for development. Includes events and profiler.

Package: libignition-common-graphics-dev
Description-md5: a6e65df9d2746811dec7ef48f8ea3b82
Description-en: Ignition Common classes and functions (Graphics) - Development files
 Ignition Common is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Graphics component of the library, development files

Package: libignition-common4-4
Description-md5: f42f3eadbeb5663b3e0f6dcee50537d0
Description-en: Collection of useful code used by robotics apps - Shared library
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 This package gathers the shared library

Package: libignition-common4-av4
Description-md5: de0bd1cc43a969e277a40a79e3438aa9
Description-en: Collection of useful code used by robotics apps - AV libraries
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 AV component of the library

Package: libignition-common4-events4
Description-md5: 2a33a77763274f75f1c991510a7eec59
Description-en: Collection of useful code used by robotics apps - Events libraries
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 Events component of the library

Package: libignition-common4-graphics4
Description-md5: 07855ce25da00f1b8f0f339be7b7837b
Description-en: Collection of useful code used by robotics apps - Graphics libraries
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 Graphics component of the library

Package: libignition-common4-profiler4
Description-md5: dbd54ecf7d0f5b9a6a1654e45d106c68
Description-en: Collection of useful code used by robotics apps - Profiler libs
 Ignition common is a component in the Ignition framework, a set of
 libraries designed to rapidly develop robot applications. A collection of
 useful classes and functions for handling many command tasks. This includes
 parsing 3D mesh files, managing console output, and using PID controllers.
 .
 Profiler component of the library

Package: libignition-fuel-tools-dev
Description-md5: 301ac59ad391539935fcfa938322bb97
Description-en: Ignition fuel-tools classes and functions - Development files
 Ignition Fuel Tools is composed by a client library and command line
 tools for interacting with Ignition Fuel servers. These servers host and
 manage different 3D robotics models.
 .
 The package ships the ignition fuel development headers and libraries

Package: libignition-fuel-tools7-7
Description-md5: 8938c1699a0c564b760fc65fad97f66b
Description-en: Ignition fuel-tools classes and functions - Shared library
 Ignition Fuel Tools is composed by a client library and command line
 tools for interacting with Ignition Fuel servers. These servers host and
 manage different 3D robotics models.
 .
 The package ships the ignition fuel libraries

Package: libignition-math-dev
Description-md5: 9c7ab020e37162a6953d2b9d0320ecd5
Description-en: Ignition Robotics Math Library - Development files
 A small, fast, and high performance math library. This library is a
 self-contained set of classes and functions suitable for robot applications.
 .
 Ignition Robotics is a set of simple libraries that provide useful
 functionality to bootstrap robot applications. The included libraries
 encapsulate all the essentials, such as common math data types, console
 logging, 3D mesh management, and asynchronous message passing.
 .
 The package contains the development files

Package: libignition-math6-6
Description-md5: c4b706a9562f76e191e89caf96ce25fd
Description-en: Ignition Robotics Math Library - Shared library
 A small, fast, and high performance math library. This library is a
 self-contained set of classes and functions suitable for robot applications.
 .
 Ignition Robotics is a set of simple libraries that provide useful
 functionality to bootstrap robot applications. The included libraries
 encapsulate all the essentials, such as common math data types, console
 logging, 3D mesh management, and asynchronous message passing.
 .
 The package contains the shared library

Package: python3-ignition-math
Description-md5: a43ed6d82ecde4ff3539efc8e524db7d
Description-en: Ignition Robotics Math Library - Python3 bindings
 A small, fast, and high performance math library. This library is a
 self-contained set of classes and functions suitable for robot applications.
 .
 Ignition Robotics is a set of simple libraries that provide useful
 functionality to bootstrap robot applications. The included libraries
 encapsulate all the essentials, such as common math data types, console
 logging, 3D mesh management, and asynchronous message passing.
 .
 The package contains the Python3 bindings.

Package: ruby-ignition-math
Description-md5: 6455229683806abe292de01a5386b1de
Description-en: Ignition Robotics Math Library - Ruby bindings
 A small, fast, and high performance math library. This library is a
 self-contained set of classes and functions suitable for robot applications.
 .
 Ignition Robotics is a set of simple libraries that provide useful
 functionality to bootstrap robot applications. The included libraries
 encapsulate all the essentials, such as common math data types, console
 logging, 3D mesh management, and asynchronous message passing.
 .
 The package contains the Ruby bindings.

Package: libignition-msgs-dev
Description-md5: 0920e64b5374e18bf170d3ec7d5abb6c
Description-en: Set of message definitions used by robotics apps - Dev files
 Ignition msgs is a component in the Ignition framework, a set of
 librariesdesigned to rapidly develop robot applications. The library
 defines common protobuf messages used by the robotics community.
 This package contains the headers and other tools for development.

Package: libignition-msgs8-8
Description-md5: 35140179b6ead9ee0020f8731bb6dc3a
Description-en: Set of message definitions used by robotics apps - Shared library
 Ignition msgs is a component in the Ignition framework, a set of
 librariesdesigned to rapidly develop robot applications. The library
 defines common protobuf messages used by the robotics community.
 This package contains the main message library.

Package: libignition-physics-core-dev
Description-md5: c1417756f72d52b6457864b7795eeb55
Description-en: Ignition Physics classes and functions for robot apps - Core Development files
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Core component, development files

Package: libignition-physics-dev
Description-md5: 014555720ba0a5aca711aa12c17fc448
Description-en: Ignition Physics classes and functions for robot apps - Metapackage
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Metapackage, all development files include DARTSim and Bullet component

Package: libignition-physics-heightmap-dev
Description-md5: 194ea3fb32d184124b7a4d5d777e24a1
Description-en: Ignition Physics classes and functions for robot apps - Heightmap Dev files
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Heightmap component, development files

Package: libignition-physics-mesh-dev
Description-md5: 9d7c5fa08e8f62d23ebee01667b16458
Description-en: Ignition Physics classes and functions for robot apps - Mesh Dev files
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Mesh component, development files

Package: libignition-physics-sdf-dev
Description-md5: 96d0309d257660746be2667099763ca3
Description-en: Ignition Physics classes and functions for robot apps - SDF Dev files
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 SDF component, development files

Package: libignition-physics-tpe-dev
Description-md5: fb915e1fa3721205ce506f40799b72c1
Description-en: Ignition Physics classes and functions for robot apps - TPE Development files
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 TPE plugin component, development files

Package: libignition-physics5-5
Description-md5: 0938160b14389edde3ff5e0f5c7d1095
Description-en: Ignition Physics classes and functions for robot apps - Shared library
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Main shared library

Package: libignition-physics5-bullet-plugin5
Description-md5: 9851def34f6a66c22742a95c895d5493
Description-en: Ignition Physics classes and functions for robot apps - Bullet library
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Bullet component shared library

Package: libignition-physics5-dartsim-plugin5
Description-md5: b9b0de578e4f474ae960551dc67858cf
Description-en: Ignition Physics classes and functions for robot apps - Dartsim library
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 DARTSim component shared library

Package: libignition-physics5-tpe-plugin5
Description-md5: 351ac3ffe51c099db873f6f62a9631ef
Description-en: Ignition Physics classes and functions for robot apps - TPE library plugin
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 TPE and TPElib plugin component shared library

Package: libignition-physics5-tpelib5
Description-md5: bd4505ab9b92e2432da9502058e62f94
Description-en: Ignition Physics classes and functions for robot apps - TPE library
 Ignition Physics is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 TPE library component shared library

Package: libignition-plugin-dev
Description-md5: 93b61429dc16f9aeb925c3935a097012
Description-en: Ignition Robotics Plugin Library - Development files
 Ignition Plugin is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Package contains the development files

Package: libignition-plugin1-1
Description-md5: f7610607a90b6fbda177406d93451ecf
Description-en: Ignition Robotics Plugin Library - Shared library
 Ignition Plugin is a component in the ignition framework, a set of libraries
 designed to rapidly develop robot applications.
 .
 Package contains the shared library

Package: ignition-tools
Description-md5: 3c35629f67d1cda1588ffaee5be201d2
Description-en: Entry point for using all the suite of ignition tools - app
 Ignition tools provide the ign command line tool that accepts multiple
 subcommands. Each subcommand is implemented in a plugin that belongs to a
 specific Ignition project.
 .
 Package contains the ign app

Package: ignition-transport-cli
Description-md5: 2840957b7e847d3c96d01277befc2569
Description-en: Ignition Robotics transport Library - CLI tools
 Ignition transport library combines ZeroMQ with Protobufs to create a fast and
 efficient message passing system. Asynchronous message publication and
 subscription is provided along with service calls and discovery.
 .
 Ignition Robotics is a set of simple libraries that provide useful
 functionality to bootstrap robot applications. The included libraries
 encapsulate all the essentials, such as common math data types, console
 logging, 3D mesh management, and asynchronous message passing.
 .
 The package ships the ignition transport client tools

Package: libignition-transport-dev
Description-md5: 27438870b468ae860336644b7b3d2a43
Description-en: Ignition Robotics transport Library - Development files
 Ignition transport library combines ZeroMQ with Protobufs to create a fast and
 efficient message passing system. Asynchronous message publication and
 subscription is provided along with service calls and discovery.
 .
 Ignition Robotics is a set of simple libraries that provide useful
 functionality to bootstrap robot applications. The included libraries
 encapsulate all the essentials, such as common math data types, console
 logging, 3D mesh management, and asynchronous message passing.
 .
 The package ships the ignition transport development headers and libraries

Package: libignition-transport11-11
Description-md5: 56bbbfefa33f9ae7463b5c96981fcb10
Description-en: Ignition Robotics Transport Library - Shared library
 Ignition transport library combines ZeroMQ with Protobufs to create a fast and
 efficient message passing system. Asynchronous message publication and
 subscription is provided along with service calls and discovery.
 .
 Ignition Robotics is a set of simple libraries that provide useful
 functionality to bootstrap robot applications. The included libraries
 encapsulate all the essentials, such as common math data types, console
 logging, 3D mesh management, and asynchronous message passing.
 .
 The package ships the ignition transport libraries

Package: libignition-utils-dev
Description-md5: 971f3bb24ce398a00657fb34e1c4ce53
Description-en: Ignition Utils Library - Development files
 Provides general purpose classes and functions designed for robotic
 applications.
 .
 Ignition Utils provides a wide range of functionality, including:
   - A helper class to implement the PIMPL pattern
   - A command line parsing utility
   - Macros to suppress warnings
 The package also includes CLI -dev support

Package: igor
Description-md5: 31969e1c198ef7d8d6b227efce73d8db
Description-en: infers V(D)J recombination processes from sequencing data
 IGoR (Inference and Generation of Repertoires) is a versatile software
 to analyze and model immune receptors generation, selection, mutation
 and all other processes.

Package: libigraph-dev
Description-md5: 2d6a50b1161df6fe40bb03153871ca2e
Description-en: library for creating and manipulating graphs - development files
 igraph is a library for creating and manipulating graphs.
 It is intended to be as powerful (ie. fast) as possible to enable the
 analysis of large graphs.
 .
 This package contains the include files and static library for the igraph
 C library.

Package: libigraph-doc
Description-md5: 1a67d029136fc90de9e8a11030f83f33
Description-en: library for creating and manipulating graphs - reference manual
 igraph is a library for creating and manipulating graphs.
 It is intended to be as powerful (ie. fast) as possible to enable the
 analysis of large graphs.
 .
 This package provides the reference manual for the igraph C library;
 it also contains examples and tutorial material.

Package: libigraph-examples
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
 This is a transitional package. It can safely be removed.

Package: libigraph3
Description-md5: 3ea33fb618124d2b325cdee8e15acf48
Description-en: library for creating and manipulating graphs
 igraph is a library for creating and manipulating graphs.
 It is intended to be as powerful (ie. fast) as possible to enable the
 analysis of large graphs.
 .
 This is the runtime library package.

Package: igtf-policy-classic
Description-md5: a825da19ec7ecc3cf4d4369b27ca0de8
Description-en: IGTF classic profile for Certificate Authorities
 The Interoperable Global Trust Federation (IGTF) maintains a common trust
 base for the benefit of distributed science and research computing
 infrastructures. It provides a list of accredited trust anchors, with
 root certificates, certificate revocation list locations, contact
 information, and signing policies.
 .
 This package contains the trust anchors for the classic profile.
 See also: http://www.eugridpma.org/guidelines/classic

Package: igtf-policy-experimental
Description-md5: f6806b1cbe9d31c5d3c079cd5c80f97d
Description-en: IGTF experimental Certificate Authorities
 The Interoperable Global Trust Federation (IGTF) maintains a common trust
 base for the benefit of distributed science and research computing
 infrastructures. It provides a list of accredited trust anchors, with
 root certificates, certificate revocation list locations, contact
 information, and signing policies.
 .
 This package contains several experimental trust anchors. Use with
 caution, as they come without any guarantees.

Package: igtf-policy-iota
Description-md5: 704194d97e71e19cf95ef84a9a52f6f4
Description-en: IGTF IOTA profile for Certificate Authorities
 The Interoperable Global Trust Federation (IGTF) maintains a common trust
 base for the benefit of distributed science and research computing
 infrastructures. It provides a list of accredited trust anchors, with
 root certificates, certificate revocation list locations, contact
 information, and signing policies.
 .
 This package contains the trust anchors for the IOTA (Identifier-Only
 Trust Assurance with Secured Infrastructure) profile. See also:
 http://www.eugridpma.org/guidelines/IOTA/

Package: igtf-policy-mics
Description-md5: c4bcca26814032bb3e6b5f7a16f79032
Description-en: IGTF MICS profile for Certificate Authorities
 The Interoperable Global Trust Federation (IGTF) maintains a common trust
 base for the benefit of distributed science and research computing
 infrastructures. It provides a list of accredited trust anchors, with
 root certificates, certificate revocation list locations, contact
 information, and signing policies.
 .
 This package contains the trust anchors for the MICS (Member Integrated
 Credential Services) profile. See also:
 http://www.eugridpma.org/guidelines/MICS/

Package: igtf-policy-slcs
Description-md5: f82a89b3c27a06ad3b4c63c897f9453c
Description-en: IGTF SLCS profile for Certificate Authorities
 The Interoperable Global Trust Federation (IGTF) maintains a common trust
 base for the benefit of distributed science and research computing
 infrastructures. It provides a list of accredited trust anchors, with
 root certificates, certificate revocation list locations, contact
 information, and signing policies.
 .
 This package contains the trust anchors for the SLCS (Short Lived
 Credential Services) profile. See also:
 http://www.eugridpma.org/guidelines/SLCS/

Package: igtf-policy-unaccredited
Description-md5: 0e1d38a5a037c26f29eda9a2b1ad546f
Description-en: IGTF unaccredited Certificate Authorities
 The Interoperable Global Trust Federation (IGTF) maintains a common trust
 base for the benefit of distributed science and research computing
 infrastructures. It provides a list of accredited trust anchors, with
 root certificates, certificate revocation list locations, contact
 information, and signing policies.
 .
 This package contains several unaccredited trust anchors. Use with
 caution, as they come without any guarantees.

Package: igv
Description-md5: c007bd50ee1f6b5e2ff534544a24c883
Description-en: Integrative Genomics Viewer
 The Integrative Genomics Viewer (IGV) is a high-performance viewer that
 efficiently handles large heterogeneous data sets, while providing a
 smooth and intuitive user experience at all levels of genome resolution.
 A key characteristic of IGV is its focus on the integrative nature of
 genomic studies, with support for both array-based and next-generation
 sequencing data, and the integration of clinical and phenotypic data.
 Although IGV is often used to view genomic data from public sources,
 its primary emphasis is to support researchers who wish to visualize and
 explore their own data sets or those from colleagues. To that end, IGV
 supports flexible loading of local and remote data sets, and is
 optimized to provide high-performance data visualization and exploration
 on standard desktop systems.

Package: ii
Description-md5: 8160adbdb85507f5fa6134d1cee4761f
Description-en: minimalist FIFO and filesystem-based IRC client
 ii (irc it) is a minimalist FIFO and filesystem-based IRC client. It creates an
 irc directory tree with server, channel and nick name directories. In every
 directory a FIFO in file and a normal out file is created.
 .
 The in file is used to communicate with the servers and the out files contain
 the server messages. For every channel and every nick name there are related in
 and out files created. This allows IRC communication from command line and
 adheres to the Unix philosophy.
 .
 It consists of <= 1000 lines of code and is the big brother of sic.

Package: ii-esu
Description-md5: b7d2842821c0bca548a774bc643c7a1a
Description-en: shooter game
 Your ship is surrounded by two circles. You shoot in the direction of
 your mouse points, and you move if the mouse pointer is outside the
 inner circle.
 .
 The original name of the game is ES, which is pronounced ii-esu in Japanese.

Package: iio-sensor-proxy
Description-md5: c51156da1a0cdeb9cf68b6b02bcdc255
Description-en: IIO sensors to D-Bus proxy
 Industrial I/O subsystem is intended to provide support for devices
 that in some sense are analog to digital or digital to analog convertors
 .
 Devices that fall into this category are:
  * ADCs
  * Accelerometers
  * Gyros
  * IMUs
  * Capacitance to Digital Converters (CDCs)
  * Pressure Sensors
  * Color, Light and Proximity Sensors
  * Temperature Sensors
  * Magnetometers
  * DACs
  * DDS (Direct Digital Synthesis)
  * PLLs (Phase Locked Loops)
  * Variable/Programmable Gain Amplifiers (VGA, PGA)
 .
 Many ultrabooks ship with some of these devices. iio-sensor-proxy is
 intended to serve as a proxy, providing access to these devices through
 a D-Bus interface

Package: iipimage-doc
Description-md5: 973720f02730f862fa045756ad4e79a9
Description-en: Web-based streamed viewing and zooming of ultra high-resolution images - doc
 IIPImage is an advanced high-performance feature-rich imaging server
 system for web-based streamed viewing and zooming of ultra
 high-resolution images. It is designed to be fast and
 bandwidth-efficient with low processor and memory requirements. The
 system can comfortably handle gigapixel size images as well as advanced
 image features such as both 8 and 16 bit depths, CIELAB colorimetric
 images and scientific imagery such as multispectral images.
 .
 Streaming is tile-based, making it possible to view, navigate and zoom
 in real-time around gigapixel size images that would be impossible to
 download and manipulate on the local machine. It also makes the system
 very scalable as the number of image tile downloads will remain the same
 regardless of the size of the source image.
 .
 Source images can be in either TIFF or JPEG2000 format. Whole images or
 regions within images can also be rapidly and dynamically resized and
 exported by the server from a single source image without the need to
 store multiple files in various sizes.
 .
 This is the documentation for iipimage-server

Package: iipimage-server
Description-md5: 6cfbb1b2ac0ede0f37af3b0af3cd5504
Description-en: Web-based streamed viewing and zooming of ultra high-resolution images
 IIPImage is an advanced high-performance feature-rich imaging server
 system for web-based streamed viewing and zooming of ultra
 high-resolution images. It is designed to be fast and
 bandwidth-efficient with low processor and memory requirements. The
 system can comfortably handle gigapixel size images as well as advanced
 image features such as both 8 and 16 bit depths, CIELAB colorimetric
 images and scientific imagery such as multispectral images.
 .
 Streaming is tile-based, making it possible to view, navigate and zoom
 in real-time around gigapixel size images that would be impossible to
 download and manipulate on the local machine. It also makes the system
 very scalable as the number of image tile downloads will remain the same
 regardless of the size of the source image.
 .
 Source images can be in either TIFF or JPEG2000 format. Whole images or
 regions within images can also be rapidly and dynamically resized and
 exported by the server from a single source image without the need to
 store multiple files in various sizes.

Package: iirish
Description-md5: 9e8f0e85178687d47184fe257e6271f3
Description-en: Irish (Gaeilge) dictionary for ispell
 This is an Irish dictionary for the ispell spell-checker program.
 The dictionary has about 26,000 words, conforming strictly to
 standardised Irish spelling.

Package: myspell-ga
Description-md5: 44ea8e22894d28769e679eb95f3e6927
Description-en: Irish (Gaeilge) dictionary for OpenOffice and Mozilla
 This is the Irish (Gaeilge) dictionary for  use with the myspell
 spellchecker which is currently used within OpenOffice.org
 and the mozilla spellchecker.

Package: wirish
Description-md5: d881dcf4d804e1c33315df8f25a15b9d
Description-en: Irish (Gaeilge) dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/irish containing a list
 of Irish words.  This list can be used by spelling checkers, and by
 programs such as look(1).

Package: iisemulator
Description-md5: b311d57312f9de7f0bc28cddd055a867
Description-en: Emulation for the IIS web server
 This package provides an emulation for the Internet Information
 Services (IIS) web server which can be used in conjunction
 with honeypot-deployment software (such as honeyd) to create a virtual
 server that emulates it.

Package: iitalian
Description-md5: 08c4a3a932e158c32d9e8eae8ce435aa
Description-en: Italian dictionary for ispell
 This is an italian dictionary to be used with ispell.
 It contains more than 185,000 italian words.

Package: iitii
Description-md5: f8f21c228a680792196979ade50ba626
Description-en: Implicit Interval Tree with Interpolation Index
 Iitii is a data structure for indexing begin/end position intervals,
 such as genomic feature annotations, and answering requests for all
 items overlapping a query interval. Building on cgranges by Heng Li,
 iitii explores ideas from DBMS interpolation search and learned index
 structures to speed up queries on large datasets.

Package: libiitii-dev
Description-md5: fce9786d88455289fadb8d51189d3643
Description-en: Implicit Interval Tree with Interpolation Index (devel)
 Iitii is a data structure for indexing begin/end position intervals,
 such as genomic feature annotations, and answering requests for all
 items overlapping a query interval. Building on cgranges by Heng Li,
 iitii explores ideas from DBMS interpolation search and learned index
 structures to speed up queries on large datasets.
 .
 This package contains the header files for development.

Package: libijs-0.35
Description-md5: b0a5e986b592d24551818af001ef8260
Description-en: IJS raster image transport protocol: shared library
 IJS is, first and foremost, a protocol for transmission of raster page
 images. This snapshot provides a reference implementation of the protocol,
 the design of which is still in flux. When the protocol specification is
 published, it will be authoritative. Applications should feel free to link
 against the library provided in this package, adapt that code for their own
 needs, or roll a completely new implementation.
 .
 IJS is a client-server protocol, used to write ghostscript drivers. The
 drivers are separate programs. The client and server communicate via pipes,
 though shared memory may be used additionally in the future. Currently IJS
 is used by the hpijs and ijsgimpprint drivers.
 .
 Code for both the client- and server-side is included in the library. This
 package provides the shared library.

Package: libijs-dev
Description-md5: 70a1b32a9ed7235f9f761fb0645b71fe
Description-en: IJS raster image transport protocol: development files
 IJS (InkJet Server) is, first and foremost, a protocol for transmission of
 raster page images. This snapshot provides a reference implementation of
 the protocol, the design of which is still in flux. When the protocol
 specification is published, it will be authoritative. Applications should
 feel free to link against the library provided in this package, adapt that
 code for their own needs, or roll a completely new implementation.
 .
 IJS is a client-server protocol, used to write ghostscript drivers. The
 drivers are separate programs. The client and server communicate via pipes,
 though shared memory may be used additionally in the future. Currently IJS
 is used by the hpijs and ijsgimpprint drivers.
 .
 Code for both the client- and server-side is included in the library. This
 package provides a static library and development headers.

Package: libijs-doc
Description-md5: 5137776f0132b17a2dd2464e43f2a861
Description-en: IJS raster image transport protocol: documentation
 IJS (InkJet Server) is, first and foremost, a protocol for transmission of
 raster page images. This snapshot provides a reference implementation of
 the protocol, the design of which is still in flux. When the protocol
 specification is published, it will be authoritative. Applications should
 feel free to link against the library provided in this package, adapt that
 code for their own needs, or roll a completely new implementation.
 .
 IJS is a client-server protocol, used to write ghostscript drivers. The
 drivers are separate programs. The client and server communicate via pipes,
 though shared memory may be used additionally in the future. Currently IJS
 is used by the hpijs and ijsgimpprint drivers.
 .
 Code for both the client- and server-side is included in the library. This
 package provides documentation.

Package: ikarus
Description-md5: a1aa8f83106de4b70637dad3c7699690
Description-en: Scheme compiler and interpreter
 Ikarus is a compiler-based implementation of the Scheme programming
 language which targets the i386/amd64 (with sse2) architecture.  It
 has good performance, is rather light weight, is case-sensitive, and
 implements a substantial portion of the language described in R6RS.

Package: ike-scan
Description-md5: 197f537dccdf039729bfaafa1abd9ac6
Description-en: discover and fingerprint IKE hosts (IPsec VPN Servers)
 ike-scan discovers IKE hosts and can also fingerprint them using the
 retransmission backoff pattern.
 .
 ike-scan does two things:
 .
 a) Discovery: Determine which hosts are running IKE.
    This is done by displaying those hosts which respond to the IKE requests
    sent by ike-scan.
 .
 b) Fingerprinting: Determine which IKE implementation the hosts are using.
    This is done by recording the times of the IKE response packets from the
    target hosts and comparing the observed retransmission backoff pattern
    against known patterns.
 .
    The retransmission backoff fingerprinting concept is discussed in more
    detail in the UDP backoff fingerprinting paper which should be included
    in the ike-scan kit as udp-backoff-fingerprinting-paper.txt.

Package: ikiwiki
Description-md5: 0cf5166fc2f9cf80c74ea6c0497b7353
Description-en: wiki compiler
 Ikiwiki converts a directory full of wiki pages into HTML pages suitable
 for publishing on a website. Unlike many wikis, ikiwiki does not have its
 own ad-hoc means of storing page history, and instead uses a revision
 control system such as Subversion or Git.
 .
 Ikiwiki implements all of the other standard features of a wiki, including
 web-based page editing, user registration and logins, a RecentChanges
 page, BackLinks, search, Discussion pages, tags, smart merging and conflict
 resolution, and page locking.
 .
 Ikiwiki also supports generating news feeds (RSS and Atom) and blogging.
 Ikiwiki provides a plugin system which allows many other features to be
 added. Some of the plugins have additional dependencies, found among the
 Recommends and Suggests of this package.

Package: ikiwiki-hosting-common
Description-md5: a9dbb4ce8cf09b5888a36e71afaa2735
Description-en: ikiwiki hosting: common files
 A hosting interface for ikiwiki. Facilitates management of many separate
 ikiwiki sites, with capabilities including web-based signup to create new
 sites, easy support for branching sites, deleting sites, and transferring
 sites between servers. Ikiwiki-hosting was developed for Branchable.com.
 .
 This package contains common files for all ikiwiki hosting servers,
 and documentation.

Package: ikiwiki-hosting-dns
Description-md5: 4c1ee9d4ce9b8d5a774afbcf88a097bd
Description-en: ikiwiki hosting: dns server
 A hosting interface for ikiwiki. Facilitates management of many separate
 ikiwiki sites, with capabilities including web-based signup to create new
 sites, easy support for branching sites, deleting sites, and transferring
 sites between servers. Ikiwiki-hosting was developed for Branchable.com.
 .
 This package should be installed on the master DNS server, only if you
 will be allowing ikiwiki-hosting to automatically manage DNS for
 sites. It contains the ikidns program.

Package: ikiwiki-hosting-web
Description-md5: 241a687ddb963bcb7f26722ed3701479
Description-en: ikiwiki hosting: web server
 A hosting interface for ikiwiki. Facilitates management of many separate
 ikiwiki sites, with capabilities including web-based signup to create new
 sites, easy support for branching sites, deleting sites, and transferring
 sites between servers. Ikiwiki-hosting was developed for Branchable.com.
 .
 This package contains the ikisite program, and related things to install
 on each web server.

Package: illustrate
Description-md5: 85ef72d6ce3b69231c84826c022faf74
Description-en: cartoonish representations of large biological molecules
 This package provides a binary to transform PDF-formatted proteins into
 simplified but instructive graphics. The software has been used for
 the Protein-of-the-month's biomolecular illustrations for the past 20
 years.

Package: ilorest
Description-md5: 6cf0f71da2ba779f48b65bc392af4a7d
Description-en: cli for managing servers over the Redfish API
 The Redfish Utility is a command line interface that allows one to manage
 servers that take advantage of Redfish APIs. In addition to using the utility
 manually to execute individual commands, you can create scripts to automate
 tasks.

Package: im
Description-md5: 97a53ae7b8540d47e116ae4cabc2b133
Description-en: mail/news handling commands and Perl modules
 IM (Internet Message) provides a series of user interface commands
 (imput, imget, imls, ...) and backend Perl5 modules to integrate
 E-mail and NetNews user interface.  They are designed to be used
 both from Mew version 1.x and on command line.
 .
 The folder style for IM is exactly the same as that of MH.  So,
 you can replace MH with this package without any migration works.
 Moreover, you are able to operate your messages both by IM and MH
 with consistent manner.
 .
 Mail/news messages are dispatched by way of SMTP/NNTP and are
 retrieved from local mailbox (mbox file, Maildir, MMDF file, MH folder),
 POP3 server (plain password, APOP), IMAP server, or NNTP server.

Package: im-config
Description-md5: 9445a1f2f884ad29ea2f4b0692472110
Description-en: Input method configuration framework
 im-config package provides the framework to configure and to switch
 the input method. This input method is the essential mechanism for
 Japanese, Chinese and Korean (CJK) languages to enter their non-ASCII
 native characters.
 .
 Many modern input methods such as IBus support not only one of these CJK
 languages but support almost all languages simultaneously by
 dynamically switching keyboard modes with GUI helper program.
 .
 By installing this package, the most desirable input method and its
 backend conversion engine are automatically configured with both the X
 Window System Input Method (XIM), GTK input method module, Qt input
 method module, and clutter input method module.
 .
 You can further customize your input method with 'im-config' command.

Package: ima-evm-utils
Description-md5: ec3193523e146f89d82f761e729b72d5
Description-en: Linux IMA Extended Verification Module signing tools
 Linux kernel integrity subsystem is comprised of a number of different
 components including the Integrity Measurement Architecture (IMA), Extended
 Verification Module (EVM), IMA-appraisal extension, digital signature
 verification extension and audit measurement log support.
 .
 The package provides the Linux Integrity Measurement Architecture (IMA)
 Extended Verification Module (EVM) tools.
 .
 With EVM, the security sensitive extended attributes are verified against
 offline tampering.

Package: libimaevm-dev
Description-md5: 7a449816b9f029a006c724c925a7b92c
Description-en: Linux IMA Extended Verification Module signing tools - development files
 Linux kernel integrity subsystem is comprised of a number of different
 components including the Integrity Measurement Architecture (IMA), Extended
 Verification Module (EVM), IMA-appraisal extension, digital signature
 verification extension and audit measurement log support.
 .
 The package provides development header for the Linux Integrity Measurement
 Architecture (IMA) Extended Verification Module (EVM) helper library.

Package: libimaevm2
Description-md5: 8ff5626d3e382914681bf65e3cfde0fe
Description-en: Linux IMA Extended Verification Module signing tools - library
 Linux kernel integrity subsystem is comprised of a number of different
 components including the Integrity Measurement Architecture (IMA), Extended
 Verification Module (EVM), IMA-appraisal extension, digital signature
 verification extension and audit measurement log support.
 .
 The package provides the Linux Integrity Measurement Architecture (IMA)
 Extended Verification Module (EVM) helper library.

Package: image-factory
Description-md5: 2d81350872b79b2b79c5a8546fa260f4
Description-en: Build golden Linux images
 image-factory is a command line tool for building golden Linux images. It uses
 virt-install to do installations via the network. The installation and
 configuration of the images is done using the netinstall support from the
 distributions, i.e.
 .
  * preseed for Debian/Ubuntu
  * Kickstart for CentOS/Fedora
  * AutoYaST for openSUSE
 .
 image-factory is used by IONOS Cloud to build the golden public Linux images
 for their Enterprise Cloud. The configuration files are shipped with this
 project to allow anyone to rebuild their images.

Package: imageindex
Description-md5: e958338f47c29b0115e924a002a58732
Description-en: generate static HTML galleries from images
 Imageindex generates standards-compliant static HTML galleries of images
 (usually JPG photos, but can deal with images of just about any format).
 Some features:
 .
    * Only out-of-date thumbnail/medium images are generated
    * Captions come from comments embedded in images (never get lost!)
    * Output is customizable with CSS stylesheets
    * Can fetch EXIF header data from digicam photos
    * Can optionally recurse directory trees
    * Index, detail, slide, and frame views
    * Can use mplayer for dealing with video files.

Package: imagej
Description-md5: d64a1d4b24bcb1fe82817a5a62d85a46
Description-en: Image processing program with a focus on microscopy images
 It can display, edit, analyze, process, save and print 8-bit, 16-bit and
 32-bit images. It can read many image formats including TIFF, GIF, JPEG,
 BMP, DICOM, FITS and "raw". It supports "stacks", a series of images that
 share a single window.
 .
 It can calculate area and pixel value statistics of user-defined
 selections. It can measure distances and angles. It can create density
 histograms and line profile plots. It supports standard image processing
 functions such as contrast manipulation, sharpening, smoothing, edge
 detection and median filtering.
 .
 Spatial calibration is available to provide real world dimensional
 measurements in units such as millimeters. Density or gray scale
 calibration is also available.
 .
 ImageJ is developed by Wayne Rasband (wayne@codon.nih.gov), is at the
 Research Services Branch, National Institute of Mental Health, Bethesda,
 Maryland, USA.

Package: libij-java
Description-md5: 60a5944fc6161cfff92c5ed963bc6a81
Description-en: Java library for ImageJ
 ImageJ is a program for image analysis and processing, with a focus
 on microscopy images.
 .
 This package contains the Java library to make use of ImageJ.

Package: libij-java-doc
Description-md5: 96c3eb5303888c2068d2c0d5ab8d7c38
Description-en: documentation of libij-java
 ImageJ is a program for image analysis and processing, with a focus
 on microscopy images.
 .
 This package contains the API documentation of libij-java.

Package: imagemagick
Description-md5: 454d44b3e8d4177be027105c6c73b6f9
Description-en: image manipulation programs -- binaries
 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).
 .
 This package include links to channel depth specific binaries and manual
 pages.
 .
 This is a dummy package.  You can safely purge or remove it.

Package: imagemagick-6-common
Description-md5: 242e9070bb8cf8876ae8723472cc8f76
Description-en: image manipulation programs -- infrastructure
 imagemagick-common contains the filesystem infrastructure required for
 further installation of imagemagick in any configuration; it does not provide
 a full installation of binaries, libraries, and utilities
 required to run imagemagick.
 .
 This package is independent of channel depth.

Package: imagemagick-6-doc
Description-md5: f514d30b27cec105434014153f1921ca
Description-en: document files of ImageMagick
 This package contains the document files shipped with ImageMagick, a software
 suite to create, edit, and compose bitmap images.
 .
 Documentations includes html manuals, examples files, and doxygen generated API
 documentation.

Package: imagemagick-6.q16
Description-md5: 47ea41425a6fb931790be5843ed7d1e7
Description-en: image manipulation programs -- quantum depth Q16
 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).
 .
 For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats,
 you need to install the libmagickcore-6.q16-6-extra package.
 .
 This version of imagemagick is compiled for a channel
 depth of 16 bits (Q16).

Package: imagemagick-6.q16hdri
Description-md5: 4d8c26b45b75abd3c52d5b43c7e16277
Description-en: image manipulation programs -- quantum depth Q16HDRI
 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).
 .
 For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats,
 you need to install the libmagickcore-6.q16hdri-6-extra package.
 .
 This version of imagemagick is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: imagemagick-common
Description-md5: 4c746bf1d9d18dd7bd6d5f798754abc0
Description-en: image manipulation programs -- infrastructure dummy package
 imagemagick-common contained the filesystem infrastructure required for
 further installation of imagemagick in any configuration.
 .
 This is a transitional package to help migrate systems to the new
 imagemagick-6-common package.
 .
 This is a dummy package.  You can safely purge or remove it.

Package: imagemagick-doc
Description-md5: b0721b7d624a0d684407c0c9ca6fc3de
Description-en: document files of ImageMagick -- dummy package
 This package contained the document files shipped with ImageMagick, a software
 suite to create, edit, and compose bitmap images.
 .
 This is a transitional package to help migrate systems to the new
 imagemagick-6-doc package.
 .
 This is a dummy package.  You can safely purge or remove it.

Package: libimage-magick-perl
Description-md5: 7ce8b44a017b6b1792ace5babb8a40cb
Description-en: Perl interface to the ImageMagick graphics routines
 PerlMagick is an objected-oriented Perl interface to ImageMagick.
 Use the module to read, manipulate, or write an image or image sequence from
 within a Perl script. This makes it very suitable for Web CGI scripts.
 .
 This is the compatibility (wrapper) perlmagick package that
 use the default channel depth.
 .
 This package provides the perl Image::Magick class.

Package: libimage-magick-q16-perl
Description-md5: b2b7bcf0fd3b8cca1a12186f85981002
Description-en: Perl interface to the ImageMagick graphics routines -- Q16 version
 PerlMagick is an objected-oriented Perl interface to ImageMagick.
 Use the module to read, manipulate, or write an image or image sequence from
 within a Perl script. This makes it very suitable for Web CGI scripts.
 .
 This version of libimage-magick is compiled for a channel
 depth of 16 bits (Q16).
 .
 This package provides the perl Image::Magick::Q16 class.

Package: libimage-magick-q16hdri-perl
Description-md5: 8507376c7886a5145af7be82f371b30e
Description-en: Perl interface to the ImageMagick graphics routines -- Q16HDRI version
 PerlMagick is an objected-oriented Perl interface to ImageMagick.
 Use the module to read, manipulate, or write an image or image sequence from
 within a Perl script. This makes it very suitable for Web CGI scripts.
 .
 This version of libimage-magick is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).
 .
 This package provides the perl Image::Magick::Q16HDRI class.

Package: libmagick++-6-headers
Description-md5: 06ec9b73bbf347a03e40ab70696842f9
Description-en: object-oriented C++ interface to ImageMagick - header files
 The Magick++ library is a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This package includes header files needed to compile
 programs using Magick++.
 .
 This package is independent of channel depth.

Package: libmagick++-6.q16-8
Description-md5: 0c41c32b31e56b653148d8cf9257e740
Description-en: C++ interface to ImageMagick -- quantum depth Q16
 The Magick++ library is a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This package contains the C++ libraries needed to run executables that make
 use of libMagick++.
 .
 This version of libmagick++ is compiled for a channel
 depth of 16 bits (Q16).

Package: libmagick++-6.q16-dev
Description-md5: c3c989aa362d5214cb2ded85b4ac9299
Description-en: C++ interface to ImageMagick - development files (Q16)
 The Magick++ library is a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This package includes header files and static libraries needed to compile
 programs using Magick++.
 .
 This version of libmagick++-dev is compiled for a channel
 depth of 16 bits (Q16).

Package: libmagick++-6.q16hdri-8
Description-md5: b0c54866be90ee2a5f4037f3dfc1cdb4
Description-en: C++ interface to ImageMagick -- quantum depth Q16HDRI
 The Magick++ library is a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This package contains the C++ libraries needed to run executables that make
 use of libMagick++.
 .
 This version of libmagick++ is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagick++-6.q16hdri-dev
Description-md5: bf2ce0cd49bc868a6c331922951dcdb3
Description-en: C++ interface to ImageMagick - development files (Q16HDRI)
 The Magick++ library is a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This package includes header files and static libraries needed to compile
 programs using Magick++.
 .
 This version of libmagick++-dev is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagick++-dev
Description-md5: af7ece294695041c53e6006c675283dc
Description-en: object-oriented C++ interface to ImageMagick -- dummy package
 The Magick++ library was a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This is a transitional package to help migrate systems to the new
 ABI of libmagick++-6 development files for default channel depth.
 .
 This is a dummy package.  You can safely purge or remove it.

Package: libmagickcore-6-arch-config
Description-md5: 2bf5b3d73143b88a604852f9d76e6e3c
Description-en: low-level image manipulation library - architecture header files
 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exclusively access
 the structure members directly.
 .
 This package includes the architecture dependent part of the
 headers files used by MagickCore.
 .
 This package is independent of channel depth.

Package: libmagickcore-6-headers
Description-md5: a8db8761301b33146d93d31dc2ac97b4
Description-en: low-level image manipulation library - header files
 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exclusively access
 the structure members directly.
 .
 This package includes the architecture independent header files
 needed to compile programs using MagickCore.
 .
 This package is independent of channel depth.

Package: libmagickcore-6.q16-6
Description-md5: f688f89f9dd63da95c49e94b4496cd52
Description-en: low-level image manipulation library -- quantum depth Q16
 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exclusively access
 the structure members directly.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickCore.
 .
 This version of libmagickcore is compiled for a channel
 depth of 16 bits (Q16).

Package: libmagickcore-6.q16-6-extra
Description-md5: a06d4ac082de7d3d4609131eb58764ca
Description-en: low-level image manipulation library - extra codecs (Q16)
 This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to
 MagickCore.
 .
 This version of libmagickcore-extra is compiled for a channel
 depth of 16 bits (Q16).

Package: libmagickcore-6.q16-dev
Description-md5: b3e9994222fe22a105ea09bc9fdbf60b
Description-en: low-level image manipulation library - development files (Q16)
 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exclusively access
 the structure members directly.
 .
 This package includes header static libraries needed to compile
 programs using MagickCore.
 .
 This version of libmagickcore-dev is compiled for a channel
 depth of 16 bits (Q16).

Package: libmagickcore-6.q16hdri-6
Description-md5: 3b22716bce6596b26b5d0fe6f8a409c0
Description-en: low-level image manipulation library -- quantum depth Q16HDRI
 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exclusively access
 the structure members directly.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickCore.
 .
 This version of libmagickcore is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagickcore-6.q16hdri-6-extra
Description-md5: cd6b982f20932b9a3882651080cec791
Description-en: low-level image manipulation library - extra codecs (Q16HDRI)
 This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to
 MagickCore.
 .
 This version of libmagickcore-extra is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagickcore-6.q16hdri-dev
Description-md5: 318e99730be581bdf46a9d774b773c39
Description-en: low-level image manipulation library - development files (Q16HDRI)
 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exclusively access
 the structure members directly.
 .
 This package includes header static libraries needed to compile
 programs using MagickCore.
 .
 This version of libmagickcore-dev is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagickcore-dev
Description-md5: f90927ba6a13e7c7f8e0886fe0476a3e
Description-en: low-level image manipulation library -- dummy package
 This package included header files and static libraries needed to compile
 programs using MagickCore.
 .
 This is a transitional package to help migrate systems to the new
 ABI of libmagickcore-6 development files for default channel depth.
 .
 This is a dummy package.  You can safely purge or remove it.

Package: libmagickwand-6-headers
Description-md5: 26a899f36addb78d0dfc2cc24f28ad9a
Description-en: image manipulation library - headers files
 The MagickWand API is the recommended interface between the C programming
 language and the ImageMagick image processing libraries. Unlike the
 MagickCore C API, MagickWand uses only a few opaque types. Accessors are
 available to set or get important wand properties.
 .
 This package includes header files needed to compile
 programs using MagickWand.
 .
 This package is independent of channel depth.

Package: libmagickwand-6.q16-6
Description-md5: 0c875be0fa5c3c27073edfb377baa500
Description-en: image manipulation library -- quantum depth Q16
 The MagickWand API is the recommended interface between the C programming
 language and the ImageMagick image processing libraries. Unlike the
 MagickCore C API, MagickWand uses only a few opaque types. Accessors are
 available to set or get important wand properties.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickWand.
 .
 This version of libmagickwand is compiled for a channel
 depth of 16 bits (Q16).

Package: libmagickwand-6.q16-dev
Description-md5: 6e42d2139f5f25e467dea8208c50f942
Description-en: image manipulation library - development files (Q16)
 The MagickWand API is the recommended interface between the C programming
 language and the ImageMagick image processing libraries. Unlike the
 MagickCore C API, MagickWand uses only a few opaque types. Accessors are
 available to set or get important wand properties.
 .
 This package the static libraries needed to compile
 programs using MagickWand.
 .
 This version of libmagickwand-dev is compiled for a channel
 depth of 16 bits (Q16).

Package: libmagickwand-6.q16hdri-6
Description-md5: bb13722c05450e5cf602707c87e455ad
Description-en: image manipulation library -- quantum depth Q16HDRI
 The MagickWand API is the recommended interface between the C programming
 language and the ImageMagick image processing libraries. Unlike the
 MagickCore C API, MagickWand uses only a few opaque types. Accessors are
 available to set or get important wand properties.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickWand.
 .
 This version of libmagickwand is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagickwand-6.q16hdri-dev
Description-md5: 129fb0c8f9aeae8e8d848457773b5c4e
Description-en: image manipulation library - development files (Q16HDRI)
 The MagickWand API is the recommended interface between the C programming
 language and the ImageMagick image processing libraries. Unlike the
 MagickCore C API, MagickWand uses only a few opaque types. Accessors are
 available to set or get important wand properties.
 .
 This package the static libraries needed to compile
 programs using MagickWand.
 .
 This version of libmagickwand-dev is compiled for a channel
 depth of 16 bits with high dynamic range (Q16HDRI).

Package: libmagickwand-dev
Description-md5: 28a96f71697c26ce0682ab3e67b8c710
Description-en: image manipulation library -- dummy package
 This package included the static libraries needed to compile
 programs using MagickWand.
 .
 This is a transitional package to help migrate systems to the new
 ABI of libmagickwand-6 development files for default channel depth.
 .
 This is a dummy package.  You can safely purge or remove it.

Package: perlmagick
Description-md5: 1f334da72af0f0bfe00d5b5136fed526
Description-en: Perl interface to ImageMagick -- dummy package
 PerlMagick is an objected-oriented Perl interface to ImageMagick.
 Use the module to read, manipulate, or write an image or image sequence from
 within a Perl script. This makes it very suitable for Web CGI scripts.
 .
 This is a transitional package to help migrate systems to the new
 libimage-magick-perl perl library.
 .
 This is a dummy package.  You can safely purge or remove it.

Package: imagetooth
Description-md5: 25e3fa984d77f8603103bddf129a0814
Description-en: library generating images of teeth for odontograms
 This library generates images of teeth for odontograms with tooth
 faces painted in a color (red, green, blue, white or black for example).
 This is very useful for dental applications.

Package: imagination
Description-md5: d0d7b948b39d26a4d7ab92301194f08f
Description-en: DVD slide show maker
 Imagination is a lightweight and user-friendly DVD slide show maker with
 a clean interface and few dependencies. It only requires the ffmpeg encoder
 to produce a movie to be burned with another application.
 .
 Imagination has the following features:
   - Easy to operate.
   - It can make a slideshow from photos selected by user.
   - Support to VOB (DVD Video), OGV (Theora Vorbis), FLV (Flash Video) and
     3GP (Mobile Phones) when exporting videos.
   - Support screen resolutions from 128x96 pixels up to 1920x1080 pixels,
     when exporting videos.
   - Background audio (music, as MP3 files, or other audio files).
   - Auto resize (optional) for images.
   - Allow the users to select a background color.
   - Over 50 transition effects.
   - Zoom effect with duration time.
   - Allow users to add explanatory texts (e.g. subtitles).
 .
 Imagination can be used to make presentations to be shown by a projector or
 by a smart TV.

Package: imagination-common
Description-md5: afd517bc6b31f1f71683939fa70b62c9
Description-en: DVD slide show maker - common files
 Imagination is a lightweight and user-friendly DVD slide show maker with
 a clean interface and few dependencies. It only requires the ffmpeg encoder
 to produce a movie to be burned with another application.
 .
 This package contains architecture independent files such as icons, pixmaps,
 documentation, and translations.

Package: imanx
Description-md5: 5b5fb136798f881a14ca242407bb7429
Description-en: Manx Gaelic dictionary for ispell
 This is a Manx Gaelic dictionary for ispell spelling checker.
 The dictionary has about 30,000 words, but is of Alpha quality. Help
 in checking its quality and word submissions gratefully accepted.

Package: myspell-gv
Description-md5: b1e9228b41761899716090a7095c09b1
Description-en: Manx Gaelic dictionary for myspell
 This is the Manx Gaelic dictionary for  use with the myspell
 spellchecker which is currently used within OpenOffice.org
 and the mozilla spellchecker.

Package: wmanx
Description-md5: 9fea7f65d60e955b8e69aa40848e7772
Description-en: Manx Gaelic dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/manx containing a list
 of Manx Gaelic words.  This list can be used by spelling checkers, and by
 programs such as look(1).

Package: python3-imap-tools
Description-md5: dfd6e8437543609f9515990d6207031e
Description-en: Work with email by IMAP
 Tool to use IMAP in Python packages
  - Basic message operations: fetch, uids, numbers
  - Parsed email message attributes
  - Query builder for searching emails
  - Actions with emails: copy, delete, flag, move, append
  - Actions with folders: list, set, get, create, exists,
    rename, subscribe, delete, status
  - Exceptions on failed operations
  - No external dependencies

Package: imapcopy
Description-md5: 5474255ecdaf7d517a671ae0ced99a88
Description-en: IMAP backup, copy and migration tool
 IMAPCopy is a small command line tool to copy messages for multiple
 users from one imap server to another.  You can use it with any IMAP
 implementation, for example you can migrate from Cyrus to MS Exchange
 or from MS Exchange to Courier IMAP.

Package: imapfilter
Description-md5: 928468b2201248e2e9f283e15691102b
Description-en: filter mail in your IMAP account
 Imapfilter is a client application that allows you to
 filter mail in your imap mail account. When used in
 conjunction with mutt, as your precommand, it allows
 you to have your mail sorted into imap folders.

Package: imaprowl
Description-md5: 2b3d6d626c370877d8cdeaf8aa604f2f
Description-en: IMAP new mail notification utility for iP