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

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-only 0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/Only
Licenses: Modified BSD
Build system: haskell
Synopsis: The 1-tuple type or single-value collection
Description:

This package provides a canonical anonymous 1-tuple type missing from Haskell for attaching typeclass instances.

There is also the OneTuple package which by using a boxed data-type provides a 1-tuple type which has laziness properties which are more faithful to the ones of Haskell's native tuples; whereas the primary purpose of Only is to provide the traditionally so named type-wrapper for attaching typeclass instances.

ghc-contravariant 1.5.5
Dependencies: ghc-statevar@1.2.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/contravariant/
Licenses: Modified BSD
Build system: haskell
Synopsis: Contravariant functors
Description:

Contravariant functors for Haskell.

ghc-boring 0.2.2
Dependencies: ghc-tagged@0.8.9
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/phadej/boring
Licenses: Modified BSD
Build system: haskell
Synopsis: Boring and Absurd types
Description:

* @Boring@ types are isomorphic to @()@. . * @Absurd@ types are isomorphic to @Void@. . See [What does () mean in Haskell -answer by Conor McBride](https://stackoverflow.com/questions/33112439/what-does-mean-in-haskell/33115522#33115522)

ghc-conduit 1.3.6.1
Dependencies: ghc-resourcet@1.3.0 ghc-primitive@0.9.1.0 ghc-unliftio-core@0.2.1.0 ghc-mono-traversable@1.0.21.0 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/snoyberg/conduit
Licenses: Expat
Build system: haskell
Synopsis: Streaming data library
Description:

The conduit package is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator/iteratee and pipes.

ghc-decimal 0.5.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/PaulJohnson/Haskell-Decimal
Licenses: Modified BSD
Build system: haskell
Synopsis: Decimal numbers with variable precision
Description:

A decimal number has an integer mantissa and a negative exponent. The exponent can be interpreted as the number of decimal places in the value.

ghc-tuple-th 0.2.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/tuple-th
Licenses: Modified BSD
Build system: haskell
Synopsis: Generate utility functions for tuples of statically known size for Haskell
Description:

This Haskell package contains Template Haskell functions for generating functions similar to those in Data.List for tuples of statically known size.

ghc-hclip 3.0.0.4
Dependencies: ghc-strict@0.5.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jetho/Hclip
Licenses: Modified BSD
Build system: haskell
Synopsis: Small cross-platform library for reading and modifying the system clipboard
Description:

This package provides a small cross-platform library for reading and modifying the system clipboard. It uses xclip or xsel at runtime.

ghc-hourglass 0.2.12
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/vincenthz/hs-hourglass
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple time-related library for Haskell
Description:

This is a simple time library providing a simple but powerful and performant API. The backbone of the library are the Timeable and Time type classes. Each Timeable instances can be converted to a type that has a Time instances, and thus are different representations of current time.

ghc-comonad 5.0.9
Dependencies: ghc-tagged@0.8.9 ghc-transformers-compat@0.7.2 ghc-distributive@0.6.2.1 ghc-indexed-traversable@0.1.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/comonad/
Licenses: Modified BSD
Build system: haskell
Synopsis: Comonads for Haskell
Description:

This library provides Comonads for Haskell.

ghc-unsafe 0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://code.haskell.org/~thielema/unsafe/
Licenses: Modified BSD
Build system: haskell
Synopsis: Unified interface to unsafe functions
Description:

Safe Haskell 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, that is, you should import them by import qualified System.Unsafe as Unsafe.

ghc-hspec-wai 0.11.1
Dependencies: ghc-quickcheck@2.15.0.1 ghc-base-compat@0.14.1 ghc-case-insensitive@1.2.1.0 ghc-hspec-core@2.11.12 ghc-hspec-expectations@0.8.4 ghc-http-types@0.12.4 ghc-wai@3.2.4 ghc-wai-extra@3.1.17
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/hspec/hspec-wai#readme
Licenses: Expat
Build system: haskell
Synopsis: Experimental Hspec support for testing WAI applications
Description:

Experimental Hspec support for testing WAI applications

ghc-opengl 3.0.3.0
Dependencies: ghc-objectname@1.1.0.2 ghc-statevar@1.2.2 ghc-openglraw@3.3.4.1 ghc-gluraw@2.0.0.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://wiki.haskell.org/OpenGL
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell bindings for the OpenGL graphics system
Description:

This package provides Haskell bindings for the OpenGL graphics system (GL, version 4.5) and its accompanying utility library (GLU, version 1.3).

ghc-hslua-cli 1.4.3
Dependencies: ghc-hslua-core@2.3.2 ghc-hslua-marshalling@2.3.1 ghc-hslua-repl@0.1.2 ghc-lua@2.3.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hslua.org/
Licenses: Expat
Build system: haskell
Synopsis: Command-line interface for Lua
Description:

This package provides an embeddable command-line interface for Lua. The interface is compatible with the standard Lua interpreter, i.e., the `lua` executable provided in a default Lua installation.

ghc-commutative-semigroups 0.2.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/commutative-semigroups
Licenses: Modified BSD
Build system: haskell
Synopsis: Commutative semigroups
Description:

This package provides a commutative semigroup is a semigroup where the order of arguments to mappend does not matter.

ghc-non-negative 0.1.2
Dependencies: ghc-semigroups@0.20 ghc-utility-ht@0.0.17.2 ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://code.haskell.org/~thielema/non-negative/
Licenses: GPL 3+
Build system: haskell
Synopsis: Non-negative numbers class
Description:

This library provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano numbers).

