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

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-vty-unix 0.2.0.0
Dependencies: ghc-blaze-builder@0.4.4.1 ghc-vty@6.4 ghc-vector@0.13.2.0 ghc-utf8-string@1.0.2 ghc-microlens@0.4.14.0 ghc-microlens-mtl@0.2.1.0 ghc-microlens-th@0.4.3.17 ghc-ansi-terminal@1.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/vty-unix
Licenses: Modified BSD
Build system: haskell
Synopsis: Unix backend for Vty
Description:

This package provides Unix terminal support for Vty.

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-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-groups 0.5.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/groups
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell 98 groups
Description:

This package provides Haskell 98 groups. A group is a monoid with invertibility.

ghc-shelly 1.12.1.1
Dependencies: ghc-async@2.2.5 ghc-enclosed-exceptions@1.0.3 ghc-lifted-base@0.2.3.12 ghc-monad-control@1.0.3.1 ghc-transformers-base@0.4.6 ghc-unix-compat@0.7.4.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/gregwebs/Shelly.hs
Licenses: Modified BSD
Build system: haskell
Synopsis: Shell-like (systems) programming in Haskell
Description:

Shelly provides convenient systems programming in Haskell, similar in spirit to POSIX shells. Shelly is originally forked from the Shellish package.

ghc-case-insensitive 1.2.1.0
Dependencies: ghc-hashable@1.5.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/basvandijk/case-insensitive
Licenses: Modified BSD
Build system: haskell
Synopsis: Case insensitive string comparison
Description:

The module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc. Comparisons of values of the resulting type will be insensitive to cases.

ghc-constraints 0.14.2
Dependencies: ghc-boring@0.2.2 ghc-hashable@1.5.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/constraints/
Licenses: FreeBSD
Build system: haskell
Synopsis: Constraint manipulation
Description:

GHC 7.4 gave us the ability to talk about ConstraintKinds. They stopped crashing the compiler in GHC 7.6. This package provides a vocabulary for working with them.

ghc-strict 0.5.1
Dependencies: ghc-assoc@1.1.1 ghc-hashable@1.5.0.0 ghc-these@1.2.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-strict/strict
Licenses: Modified BSD
Build system: haskell
Synopsis: Strict data types and String IO
Description:

This package provides strict versions of some standard Haskell data types, such as pairs, Maybe and Either. It also contains strict IO operations.

ghc-file-embed 0.0.16.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snoyberg/file-embed
Licenses: FreeBSD
Build system: haskell
Synopsis: Use Template Haskell to embed file contents directly
Description:

This package allows you to use Template Haskell to read a file or all the files in a directory, and turn them into (path, bytestring) pairs embedded in your Haskell code.

ghc-semaphore-compat 1.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://gitlab.haskell.org/ghc/semaphore-compat
Licenses: Modified BSD
Build system: haskell
Synopsis: Cross-platform abstraction for system semaphores
Description:

This package provides a cross-platform implementation of system semaphores that abstracts over the `unix` and `Win32` libraries.

ghc-brick 2.9
Dependencies: ghc-vty@6.4 ghc-vty-crossplatform@0.4.0.0 ghc-bimap@0.5.0 ghc-data-clist@0.2 ghc-microlens@0.4.14.0 ghc-microlens-th@0.4.3.17 ghc-microlens-mtl@0.2.1.0 ghc-config-ini@0.2.7.0 ghc-vector@0.13.2.0 ghc-text-zipper@0.13 ghc-unix-compat@0.7.4.1 ghc-word-wrap@0.5 ghc-unordered-containers@0.2.20 ghc-hashable@1.5.0.0 ghc-random@1.2.1.3 ghc-microlens-platform@0.4.4.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jtdaugherty/brick/
Licenses: Modified BSD
Build system: haskell
Synopsis: Declarative terminal user interface library
Description:

Brick helps you write terminal user interfaces (TUIs). You write an event handler and a drawing function and the library does the rest.

ghc-selective 0.7.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snowleopard/selective
Licenses: Expat
Build system: haskell
Synopsis: Selective applicative functors
Description:

This package implements selective applicative functors, which allow you to declare your effects statically, and select which to execute dynamically. See the paper on selective functors for more details.

ghc-data-array-byte 0.1.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/Bodigrim/data-array-byte
Licenses: Modified BSD
Build system: haskell
Synopsis: Compatibility layer for Data.Array.Byte
Description:

Compatibility layer for Data.Array.Byte providing boxed wrappers for ByteArray and MutableByteArray and relevant instances for GHC < 9.4.

ghc-easyplot 1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hub.darcs.net/scravy/easyplot
Licenses: Expat
Build system: haskell
Synopsis: Haskell plotting library based on gnuplot
Description:

