_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


ghc-doctest-exitcode-stdio 0.0.0.1
Dependencies: ghc-doctest-lib@0.1.1.1 ghc-quickcheck@2.15.0.1 ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hub.darcs.net/thielema/doctest-exitcode-stdio/
Licenses: Modified BSD
Build system: haskell
Synopsis: Run Doctests in a @code{Cabal.Test.exitcode-stdio} environment
Description:

This package allows on to run Doctests in a Cabal.Test.exitcode-stdio environment.

ghc-quickcheck-unicode 1.0.1.0
Dependencies: ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/bos/quickcheck-unicode
Licenses: FreeBSD
Build system: haskell
Synopsis: Generator functions Unicode-related tests
Description:

This package provides generator and shrink functions for testing Unicode-related software.

ghc-tasty-kat 0.0.3
Dependencies: ghc-tasty@1.5.3 ghc-tasty-quickcheck@0.11.1 ghc-tasty-hunit@0.10.2
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/vincenthz/tasty-kat
Licenses: Expat
Build system: haskell
Synopsis: Known Answer Tests (KAT) framework for tasty
Description:

This package provides a Known Answer Tests (KAT) framework for tasty.

ghc-hspec-contrib 0.5.2
Dependencies: ghc-hunit@1.6.2.0 ghc-call-stack@0.4.0 ghc-hspec-core@2.11.12
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: Contributed functionality for Hspec
Description:

This package provides contributed Hspec extensions.

ghc-quickcheck-io 0.2.0
Dependencies: ghc-quickcheck@2.15.0.1 ghc-hunit@1.6.2.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/hspec/quickcheck-io#readme
Licenses: Expat
Build system: haskell
Synopsis: Use HUnit assertions as QuickCheck properties
Description:

This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties.

ghc-tasty-ant-xml 1.1.9
Dependencies: ghc-generic-deriving@1.14.6 ghc-tagged@0.8.9 ghc-tasty@1.5.3 ghc-xml@1.3.14
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: http://github.com/ocharles/tasty-ant-xml
Licenses: Modified BSD
Build system: haskell
Synopsis: Render tasty output to XML for Jenkins
Description:

A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.

ghc-quickcheck 2.15.0.1
Dependencies: ghc-random-bootstrap@1.2.1.3 ghc-splitmix-bootstrap@0.1.3.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/nick8325/quickcheck
Licenses: Modified BSD
Build system: haskell
Synopsis: Automatic testing of Haskell programs
Description:

QuickCheck is a library for random testing of program properties. 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.

ghc-tasty-rerun 1.1.20
Dependencies: ghc-optparse-applicative@0.18.1.0 ghc-split@0.2.5 ghc-tagged@0.8.9 ghc-tasty@1.5.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/ocharles/tasty-rerun
Licenses: Modified BSD
Build system: haskell
Synopsis: Run tests by filtering the test tree
Description:

This package adds the ability to run tests by filtering the test tree based on the result of a previous test run. You can use this to run only those tests that failed in the last run, or to only run the tests that have been added since previous test run.

hspec-discover 2.11.12
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: Automatically discover and run Hspec tests
Description:

hspec-discover is a tool which automatically discovers and runs Hspec tests.

ghc-hspec-meta 2.11.12
Dependencies: ghc-hunit@1.6.2.0 ghc-quickcheck@2.15.0.1 ghc-ansi-terminal@1.1.3 ghc-call-stack@0.4.0 ghc-haskell-lexer@1.2.1 ghc-hspec-expectations@0.8.4 ghc-quickcheck-io@0.2.0 ghc-random@1.2.1.3 ghc-tf-random@0.5
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: Version of Hspec to test Hspec itself
Description:

This library provides a stable version of Hspec which is used to test the in-development version of Hspec.

ghc-test-framework-quickcheck2 0.3.0.6
Dependencies: ghc-test-framework@0.8.2.2 ghc-quickcheck@2.15.0.1 ghc-extensible-exceptions@0.1.1.4 ghc-random@1.2.1.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/haskell/test-framework
Licenses: Modified BSD
Build system: haskell
Synopsis: QuickCheck2 support for test-framework
Description:

This package provides QuickCheck2 support for the test-framework package.

ghc-quickcheck-classes 0.6.5.0
Dependencies: ghc-quickcheck@2.15.0.1 ghc-primitive@0.9.1.0 ghc-primitive-addr@0.1.0.3 ghc-quickcheck-classes-base@0.6.2.0 ghc-semigroups-bootstrap@0.20 ghc-fail@4.9.0.0 ghc-tagged@0.8.9 ghc-aeson@2.2.3.0 ghc-semigroupoids@6.0.1 ghc-semirings@0.7 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/andrewthad/quickcheck-classes#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: QuickCheck common typeclasses
Description:

This library provides QuickCheck properties to ensure that typeclass instances adhere to the set of laws that they are supposed to. There are other libraries that do similar things, such as genvalidity-hspec and checkers. This library differs from other solutions by not introducing any new typeclasses that the user needs to learn. /Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses (Data.Functor.Classes.Show1, Data.Functor.Classes.Eq1, Data.Functor.Classes.Ord1, etc.), but on GHC >= 8.5, it uses -XQuantifiedConstraints to express these constraints more cleanly.