ghc-parsec-numbers 0.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/parsec-numbers
Licenses: Modified BSD
Build system: haskell
Synopsis: Utilities for parsing numbers from strings
Description:

This package provides the number parsers without the need to use a large (and unportable) token parser.

ghc-doctest 0.24.2
Dependencies: ghc-code-page@0.2.1 ghc-paths@0.1.0.12 ghc-syb@0.7.2.4 ghc-temporary@1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sol/doctest#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, see the Doctest website.

ghc-bimap 0.5.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/joelwilliamson/bimap
Licenses: Modified BSD
Build system: haskell
Synopsis: Bidirectional mapping between two key types
Description:

This package provides a data structure representing a bidirectional mapping between two key types. Each value in the bimap is associated with exactly one value of the opposite type.

ghc-cmark-gfm 0.2.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/kivikakk/cmark-gfm-hs
Licenses: Modified BSD
Build system: haskell
Synopsis: Fast, accurate GitHub Flavored Markdown parser and renderer
Description:

This package provides Haskell bindings for libcmark-gfm, the reference parser for GitHub Flavored Markdown, a fully specified variant of Markdown. It includes sources for libcmark-gfm and does not require prior installation of the C library.

ghc-libyaml 0.1.4
Dependencies: ghc-conduit@1.3.6.1 ghc-resourcet@1.3.0 ghc-libyaml-clib@0.2.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snoyberg/yaml#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Low-level, streaming YAML interface
Description:

This package provides a Haskell wrapper over the LibYAML C library.

ghc-haskell-src-meta 0.8.15
Dependencies: ghc-haskell-src-exts@1.23.1 ghc-syb@0.7.2.4 ghc-th-orphans@0.13.16
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/haskell-src-meta
Licenses: Modified BSD
Build system: haskell
Synopsis: Parse source to template-haskell abstract syntax
Description:

This package provides tools to parse Haskell sources to the template-haskell abstract syntax.

ghc-sdl-mixer 0.6.3.0
Dependencies: ghc-sdl@0.6.7.0 sdl-mixer@1.2.12
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/SDL-mixer
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell bindings to libSDL_mixer
Description:

SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

ghc-some 1.0.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskellari/some
Licenses: Modified BSD
Build system: haskell
Synopsis: Existential type: Some
Description:

This library defines an existential type Some'. . @ data Some f where \ Some :: f a -> Some f @ . in few variants, and utilities to work with it. . If you are unsure which variant to use, use the one in "Data.Some" module.

ghc-nats 1.1.2
Dependencies: ghc-hashable@1.5.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/nats/
Licenses: Modified BSD
Build system: haskell
Synopsis: Natural numbers
Description:

This library provides the natural numbers for Haskell.

Total packages: 72465