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

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-temporary-rc 1.2.0.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.github.com/feuerbach/temporary
Licenses: Modified BSD
Build system: haskell
Synopsis: Portable temporary file and directory support
Description:

The functions for creating temporary files and directories in the base library are quite limited. The unixutils package contains some good ones, but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed. This is a better maintained fork of the "temporary" package.

ghc-hslua-core 2.3.2
Dependencies: 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: Bindings to Lua, an embeddable scripting language
Description:

Wrappers and helpers to bridge Haskell and <https://www.lua.org/ Lua>. . It builds upon the /lua/ package, which allows bundling a Lua interpreter with a Haskell program.

ghc-psqueue 1.2.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/PSQueue
Licenses: Modified BSD
Build system: haskell
Synopsis: Priority search queue
Description:

A priority search queue efficiently supports the operations of both a search tree and a priority queue. A Binding is a product of a key and a priority. Bindings can be inserted, deleted, modified and queried in logarithmic time, and the binding with the least priority can be retrieved in constant time. A queue can be built from a list of bindings, sorted by keys, in linear time.

ghc-mountpoints 1.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/mountpoints
Licenses: LGPL 2.1+
Build system: haskell
Synopsis: Haskell library for listing mount points
Description:

This library provides Haskell bindings for checking currently mounted filesystems.

ghc-ifelse 0.85
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/IfElse
Licenses: Modified BSD
Build system: haskell
Synopsis: Monadic control flow with anaphoric variants
Description:

This library provides functions for control flow inside of monads with anaphoric variants on if and when and a C-like switch function.

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.

ghc-fdo-notify 0.3.1
Dependencies: ghc-dbus@1.4.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://bitbucket.org/taejo/fdo-notify/
Licenses: Modified BSD
Build system: haskell
Synopsis: Desktop Notifications client
Description:

This package provides a library for issuing notifications using FreeDesktop.org's Desktop Notifications protocol. This protocol is supported by services such as Ubuntu's NotifyOSD.

ghc-colour 2.3.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.haskell.org/haskellwiki/Colour
Licenses: Expat
Build system: haskell
Synopsis: Model for human colour perception
Description:

This package provides a data type for colours and transparency. Colours can be blended and composed. Various colour spaces are supported. A module of colour names ("Data.Colour.Names") is provided.

ghc-ansi-wl-pprint 1.0.2
Dependencies: ghc-prettyprinter-compat-ansi-wl-pprint@1.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/ansi-wl-pprint
Licenses: Modified BSD
Build system: haskell
Synopsis: Wadler/Leijen Pretty Printer for colored ANSI terminal output
Description:

This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package.

ghc-type-equality 1.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/hesselink/type-equality
Licenses: Modified BSD
Build system: haskell
Synopsis: @code{Data.Type.Equality} compatibility package
Description:

This library defines a propositional equality data type, shims Data.Type.Equality as well as possible for older GHC versions (< 7.8).

data a :~: b where
  Refl :: a :~: a

The module Data.Type.Equality.Hetero shims @code:~~: equality, and for compilers with PolyKinds.

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-deepseq-generics 0.2.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-hvr/deepseq-generics
Licenses: Modified BSD
Build system: haskell
Synopsis: Generic RNF implementation
Description:

This package provides a GHC.Generics-based Control.DeepSeq.Generics.genericRnf function which can be used for providing an rnf implementation.

ghc-regex-applicative 0.3.4
Dependencies: ghc-filtrable@0.1.6.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/feuerbach/regex-applicative
Licenses: Expat
Build system: haskell
Synopsis: Regex-based parsing with applicative interface
Description:

regex-applicative is a Haskell library for parsing using regular expressions. Parsers can be built using Applicative interface.

ghc-microlens-aeson 2.5.2
Dependencies: ghc-aeson@2.2.3.0 ghc-hashable@1.5.0.0 ghc-microlens@0.4.14.0 ghc-vector@0.13.2.0 ghc-attoparsec@0.14.4 ghc-scientific@0.3.8.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/fosskers/microlens-aeson/
Licenses: Expat
Build system: haskell
Synopsis: Law-abiding lenses for Aeson, using microlens
Description:

