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

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-toml-parser 2.0.1.2
Dependencies: ghc-prettyprinter@1.7.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/glguy/toml-parser
Licenses: ISC
Build system: haskell
Synopsis: TOML 1.0.0 parser
Description:

TOML parser using generated lexers and parsers with careful attention to the TOML 1.0.0 semantics for defining tables.

ghc-config-schema 1.2.2.0
Dependencies: ghc-config-value@0.8.3 ghc-free@5.2 ghc-kan-extensions@5.2.7 ghc-semigroupoids@6.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/glguy/config-schema
Licenses: ISC
Build system: haskell
Synopsis: Schema definitions for the config-value package
Description:

This package makes it possible to define schemas for use when loading configuration files using the config-value format. These schemas can be used to process a configuration file into a Haskell value or to automatically generate documentation for the file format.

ghc-lib-parser 9.12.2.20250421
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/digital-asset/ghc-lib
Licenses: Modified BSD
Build system: haskell
Synopsis: The GHC API, decoupled from GHC versions
Description:

This library implements the GHC API. It is like the compiler-provided ghc package, but it can be loaded on many compiler versions.

ghc-semigroupoids 6.0.1
Dependencies: ghc-base-orphans@0.9.3 ghc-bifunctors@5.6.2 ghc-transformers-compat@0.7.2 ghc-contravariant@1.5.5 ghc-distributive@0.6.2.1 ghc-comonad@5.0.9 ghc-tagged@0.8.9 ghc-hashable@1.5.0.0 ghc-unordered-containers@0.2.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/semigroupoids
Licenses: FreeBSD
Build system: haskell
Synopsis: Semigroupoids operations for Haskell
Description:

This library provides a wide array of (semi)groupoids and operations for working with them. A Semigroupoid is a Category without the requirement of identity arrows for every object in the category. A Category is any Semigroupoid for which the Yoneda lemma holds. Finally, to work with these weaker structures it is beneficial to have containers that can provide stronger guarantees about their contents, so versions of Traversable and Foldable that can be folded with just a Semigroup are added.

ghc-storablevector 0.2.13.2
Dependencies: ghc-non-negative@0.1.2 ghc-utility-ht@0.0.17.2 ghc-semigroups@0.20 ghc-unsafe@0.0 ghc-quickcheck@2.15.0.1 ghc-syb@0.7.2.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.haskell.org/haskellwiki/Storable_Vector
Licenses: Modified BSD
Build system: haskell
Synopsis: Fast, packed, strict storable arrays with a list interface
Description:

This library provides fast, packed, strict storable arrays with a list interface, a chunky lazy list interface with variable chunk size and an interface for write access via the ST monad. This is much like bytestring and binary but can be used for every Foreign.Storable.Storable type. See also https://hackage.haskell.org/package/vector, a library with a similar intention.

This library does not do advanced fusion optimization, since especially for lazy vectors this would either be incorrect or not applicable. See https://hackage.haskell.org/package/storablevector-streamfusion for a library that provides fusion with lazy lists.

ghc-text-iso8601 0.1.1
Dependencies: ghc-integer-conversion@0.1.1 ghc-time-compat@1.9.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/aeson
Licenses: Modified BSD
Build system: haskell
Synopsis: Converting time to and from ISO 8601 text.
Description:

Converting time to and from IS0 8601 text. Specifically the RFC3339 profile.

ghc-language-python 0.5.8
Dependencies: ghc-monads-tf@0.3.0.1 ghc-utf8-string@1.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/bjpop/language-python
Licenses: Modified BSD
Build system: haskell
Synopsis: Parse and pretty print Python code in Haskell
Description:

language-python is a Haskell library for lexical analysis, parsing and pretty printing Python code. It supports versions 2.x and 3.x of Python.

ghc-rfc5051 0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/rfc5051
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple unicode collation as per RFC5051
Description:

This library implements unicode-casemap, the simple, non locale-sensitive unicode collation algorithm described in RFC 5051. Proper unicode collation can be done using text-icu, but that is a big dependency that depends on a large C library, and rfc5051 might be better for some purposes.

ghc-weigh 0.0.18
Dependencies: ghc-split@0.2.5 ghc-temporary@1.3 ghc-criterion-measurement@0.2.3.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/fpco/weigh#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Measure allocations of a Haskell functions/values
Description:

This package provides tools to measure the memory usage of a Haskell value or function.

ghc-leancheck 1.0.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/rudymatela/leancheck#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Enumerative property-based testing
Description:

LeanCheck is a simple enumerative property-based testing library. Properties are defined as Haskell functions returning a boolean value which should be true for all possible choices of argument values. LeanCheck applies enumerated argument values to these properties in search for a counterexample. Properties can be viewed as parameterized unit tests. LeanCheck works by producing tiers of test values: a possibly infinite list of finite sublists of same-and-increasingly-sized values.

ghc-assoc 1.1.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/assoc
Licenses: Modified BSD
Build system: haskell
Synopsis: Swap and assoc: Symmetric and Semigroupy Bifunctors
Description:

Provides generalisations of swap :: (a,b) -> (b,a) and assoc :: ((a,b),c) -> (a,(b,c)) to Bifunctors supporting similar operations (e.g. Either, These).

ghc-validity-bytestring 0.4.1.1
Dependencies: ghc-validity@0.12.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/NorfairKing/validity
Licenses: Expat
Build system: haskell
Synopsis: Validity instances for bytestring
Description:

