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

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-statevar 1.2.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-opengl/StateVar
Licenses: Modified BSD
Build system: haskell
Synopsis: State variables for Haskell
Description:

This package provides state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state.

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-highlighting-kate 0.6.4
Dependencies: ghc-diff@1.0.2 ghc-regex-pcre-builtin@0.95.2.3.8.44
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jgm/highlighting-kate
Licenses: GPL 2+
Build system: haskell
Synopsis: Syntax highlighting library
Description:

Highlighting-kate is a syntax highlighting library with support for nearly one hundred languages. The syntax parsers are automatically generated from Kate syntax descriptions, so any syntax supported by Kate can be added. An (optional) command-line program is provided, along with a utility for generating new parsers from Kate XML syntax descriptions.

ghc-system-fileio 0.3.16.7
Dependencies: ghc-system-filepath@0.4.14.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/fpco/haskell-filesystem
Licenses: Expat
Build system: haskell
Synopsis: Consistent file system interaction across GHC versions
Description:

This is a small wrapper around the directory, unix, and Win32 packages, for use with system-filepath. It provides a consistent API to the various versions of these packages distributed with different versions of GHC. In particular, this library supports working with POSIX files that have paths which can't be decoded in the current locale encoding.

ghc-dual-tree 0.2.3.1
Dependencies: ghc-semigroups@0.20 ghc-monoid-extras@0.7
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/dual-tree
Licenses: Modified BSD
Build system: haskell
Synopsis: Rose trees with cached and accumulating monoidal annotations
Description:

Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling (i.e. accumulating) monoidal annotations. This is used as the core data structure underlying the diagrams framework, but potentially has other applications as well.

ghc-pwstore-fast 2.4.4
Dependencies: ghc-base64-bytestring@1.2.1.0 ghc-cryptohash@0.11.9 ghc-random@1.2.1.3 ghc-byteable@0.1.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/PeterScott/pwstore
Licenses: Modified BSD
Build system: haskell
Synopsis: Secure password storage
Description:

To store passwords securely, they should be salted, then hashed with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. It uses the cryptohash package for speed; if you need a pure Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable.

ghc-gnuplot 0.5.7
Dependencies: ghc-temporary@1.3 ghc-utility-ht@0.0.17.2 ghc-data-accessor-transformers@0.2.1.8 ghc-data-accessor@0.2.3.1 ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.haskell.org/haskellwiki/Gnuplot
Licenses: Modified BSD
Build system: haskell
Synopsis: 2D and 3D plots using gnuplot
Description:

This package provides a Haskell module for creating 2D and 3D plots using gnuplot.

ghc-reflection 2.1.9
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/reflection
Licenses: Modified BSD
Build system: haskell
Synopsis: Reify arbitrary terms into types that can be reflected back into terms
Description:

This package addresses the 'configuration problem' which is propagating configurations that are available at run-time, allowing multiple configurations to coexist without resorting to mutable global variables or System.IO.Unsafe.unsafePerformIO.

ghc-quote-quot 0.2.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/Bodigrim/quote-quot#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Divide without division
Description:

Generate routines for integer division, employing arithmetic and bitwise operations only, which are __2.5x-3.5x faster__ than quot'. Divisors must be known in compile-time and be positive.

ghc-hs-conllu 0.1.5
Dependencies: ghc-megaparsec@9.7.0 ghc-void@0.7.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/arademaker/hs-conllu
Licenses: LGPL 3
Build system: haskell
Synopsis: CoNLL-U validating parser and utils
Description:

Utilities to parse, print, diff, and analyse data in CoNLL-U, a format used in linguistics to represent the syntactic annotation of sentences. See https://universaldependencies.org/format.html

ghc-safe 0.3.21
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/ndmitchell/safe#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Library of safe (exception free) functions
Description:

This library provides wrappers around Prelude and Data.List functions, such as head and !!, that can throw exceptions.

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-wl-pprint-text 1.2.0.2
Dependencies: ghc-base-compat@0.14.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/wl-pprint-text
Licenses: Modified BSD
Build system: haskell
Synopsis: Wadler/Leijen Pretty Printer for Text values
Description:

A clone of wl-pprint for use with the text library.

ghc-yaml 0.11.11.2
Dependencies: ghc-aeson@2.2.3.0 ghc-attoparsec@0.14.4 ghc-conduit@1.3.6.1 ghc-libyaml@0.1.4 ghc-resourcet@1.3.0 ghc-scientific@0.3.8.0 ghc-unordered-containers@0.2.20 ghc-vector@0.13.2.0 ghc-optparse-applicative@0.18.1.0
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: Parsing and rendering YAML documents
Description:

This package provides a library to parse and render YAML documents.

ghc-should-not-typecheck 2.1.0
Dependencies: ghc-hunit@1.6.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/CRogers/should-not-typecheck
Licenses: Modified BSD
Build system: haskell
Synopsis: HUnit/hspec assertion library to verify that an expression does not typecheck
Description:

For examples and an introduction to the library please take a look at the <https://github.com/CRogers/should-not-typecheck#should-not-typecheck- README> on github.

ghc-enclosed-exceptions 1.0.3
Dependencies: ghc-lifted-base@0.2.3.12 ghc-monad-control@1.0.3.1 ghc-transformers-base@0.4.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jcristovao/enclosed-exceptions
Licenses: Expat
Build system: haskell
Synopsis: Catch all exceptions from within an enclosed computation
Description:

This library implements a technique to catch all exceptions raised within an enclosed computation, while remaining responsive to (external) asynchronous exceptions.

ghc-utf8-light 0.4.4.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/utf8-light
Licenses: Modified BSD
Build system: haskell
Synopsis: Lightweight unicode support for Haskell
Description:

This package profides a class for encoding and decoding UTF8 strings with instances for several common types. It also includes several functions for working with UTF8. It aims to be lightweight, depending only on Base and including only one module.

ghc-pointedlist 0.6.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/pointedlist
Licenses: Modified BSD
Build system: haskell
Synopsis: Zipper-like comonad which works as a list, tracking a position
Description:

A PointedList tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge.

ghc-exactprint 1.10.0.0
Dependencies: 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/ghc-exactprint
Licenses: Modified BSD
Build system: haskell
Synopsis: ExactPrint for GHC
Description:

Using the API Annotations available from GHC 7.10.2, this library provides a means to round-trip any code that can be compiled by GHC, currently excluding .lhs files.

ghc-libyaml-clib 0.2.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/hasufell/streamly-yaml#readme
Licenses: Expat
Build system: haskell
Synopsis: libyaml clibs
Description:

libyaml C source code for yaml bindings.

ghc-contravariant-extras 0.3.5.4
Dependencies: ghc-contravariant@1.5.5 ghc-template-haskell-compat-v0208@0.1.9.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/nikita-volkov/contravariant-extras
Licenses: Expat
Build system: haskell
Synopsis: Extras for the @code{ghc-contravariant} Haskell package
Description:

This Haskell package provides extras for the ghc-contravariant package.

ghc-serialise 0.2.6.1
Dependencies: ghc-cborg@0.2.10.0 ghc-half@0.3.3 ghc-hashable@1.5.0.0 ghc-primitive@0.9.1.0 ghc-strict@0.5.1 ghc-these@1.2.1 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: https://github.com/well-typed/cborg
Licenses: Modified BSD
Build system: haskell
Synopsis: Binary serialisation library for Haskell values
Description:

This package (formerly binary-serialise-cbor) provides pure, efficient serialization of Haskell values directly into ByteStrings for storage or transmission purposes. By providing a set of type class instances, you can also serialise any custom data type you have as well.

The underlying binary format used is the 'Concise Binary Object Representation', or CBOR, specified in RFC 7049. As a result, serialised Haskell values have implicit structure outside of the Haskell program itself, meaning they can be inspected or analyzed without custom tools.

An implementation of the standard bijection between CBOR and JSON is provided by the https://hackage.haskell.org/package/cborg-json package. Also see https://hackage.haskell.org/package/cbor-tool for a convenient command-line utility for working with CBOR data.

ghc-cereal-conduit 0.8.0
Dependencies: ghc-conduit@1.3.6.1 ghc-resourcet@1.3.0 ghc-cereal@0.5.8.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snoyberg/conduit
Licenses: Modified BSD
Build system: haskell
Synopsis: Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits
Description:

This package turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.

ghc-sdl2-gfx 0.3.0.0
Dependencies: ghc-lifted-base@0.2.3.12 ghc-monad-control@1.0.3.1 ghc-sdl2@2.5.5.1 ghc-vector@0.13.2.0 sdl2-gfx@1.0.4 sdl2@2.30.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/sdl2-gfx
Licenses: Expat
Build system: haskell
Synopsis: Haskell bindings to SDL2_gfx
Description:

This package provides Haskell bindings to the SDL2_gfx graphics library.

Total packages: 72465