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

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-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-texmath 0.12.10.3
Dependencies: ghc-syb@0.7.2.4 ghc-xml@1.3.14 ghc-pandoc-types@1.23.1 ghc-typst-symbols@0.1.8.1 ghc-split@0.2.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/jgm/texmath
Licenses: GPL 2
Build system: haskell
Synopsis: Conversion between formats used to represent mathematics
Description:

The texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office). Support is also included for converting math formats to pandoc's native format (allowing conversion, via pandoc, to a variety of different markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it can parse and apply LaTeX macros.

ghc-commonmark-pandoc 0.2.3
Dependencies: ghc-commonmark@0.2.6.1 ghc-commonmark-extensions@0.2.6 ghc-pandoc-types@1.23.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jgm/commonmark-hs
Licenses: Modified BSD
Build system: haskell
Synopsis: Bridge between Commonmark and Pandoc AST
Description:

This library provides typeclasses for rendering ghc-commonmark to Pandoc types.

ghc-prettyprinter-compat-ansi-wl-pprint 1.0.2
Dependencies: 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: http://github.com/quchen/prettyprinter
Licenses: FreeBSD
Build system: haskell
Synopsis: Drop-in compatibility package to migrate from @code{ansi-wl-pprint} to @code{prettyprinter}.
Description:

Drop-in compatibility package to migrate from ansi-wl-pprint to prettyprinter.

ghc-filtrable 0.1.6.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/strake/filtrable.hs
Licenses: Modified BSD
Build system: haskell
Synopsis: Class of filtrable containers
Description:

This package provides filtrable containers.

ghc-language-haskell-extract 0.2.4
Dependencies: ghc-regex-posix@0.96.0.2 ghc-template-haskell@2.22.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/finnsson/template-helper
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell module to automatically extract functions from the local code
Description:

This package contains helper functions on top of Template Haskell.

For example, functionExtractor extracts all functions after a regexp-pattern, which can be useful if you wish to extract all functions beginning with test (for a test framework) or all functions beginning with wc (for a web service).

ghc-deriving-aeson 0.2.10
Dependencies: ghc-aeson@2.2.3.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/deriving-aeson
Licenses: Modified BSD
Build system: haskell
Synopsis: Type driven generic aeson instance customisation
Description:

This package provides a newtype wrapper with FromJSON/ToJSON instances customisable via a phantom type parameter. The instances can be rendered to the original type using DerivingVia.

ghc-infer-license 0.2.0
Dependencies: ghc-text-metrics@0.3.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/infer-license
Licenses: Expat
Build system: haskell
Synopsis: Infer software license from a given license file
Description:

This library provides tools to infer a software license from a given license file.

ghc-syb 0.7.2.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/dreixel/syb
Licenses: Modified BSD
Build system: haskell
Synopsis: Scrap Your Boilerplate
Description:

This package contains the generics system described in the /Scrap Your Boilerplate/ papers (see the website). It defines the Data class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals.

ghc-atomic-write 0.2.1.1
Dependencies: ghc-temporary@1.3 ghc-unix-compat@0.7.4.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/stackbuilders/atomic-write
Licenses: Expat
Build system: haskell
Synopsis: Atomically write to a file
Description:

Atomically write to a file on POSIX-compliant systems while preserving permissions. mv is an atomic operation. This makes it simple to write to a file atomically just by using the mv operation. However, this will destroy the permissions on the original file. This library preserves permissions while atomically writing to a file.

ghc-interpolate 0.2.1
Dependencies: ghc-haskell-src-meta@0.8.15
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sol/interpolate#readme
Licenses: Expat
Build system: haskell
Synopsis: String interpolation library
Description:

This package provides a string interpolation library for Haskell.

ghc-mtl-compat 0.2.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-compat/mtl-compat
Licenses: Modified BSD
Build system: haskell
Synopsis: Backported Control.Monad.Except module from mtl
Description:

This package backports the Control.Monad.Except module from mtl (if using mtl-2.2.0.1 or earlier), which reexports the ExceptT monad transformer and the MonadError class.

This package should only be used if there is a need to use the Control.Monad.Except module specifically. If you just want the mtl class instances for ExceptT, use transformers-compat instead, since mtl-compat does nothing but reexport the instances from that package.

Note that unlike how mtl-2.2 or later works, the Control.Monad.Except module defined in this package exports all of ExceptT's monad class instances. Therefore, you may have to declare import Control.Monad.Except () at the top of your file to get all of the ExceptT instances in scope.