This package provides a plotting library for Haskell, using gnuplot for rendering.

ghc-shakespeare 2.1.0.1
Dependencies: ghc-aeson@2.2.3.0 ghc-blaze-markup@0.8.3.0 ghc-blaze-html@0.9.2.0 ghc-file-embed@0.0.16.0 ghc-vector@0.13.2.0 ghc-unordered-containers@0.2.20 ghc-scientific@0.3.8.0 ghc-th-lift@0.8.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.yesodweb.com/book/shakespearean-templates
Licenses: Expat
Build system: haskell
Synopsis: Family of type-safe template languages for Haskell
Description:

This Haskell package provides a family of type-safe templates with simple variable interpolation. Shakespeare templates can be used inline with a quasi-quoter or in an external file and it interpolates variables according to the type being inserted.

ghc-sop-core 0.5.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/sop-core
Licenses: Modified BSD
Build system: haskell
Synopsis: True Sums of Products
Description:

This package provides an implementation of n-ary sums and n-ary products. The module Data.SOP is the main module of this library and contains more detailed documentation. The main use case of this package is to serve as the core of generics-sop.

ghc-pattern-arrows 0.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://blog.functorial.com/posts/2013-10-27-Pretty-Printing-Arrows.html
Licenses: Expat
Build system: haskell
Synopsis: Arrows for Pretty Printing
Description:

A library for generating concise pretty printers based on precedence rules.

ghc-pandoc-lua-marshal 0.3.1
Dependencies: ghc-aeson@2.2.3.0 ghc-hslua@2.3.1 ghc-hslua-list@1.1.4 ghc-hslua-marshalling@2.3.1 ghc-pandoc-types@1.23.1 ghc-safe@0.3.21
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/pandoc/pandoc-lua-marshal
Licenses: Expat
Build system: haskell
Synopsis: Use pandoc types in Lua
Description:

This package provides functions to marshal and unmarshal pandoc document types to and from Lua. . The values of most types are pushed to pandoc as "userdata" objects that wrap a stable pointer to the Haskell value; these objects come with methods to access and modify their properties. . Sequences are pushed as normal Lua tables, but are augmented with convenience functions.

ghc-djot 0.1.2.2
Dependencies: ghc-doclayout@0.5.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/djot
Licenses: Expat
Build system: haskell
Synopsis: Parser and renderer for djot light markup syntax.
Description:

Djot (<https://djot.net>) is a light markup language. This package provides a data structure to represent djot documents, a very fast parser, and functions to render a parsed document as HTML and as djot.

ghc-servant-client-core 0.20.3.0
Dependencies: ghc-attoparsec@0.14.4 ghc-constraints@0.14.2 ghc-servant@0.20.3.0 ghc-aeson@2.2.3.0 ghc-base-compat@0.14.1 ghc-base64-bytestring@1.2.1.0 ghc-free@5.2 ghc-http-media@0.8.1.1 ghc-http-types@0.12.4 ghc-network-uri@2.6.4.2 ghc-safe@0.3.21 ghc-sop-core@0.5.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://docs.servant.dev/
Licenses: Modified BSD
Build system: haskell
Synopsis: Core functionality and class for client function generation for servant APIs
Description:

This library provides backend-agnostic generation of client functions. For more information, see the README.

ghc-githash 0.1.7.0
Dependencies: ghc-th-compat@0.1.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snoyberg/githash#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Compile git revision info into Haskell projects
Description:

Please see the README and documentation at <https://www.stackage.org/package/githash>

ghc-magic 1.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/magic
Licenses: Modified BSD
Build system: haskell
Synopsis: Interface to C file/magic library
Description:

This package provides a full-featured binding to the C libmagic library. With it, you can determine the type of a file by examining its contents rather than its name.

ghc-equivalence 0.4.1.1
Dependencies: ghc-stmonadtrans@0.4.8.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/pa-ba/equivalence
Licenses: Modified BSD
Build system: haskell
Synopsis: Maintaining an equivalence relation implemented as union-find
Description:

This is an implementation of Tarjan's Union-Find algorithm (Robert E.: Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm",JACM 22(2), 1975) in order to maintain an equivalence relation. This implementation is a port of the union-find package using the ST monad transformer (instead of the IO monad).

ghc-hasktags 0.73.0
Dependencies: ghc-json@0.11 ghc-microlens-platform@0.4.4.1 ghc-utf8-string@1.0.2 ghc-optparse-applicative@0.18.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/MarcWeber/hasktags
Licenses: Modified BSD
Build system: haskell
Synopsis: Make @code{Ctags} and @code{Etags} files for Haskell programs
Description:

This package provides a means of generating tag files for Emacs and Vim.

Total packages: 73954