ghc-quickcheck-text 0.1.2.1
Dependencies: ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/olorin/quickcheck-text
Licenses: Expat
Build system: haskell
Synopsis: Alternative arbitrary instance for Text
Description:

The usual Arbitrary instance for Text (in <https://hackage.haskell.org/package/quickcheck-instances quickcheck-instances>) only has single-byte instances and so isn't an ideal representation of a valid UTF-8 character. This package has generators for one-, two- and three-byte UTF-8 characters (all that are currently in use).

ghc-testing-feat 1.1.1.1
Dependencies: ghc-quickcheck@2.15.0.1 ghc-size-based@0.1.3.3 ghc-testing-type-modifiers@0.1.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/size-based/testing-feat
Licenses: Modified BSD
Build system: haskell
Synopsis: Functional Enumeration of Algebraic Types
Description:

Feat (Functional Enumeration of Algebraic Types) provides enumerations as functions from natural numbers to values (similar to toEnum but for any algebraic data type). This can be used for SmallCheck-style systematic testing, QuickCheck-style random testing, and hybrids of the two.

ghc-doctest-lib 0.1.1.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hub.darcs.net/thielema/doctest-lib/
Licenses: Expat
Build system: haskell
Synopsis: Parts of doctest exposed as library
Description:

Parts of doctest exposed as library. For use with the doctest-extract utility.

ghc-tasty-silver 3.3.2.1
Dependencies: ghc-ansi-terminal@1.1.3 ghc-optparse-applicative@0.18.1.0 ghc-process-extras@0.7.4 ghc-regex-tdfa@1.3.2.4 ghc-silently@1.2.5.4 ghc-tagged@0.8.9 ghc-tasty@1.5.3 ghc-temporary@1.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/phile314/tasty-silver
Licenses: Expat
Build system: haskell
Synopsis: Fancy test runner, including support for golden tests
Description:

This package provides a fancy test runner and 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. The test runner allows filtering tests using regexes, and to interactively inspect the result of golden tests.

ghc-tasty-th 0.1.7
Dependencies: ghc-haskell-src-exts@1.23.1 ghc-tasty@1.5.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/bennofs/tasty-th
Licenses: Modified BSD
Build system: haskell
Synopsis: Automatically generate tasty TestTrees
Description:

Tasty-th automatically generates tasty TestTrees from functions of the current module, using TemplateHaskell. This is a fork the original test-framework-th package, modified to work with tasty instead of test-framework.

ghc-hspec-api 2.11.12
Dependencies: ghc-hspec-core@2.11.12
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: A Testing Framework for Haskell
Description:

This package provides a stable API that can be used to extend Hspec's functionality.

ghc-entropy 0.4.1.11
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/TomMD/entropy
Licenses: Modified BSD
Build system: haskell
Synopsis: Provides platform independent entropy source for Haskell
Description:

This Haskell package provides a platform independent method to obtain cryptographically strong entropy.

ghc-cryptohash 0.11.9
Dependencies: ghc-byteable@0.1.1 ghc-cryptonite@0.30 ghc-memory@0.18.0 ghc-hunit@1.6.2.0 ghc-quickcheck@2.15.0.1 ghc-tasty@1.5.3 ghc-tasty-quickcheck@0.11.1 ghc-tasty-hunit@0.10.2
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/vincenthz/hs-cryptohash
Licenses: Modified BSD
Build system: haskell
Synopsis: Collection of cryptographic hashes in Haskell
Description:

A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in other languages. The implementations are made in C with a haskell FFI wrapper that hides the C implementation.

ghc-cipher-aes 0.2.11
Dependencies: ghc-byteable@0.1.1 ghc-securemem@0.1.10 ghc-crypto-cipher-types@0.0.9
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/vincenthz/hs-cipher-aes
Licenses: Modified BSD
Build system: haskell
Synopsis: AES cipher implementation with advanced mode of operations for Haskell
Description:

This Haskell package provides AES cipher implementation.

The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode).

The AES implementation uses AES-NI when available (on x86 and x86-64 architecture), but fallback gracefully to a software C implementation.

The software implementation uses S-Boxes, which might suffer for cache timing issues. However do notes that most other known software implementations, including very popular one (openssl, gnutls) also uses similar implementation. If it matters for your case, you should make sure you have AES-NI available, or you'll need to use a different implementation.

ghc-crypton-x509-store 1.6.11
Dependencies: ghc-pem@0.2.4 ghc-asn1-types@0.3.4 ghc-asn1-encoding@0.9.6 ghc-crypton@1.0.4 ghc-crypton-x509@1.7.7
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/kazu-yamamoto/crypton-certificate
Licenses: Modified BSD
Build system: haskell
Synopsis: X.509 collection accessing and storing methods
Description:

This package provides methods for accessing and storing X.509 collections of certificates, certificate revocation lists, and exception lists.

ghc-crypton-socks 0.6.2
Dependencies: ghc-cereal@0.5.8.3 ghc-network@3.2.8.0 ghc-network-bsd@2.8.1.0
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: http://github.com/mpilgrem/crypton-socks
Licenses: Modified BSD
Build system: haskell
Synopsis: SOCKS Protocol Version 5
Description:

This package provides a library implementing SOCKS Protocol Version 5.

Total packages: 32521