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

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-torrent 10000.1.3
Dependencies: ghc-bencode@0.6.1.1 ghc-syb@0.7.2.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/torrent
Licenses: Modified BSD
Build system: haskell
Synopsis: BitTorrent file parser and generator
Description:

This library provides support for parsing and generating BitTorrent files.

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-string-qq 0.0.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/string-qq
Licenses: Public Domain
Build system: haskell
Synopsis: QuasiQuoter for non-interpolated strings, texts and bytestrings
Description:

This package provides a quasiquoter for non-interpolated strings, texts and bytestrings.

ghc-foldl 1.4.18
Dependencies: ghc-random@1.2.1.3 ghc-primitive@0.9.1.0 ghc-vector@0.13.2.0 ghc-unordered-containers@0.2.20 ghc-hashable@1.5.0.0 ghc-contravariant@1.5.5 ghc-profunctors@5.6.3 ghc-semigroupoids@6.0.1 ghc-comonad@5.0.9 ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/foldl
Licenses: Modified BSD
Build system: haskell
Synopsis: Composable, streaming, and efficient left folds for Haskell
Description:

This Haskell library provides strict left folds that stream in constant memory, and you can combine folds using Applicative style to derive new folds. Derived folds still traverse the container just once and are often as efficient as hand-written folds.

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-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-inline-c 0.9.1.10
Dependencies: ghc-prettyprinter@1.7.1 ghc-hashable@1.5.0.0 ghc-parsers@0.12.12 ghc-unordered-containers@0.2.20 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/inline-c
Licenses: Expat
Build system: haskell
Synopsis: Write Haskell source files including C code inline
Description:

inline-c lets you seamlessly call C libraries and embed high-performance inline C code in Haskell modules. Haskell and C can be freely intermixed in the same source file, and data passed to and from code in either language with minimal overhead. No FFI required.

ghc-cereal 0.5.8.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/GaloisInc/cereal
Licenses: Modified BSD
Build system: haskell
Synopsis: Binary serialization library
Description:

This package provides a binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and labeled blocks for better error messages.

ghc-connection 0.3.1
Dependencies: ghc-byteable@0.1.1 ghc-data-default-class@0.2.0.0 ghc-network@3.2.8.0 ghc-tls@2.1.8 ghc-socks@0.6.1 ghc-x509@1.7.7 ghc-x509-store@1.6.9 ghc-x509-system@1.6.7 ghc-x509-validation@1.6.12
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/vincenthz/hs-connection
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple and easy network connections API
Description:

This package provides a simple network library for all your connection needs. It provides a very simple API to create sockets to a destination with the choice of SSL/TLS, and SOCKS.

ghc-microlens-platform 0.4.4.1
Dependencies: ghc-hashable@1.5.0.0 ghc-microlens@0.4.14.0 ghc-microlens-ghc@0.4.15.1 ghc-microlens-mtl@0.2.1.0 ghc-microlens-th@0.4.3.17 ghc-unordered-containers@0.2.20 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/stevenfontanella/microlens
Licenses: Modified BSD
Build system: haskell
Synopsis: Feature-complete microlens
Description:

This package exports a module which is the recommended starting point for using microlens if you aren't trying to keep your dependencies minimal. By importing Lens.Micro.Platform you get all functions and instances from microlens, microlens-th, microlens-mtl, microlens-ghc, as well as instances for Vector, Text, and HashMap. The minor and major versions of microlens-platform are incremented whenever the minor and major versions of any other microlens package are incremented, so you can depend on the exact version of microlens-platform without specifying the version of microlens you need. This package is a part of the microlens family; see the readme on Github.

ghc-unicode-data 0.6.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/composewell/unicode-data
Licenses: ASL 2.0
Build system: haskell
Synopsis: Access Unicode Character Database (UCD)
Description:

This package provides Haskell APIs to efficiently access the <https://www.unicode.org/ucd/ Unicode character database> (UCD). Performance is the primary goal in the design of this package. The Haskell data structures are generated programmatically from the UCD files.

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-concurrent-output 1.10.21
Dependencies: ghc-async@2.2.5 ghc-ansi-terminal@1.1.3 ghc-terminal-size@0.3.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/concurrent-output
Licenses: FreeBSD
Build system: haskell
Synopsis: Ungarble output from several threads or commands
Description:

Lets multiple threads and external processes concurrently output to the console, without it getting all garbled up.

Built on top of that is a way of defining multiple output regions, which are automatically laid out on the screen and can be individually updated by concurrent threads. Can be used for progress displays etc.

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.

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-monadrandom 0.6.2
Dependencies: ghc-transformers-compat@0.7.2 ghc-primitive@0.9.1.0 ghc-random@1.2.1.3 ghc-fail@4.9.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/MonadRandom
Licenses: Modified BSD
Build system: haskell
Synopsis: Random-number generation monad for Haskell
Description:

This Haskell package provides support for computations which consume random values.

ghc-lift-type 0.1.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/parsonsmatt/lift-type#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Lift a type from a Typeable constraint to a Template Haskell type
Description:

This library provides a utility function liftType, which accepts a type application argument and returns the Template Haskell Type representation of it.

ghc-markdown-unlit 0.6.0
Dependencies: ghc-base-compat@0.14.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sol/markdown-unlit#readme
Licenses: Expat
Build system: haskell
Synopsis: Literate Haskell support for Markdown
Description:

This package allows you to have a README.md that at the same time is a literate Haskell program.

ghc-optparse-applicative 0.18.1.0
Dependencies: ghc-transformers-compat@0.7.2 ghc-prettyprinter@1.7.1 ghc-prettyprinter-ansi-terminal@1.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/pcapriotti/optparse-applicative
Licenses: Modified BSD
Build system: haskell
Synopsis: Utilities and combinators for parsing command line options
Description:

This package provides utilities and combinators for parsing command line options in Haskell.

ghc-old-time 1.1.0.4
Dependencies: ghc-old-locale@1.0.0.7
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/old-time
Licenses: Modified BSD
Build system: haskell
Synopsis: Time compatibility library for Haskell
Description:

Old-time is a package for backwards compatibility with the old time library. For new projects, the newer time library is recommended.

ghc-options 1.2.1.2
Dependencies: ghc-monads-tf@0.3.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/typeclasses/options/
Licenses: Expat
Build system: haskell
Synopsis: Powerful and easy-to-use command-line option parser
Description:

The options package lets library and application developers easily work with command-line options.

ghc-call-stack 0.4.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sol/call-stack#readme
Licenses: Expat
Build system: haskell
Synopsis: Use GHC call-stacks in a backward compatible way
Description:

This package provides a compatibility layer for using GHC call stacks with different versions of the compiler.

ghc-regex-pcre 0.95.0.1
Dependencies: ghc-regex-base@0.94.0.3 pcre@8.45
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://wiki.haskell.org/Regular_expressions
Licenses: Modified BSD
Build system: haskell
Synopsis: Enhancement of the builtin Text.Regex library
Description:

This package is an enhancement of the Text.Regex library. It wraps the PCRE C library providing Perl-compatible regular expressions.

ghc-pqueue 1.5.0.0
Dependencies: ghc-indexed-traversable@0.1.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/pqueue
Licenses: Modified BSD
Build system: haskell
Synopsis: Reliable, persistent, fast priority queues
Description:

This package provides a fast, reliable priority queue implementation based on a binomial heap.

Total packages: 73954