Provides instances of the Validity type class for lazy and strict ByteStrings and ShortByteStrings.

ghc-mysql-simple 0.4.9
Dependencies: ghc-attoparsec@0.14.4 ghc-base16-bytestring@1.0.2.0 ghc-blaze-builder@0.4.4.1 ghc-mysql@0.2.1 ghc-pcre-light@0.4.1.3 pcre@8.45 ghc-old-locale@1.0.0.7 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/paul-rouse/mysql-simple
Licenses: Modified BSD
Build system: haskell
Synopsis: Mid-level MySQL client library
Description:

This library implements mid-level Haskell bindings to the MySQL mysqlclient client library. It is aimed at speed and ease of use.

ghc-doctest-parallel 0.4
Dependencies: ghc-glob@0.10.2 ghc-base-compat@0.14.1 ghc-code-page@0.2.1 ghc-exactprint@1.10.0.0 ghc-paths@0.1.0.12 ghc-random-bootstrap@1.2.1.3 ghc-syb@0.7.2.4 ghc-unordered-containers-bootstrap@0.2.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/martijnbastiaan/doctest-parallel#readme
Licenses: Expat
Build system: haskell
Synopsis: Test interactive Haskell examples
Description:

The doctest program checks examples in source code comments. It is modeled after doctest for Python (<https://docs.python.org/3/library/doctest.html>). . Documentation is at <https://github.com/martijnbastiaan/doctest-parallel#readme>.

ghc-dotgen 0.4.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/ku-fpg/dotgen
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple interface for building .dot graph files
Description:

This package provides a simple interface for building .dot graph files, for input into the dot and graphviz tools. It includes a monadic interface for building graphs.

ghc-xml-conduit 1.10.0.1
Dependencies: ghc-conduit@1.3.6.1 ghc-conduit-extra@1.3.8 ghc-resourcet@1.3.0 ghc-xml-types@0.3.8 ghc-attoparsec@0.14.4 ghc-data-default@0.8.0.1 ghc-blaze-markup@0.8.3.0 ghc-blaze-html@0.9.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/snoyberg/xml
Licenses: Expat
Build system: haskell
Synopsis: Utilities for dealing with XML with the conduit package
Description:

This package provides pure-Haskell utilities for dealing with XML with the conduit package.

ghc-dec 0.0.6
Dependencies: ghc-boring@0.2.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/phadej/dec
Licenses: Modified BSD
Build system: haskell
Synopsis: Decidable propositions
Description:

This package provides a Dec type for representing deciable relations.

type Neg a = a -> Void

data Dec a
    = Yes a
    | No (Neg a)
ghc-ansi-terminal-types 1.1.3
Dependencies: ghc-colour@2.3.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/UnkindPartition/ansi-terminal
Licenses: Modified BSD
Build system: haskell
Synopsis: Types and functions used to represent SGR aspects
Description:

The \'ANSI\ standards refer to the visual style of displaying characters as their \'graphic rendition\'. The \'ANSI\ codes to establish the graphic rendition for subsequent text are referred to as SELECT GRAPHIC RENDITION (SGR). This package exposes modules that export types and functions used to represent SGR aspects.

ghc-mmap 0.5.9
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/mmap
Licenses: Modified BSD
Build system: haskell
Synopsis: Memory mapped files for Haskell
Description:

This library provides a wrapper to mmap, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading.

ghc-kan-extensions 5.2.7
Dependencies: ghc-adjunctions@4.4.3 ghc-comonad@5.0.9 ghc-contravariant@1.5.5 ghc-distributive@0.6.2.1 ghc-invariant@0.6.4 ghc-free@5.2 ghc-profunctors@5.6.3 ghc-semigroupoids@6.0.1 ghc-tagged@0.8.9
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/kan-extensions/
Licenses: Modified BSD
Build system: haskell
Synopsis: Kan extensions library
Description:

This library provides Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads for Haskell.

ghc-numeric-extras 0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/numeric-extras
Licenses: Modified BSD
Build system: haskell
Synopsis: Useful tools from the C standard library
Description:

This library provides some useful tools from the C standard library.

ghc-newtype-generics 0.6.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/sjakobi/newtype-generics
Licenses: Modified BSD
Build system: haskell
Synopsis: Typeclass and set of functions for working with newtypes
Description:

The Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operate under that newtype with functions such as ala. Generics support was added in version 0.4, making this package a full replacement for the original newtype package, and an alternative to newtype-th.

ghc-listlike 4.7.8.4
Dependencies: ghc-vector@0.13.2.0 ghc-dlist@1.0 ghc-fmlist@0.9.4 ghc-utf8-string@1.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ddssff/listlike
Licenses: Modified BSD
Build system: haskell
Synopsis: Generic support for list-like structures
Description:

The ListLike module provides a common interface to the various Haskell types that are list-like. Predefined interfaces include standard Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made ListLike instances as well.

ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists.

ghc-spoon 0.3.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/spoon
Licenses: Modified BSD
Build system: haskell
Synopsis: Catch errors thrown from pure computations
Description:

Takes an error-throwing expression and puts it back in the Maybe it belongs in.

Note that this suffers from the https://ghc.haskell.org/trac/ghc/ticket/5902. Buyer beware.

Total packages: 32521