ghc-edit-distance-vector 1.0.0.4
Dependencies: ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/thsutton/edit-distance-vector
Licenses: Modified BSD
Build system: haskell
Synopsis: Calculate edit distances and edit scripts between vectors
Description:

This package provides implementation of the Wagner-Fischer dynamic programming algorithm to find the optimal edit script and cost between two sequences. The implementation in this package is specialised to sequences represented with Data.Vector but is otherwise agnostic to:

  • The type of values in the vectors;

  • The type representing edit operations; and

  • The type representing the cost of operations.

ghc-regex-tdfa 1.3.2.4
Dependencies: ghc-regex-base@0.94.0.3
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: POSIX extended regular expressions in Haskell
Description:

Regex-tdfa is a pure Haskell regular expression library implementing POSIX extended regular expressions. It is a "tagged" DFA regex engine. It is inspired by libtre.

ghc-wordexp 0.2.2
Dependencies: ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/wordexp
Licenses: Modified BSD
Build system: haskell
Synopsis: Library wrapping @code{wordexp} for Haskell
Description:

wordexp(3) wrapper library for Haskell to perform word expansion like a posix-shell.

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-newtype 0.2.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/newtype
Licenses: Modified BSD
Build system: haskell
Synopsis: Typeclass and set of functions for working with newtypes
Description:

Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operate under that newtype with functions such as ala'.

ghc-utf8-string 1.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/glguy/utf8-string/
Licenses: Modified BSD
Build system: haskell
Synopsis: Support for reading and writing UTF8 Strings
Description:

A UTF8 layer for Strings. The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.

ghc-bitvec 1.1.5.0
Dependencies: ghc-primitive@0.9.1.0 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/Bodigrim/bitvec
Licenses: Modified BSD
Build system: haskell
Synopsis: Space-efficient bit vectors
Description:

This package provides a newtype over Bool with a Vector instance that requires only 1/8 of the normal memory and is in some cases much faster.

ghc-appar 0.1.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/appar
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple applicative parser
Description:

This package provides a simple applicative parser in Parsec style.

ghc-sdl 0.6.7.0
Dependencies: sdl12-compat@1.2.68
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/SDL
Licenses: Modified BSD
Build system: haskell
Synopsis: LibSDL for Haskell
Description:

Simple DirectMedia Layer (libSDL) is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

ghc-tree-diff 0.3.4
Dependencies: ghc-aeson@2.2.3.0 ghc-ansi-terminal@1.1.3 ghc-ansi-wl-pprint@1.0.2 ghc-hashable@1.5.0.0 ghc-parsers@0.12.12 ghc-primitive@0.9.1.0 ghc-quickcheck@2.15.0.1 ghc-scientific@0.3.8.0 ghc-semialign@1.3.1 ghc-strict@0.5.1 ghc-tagged@0.8.9 ghc-these@1.2.1 ghc-unordered-containers@0.2.20 ghc-uuid-types@1.0.6 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/phadej/tree-diff
Licenses: Modified BSD
Build system: haskell
Synopsis: Compute difference between (expression) trees
Description:

This Haskell library provides a function for computing the difference between (expression) trees. It also provides a way to compute the difference between arbitrary abstract datatypes (ADTs) using Generics-derivable helpers.

ghc-fsnotify 0.4.4.0
Dependencies: ghc-async@2.2.5 ghc-monad-control@1.0.3.1 ghc-safe-exceptions@0.1.7.4 ghc-unix-compat@0.7.4.1 ghc-hinotify@0.4.2 ghc-monad-logger@0.3.42 ghc-random@1.2.1.3 ghc-retry@0.9.3.1 ghc-string-interpolate@0.3.4.0 ghc-temporary@1.3 ghc-unliftio@0.2.25.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-fswatch/hfsnotify
Licenses: Modified BSD
Build system: haskell
Synopsis: Cross platform library for file change notification
Description:

Cross platform library for file creation, modification, and deletion notification. This library builds upon existing libraries for platform specific Windows, Mac, and Linux file system event notification.

ghc-monad-parallel 0.8
Dependencies: ghc-parallel@3.2.2.0 ghc-transformers-compat@0.7.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hub.darcs.net/blamario/SCC.wiki/
Licenses: Modified BSD
Build system: haskell
Synopsis: Parallel execution of monadic computations
Description:

This package defines classes of monads that can perform multiple executions in parallel and combine their results. For any monad that's an instance of the class, the package re-implements a subset of the Control.Monad interface, but with parallel execution.

Total packages: 72465