This library provides law-abiding lenses for Aeson, using microlens.

ghc-double-conversion 2.0.5.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/double-conversion
Licenses: Modified BSD
Build system: haskell
Synopsis: Fast conversion between double precision floating point and text
Description:

This package provides a library that performs fast, accurate conversion between double precision floating point and text.

ghc-data-ordlist 0.4.7.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/data-ordlist
Licenses: Modified BSD
Build system: haskell
Synopsis: Set and bag operations on ordered lists
Description:

This module provides set and multiset operations on ordered lists.

ghc-sandi 0.5
Dependencies: ghc-conduit@1.3.6.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/sandi
Licenses: Modified BSD
Build system: haskell
Synopsis: Data encoding library
Description:

Reasonably fast data encoding library.

ghc-tldr 0.9.2
Dependencies: ghc-ansi-terminal@1.1.3 ghc-attoparsec@0.14.4 ghc-cmark@0.6.1 ghc-http-conduit@2.3.9.1 ghc-optparse-applicative@0.18.1.0 ghc-semigroups@0.20 ghc-zip-archive@0.4.3.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/psibi/tldr-hs#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell tldr client
Description:

This package provides the tldr command and a Haskell client library allowing users to update and view tldr pages from a shell. The tldr pages are a community effort to simplify the man pages with practical examples.

ghc-these-lens 1.0.2
Dependencies: ghc-these@1.2.1 ghc-lens@5.3.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskellari/these
Licenses: Modified BSD
Build system: haskell
Synopsis: Lenses for These
Description:

This package provides Prism and Traversals for These.

ghc-wave 0.2.1
Dependencies: ghc-cereal@0.5.8.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/mrkkrp/wave
Licenses: Modified BSD
Build system: haskell
Synopsis: Work with WAVE and RF64 files in Haskell
Description:

This package allows you to work with WAVE and RF64 files in Haskell.

ghc-servant-server 0.20.3.0
Dependencies: ghc-constraints@0.14.2 ghc-http-api-data@0.6.2 ghc-servant@0.20.3.0 ghc-base64-bytestring@1.2.1.0 ghc-http-media@0.8.1.1 ghc-http-types@0.12.4 ghc-monad-control@1.0.3.1 ghc-network@3.2.8.0 ghc-resourcet@1.3.0 ghc-sop-core@0.5.0.2 ghc-tagged@0.8.9 ghc-transformers-base@0.4.6 ghc-wai@3.2.4 ghc-wai-app-static@3.1.9 ghc-word8@0.1.3 ghc-base-compat@0.14.1 ghc-aeson@2.2.3.0 ghc-warp@3.4.8
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: Family of combinators for defining webservices APIs and serving them
Description:

This package provides a family of combinators for defining webservices APIs and serving them . You can learn about the basics in the <http://docs.servant.dev/en/stable/tutorial/index.html tutorial>. . <https://github.com/haskell-servant/servant/blob/master/servant-server/example/greet.hs Here> is a runnable example, with comments, that defines a dummy API and implements a webserver that serves this API, using this package. . <https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md CHANGELOG>

ghc-prettyprinter 1.7.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/quchen/prettyprinter
Licenses: FreeBSD
Build system: haskell
Synopsis: Modern, easy to use, well-documented, extensible pretty-printer
Description:

A prettyprinter/text rendering engine. Easy to use, well-documented, ANSI terminal backend exists, HTML backend is trivial to implement, no name clashes, Text-based, extensible.

ghc-pandoc-types 1.23.1
Dependencies: ghc-syb@0.7.2.4 ghc-aeson@2.2.3.0 ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://pandoc.org/
Licenses: Modified BSD
Build system: haskell
Synopsis: Types for representing a structured document
Description:

This module defines the Pandoc data structure, which is used by pandoc to represent structured documents. It also provides functions for building up, manipulating and serialising Pandoc structures.

Total packages: 32521