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

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-cabal-syntax 3.12.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.haskell.org/cabal/
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for working with .cabal files
Description:

This library provides tools for reading and manipulating the .cabal file format. . Version 3.6 (unlike the following versions) is a dummy package that prevents module name clases between Cabal and Cabal-syntax if used together with a Cabal flag as described below. . In Cabal-3.7 this package was split off. To avoid module name clashes, you can add this to your .cabal file: . > flag Cabal-syntax > description: Use the new Cabal-syntax package > default: False > manual: False > > library > -- ... > if flag(Cabal-syntax) > build-depends: Cabal-syntax >= 3.7 > else > build-depends: Cabal < 3.7, Cabal-syntax < 3.7 . This will default to the older build, but will allow consumers to opt-in to the newer libraries by requiring Cabal or Cabal-syntax >= 3.7

ghc-hslua-aeson 2.3.1.1
Dependencies: ghc-aeson@2.2.3.0 ghc-hashable@1.5.0.0 ghc-hslua-core@2.3.2 ghc-hslua-marshalling@2.3.1 ghc-scientific@0.3.8.0 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://hslua.org/
Licenses: Expat
Build system: haskell
Synopsis: Allow aeson data types to be used with Lua
Description:

This package provides instances to push and receive any datatype encodable as JSON to and from the Lua stack.

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-doctemplates 0.11.0.1
Dependencies: ghc-safe@0.3.21 ghc-text-conversions@0.3.1.1 ghc-aeson@2.2.3.0 ghc-doclayout@0.5.0.1 ghc-vector@0.13.2.0 ghc-scientific@0.3.8.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jgm/doctemplates#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Pandoc-style document templates
Description:

This package provides a simple text templating system used by pandoc.

ghc-ansi2html 0.9
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://janzzstimmpfle.de/~jens/software/Ansi2Html/
Licenses: Modified BSD
Build system: haskell
Synopsis: Convert ANSI Terminal Sequences to nice HTML markup
Description:

This package enables integration of terminal screen state in html pages.

ghc-microlens-th 0.4.3.17
Dependencies: ghc-microlens@0.4.14.0 ghc-th-abstraction@0.7.1.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: Automatic generation of record lenses for @code{ghc-microlens}
Description:

This Haskell package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).

ghc-uglymemo 0.1.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/uglymemo
Licenses: Public Domain
Build system: haskell
Synopsis: Simple memoization function for Haskell
Description:

This package provides a simple (but internally ugly) memoization function.

ghc-adjunctions 4.4.3
Dependencies: ghc-comonad@5.0.9 ghc-contravariant@1.5.5 ghc-distributive@0.6.2.1 ghc-free@5.2 ghc-profunctors@5.6.3 ghc-tagged@0.8.9 ghc-semigroupoids@6.0.1 ghc-semigroups@0.20 ghc-transformers-compat@0.7.2 ghc-void@0.7.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/adjunctions/
Licenses: FreeBSD
Build system: haskell
Synopsis: Adjunctions and representable functors
Description:

This library provides adjunctions and representable functors for Haskell.

ghc-byteorder 1.0.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://community.haskell.org/~aslatter/code/byteorder
Licenses: Modified BSD
Build system: haskell
Synopsis: Exposes the native endianness of the system
Description:

This package is for working with the native byte-ordering of the system.

pandoc 3.7.0.2
Dependencies: ghc-pandoc@3.7.0.2 ghc-pandoc-server@0.1.0.11 ghc-wai-extra@3.1.17 ghc-warp@3.4.8 ghc-safe@0.3.21 ghc-hslua-cli@1.4.3 ghc-pandoc-lua-engine@0.4.3 ghc-temporary@1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://pandoc.org
Licenses: GPL 2+
Build system: haskell
Synopsis: Conversion between documentation formats
Description:

Pandoc-cli provides a command-line executable that uses the pandoc library to convert between markup formats.

ghc-optional-args 1.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/optional-args
Licenses: Modified BSD
Build system: haskell
Synopsis: Optional function arguments
Description:

This library provides a type for specifying Optional function arguments.

ghc-tf-random 0.5
Dependencies: ghc-primitive-bootstrap@0.9.1.0 ghc-random@1.2.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/tf-random
Licenses: Modified BSD
Build system: haskell
Synopsis: High-quality splittable pseudorandom number generator
Description:

This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper "Splittable Pseudorandom Number Generators Using Cryptographic Hashing" by Claessen, Pałka for details and the rationale of the design.

ghc-basement 0.0.16
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-foundation/foundation#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Basic primitives for Foundation starter pack
Description:

This package contains basic primitives for the Foundation set of packages.

ghc-rfc5051 0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/rfc5051
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple unicode collation as per RFC5051
Description:

This library implements unicode-casemap, the simple, non locale-sensitive unicode collation algorithm described in RFC 5051. Proper unicode collation can be done using text-icu, but that is a big dependency that depends on a large C library, and rfc5051 might be better for some purposes.

ghc-weigh 0.0.18
Dependencies: ghc-split@0.2.5 ghc-temporary@1.3 ghc-criterion-measurement@0.2.3.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/fpco/weigh#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Measure allocations of a Haskell functions/values
Description:

This package provides tools to measure the memory usage of a Haskell value or function.

ghc-rerebase 1.21.2
Dependencies: ghc-rebase@1.21.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/nikita-volkov/rerebase
Licenses: Expat
Build system: haskell
Synopsis: Reexports from ``base'' with many other standard libraries
Description:

A rich drop-in replacement for base. For details and documentation please visit the project's home page.

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.

ghc-unicode-transforms 0.4.0.1
Dependencies: 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-transforms
Licenses: Modified BSD
Build system: haskell
Synopsis: Unicode normalization
Description:

This library provides tools for fast Unicode 12.1.0 normalization in Haskell (normalization forms C, KC, D, and KD).

ghc-filelock 0.1.1.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/haskell-pkg-janitors/filelock
Licenses: Public Domain
Build system: haskell
Synopsis: Portable interface to file locking
Description:

This package provides an interface to file locking functionalities.

ghc-isocline 1.0.9
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/daanx/isocline
Licenses: Expat
Build system: haskell
Synopsis: A portable alternative to GNU Readline
Description:

A Haskell wrapper around the Isocline C library which can provide an alternative to GNU Readline. The Isocline library is included whole and there are no runtime dependencies.

ghc-hmatrix 0.20.2
Dependencies: ghc-random@1.2.1.3 ghc-split@0.2.5 ghc-primitive@0.9.1.0 ghc-storable-complex@0.2.3.0 ghc-semigroups@0.20 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-numerics/hmatrix
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell numeric linear algebra library
Description:

The HMatrix package provides a Haskell library for dealing with linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK.

ghc-constraints-extras 0.4.0.2
Dependencies: ghc-constraints@0.14.2 ghc-aeson@2.2.3.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/obsidiansystems/constraints-extras
Licenses: Modified BSD
Build system: haskell
Synopsis: Utility package for constraints
Description:

Convenience functions and TH for working with constraints. See README.md for example usage.

ghc-unordered-containers 0.2.20
Dependencies: ghc-hashable@1.5.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-unordered-containers/unordered-containers
Licenses: Modified BSD
Build system: haskell
Synopsis: Efficient hashing-based container types
Description:

Efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed.

ghc-storable-complex 0.2.3.0
Dependencies: ghc-base-orphans@0.9.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/cartazio/storable-complex
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell Storable instance for Complex
Description:

This package provides a Haskell library including a Storable instance for Complex which is binary compatible with C99, C++ and Fortran complex data types.

Total packages: 72465