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

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-xdg-basedir 0.2.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/willdonnelly/xdg-basedir
Licenses: Modified BSD
Build system: haskell
Synopsis: XDG Base Directory library for Haskell
Description:

This package provides a library implementing the XDG Base Directory spec.

ghc-dense-linear-algebra 0.1.0.0
Dependencies: ghc-math-functions@0.3.4.4 ghc-primitive@0.9.1.0 ghc-vector@0.13.2.0 ghc-vector-algorithms@0.9.1.0 ghc-vector-th-unbox@0.2.2 ghc-vector-binary-instances@0.2.5.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/dense-linear-algebra
Licenses: FreeBSD
Build system: haskell
Synopsis: Simple and incomplete implementation of linear algebra
Description:

This library is simply a collection of linear-algebra related modules split from the statistics library.

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-ieee754 0.8.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/patperry/hs-ieee754
Licenses: Modified BSD
Build system: haskell
Synopsis: Utilities for dealing with IEEE floating point numbers
Description:

Utilities for dealing with IEEE floating point numbers, ported from the Tango math library; approximate and exact equality comparisons for general types.

ghc-indexed-traversable 0.1.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/indexed-traversable
Licenses: FreeBSD
Build system: haskell
Synopsis: Indexed Functor, Foldable, and Traversable typeclasses
Description:

This Haskell package provides three useful generalizations:

class Functor f => FunctorWithIndex i f | f -> i where
  imap :: (i -> a -> b) -> f a -> f b
class Foldable f => FoldableWithIndex i f | f -> i where
  ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t)
       => TraversableWithIndex i t | t -> i where
  itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)

The ghc-keys package provides similar functionality, but uses associated TypeFamilies instead of FunctionalDependencies.

ghc-netlink 1.1.1.0
Dependencies: ghc-cereal@0.5.8.3 ghc-monad-loops@0.4.3 ghc-pretty-hex@1.1 ghc-language-c@0.10.0 ghc-regex-pcre@0.95.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/Ongy/netlink-hs
Licenses: Modified BSD
Build system: haskell
Synopsis: Netlink communication for Haskell
Description:

This is library provides utility to use Netlink from Haskell. The scope of this package extends over general Netlink support to specific implementations of Netlink families.

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-network-uri 2.6.4.2
Dependencies: ghc-th-compat@0.1.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/network-uri
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for URI manipulation
Description:

This package provides an URI manipulation interface. In network-2.6 the Network.URI module was split off from the network package into this package.

ghc-transformers-compat 0.7.2
Dependencies: ghc-generic-deriving@1.14.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/transformers-compat/
Licenses: Modified BSD
Build system: haskell
Synopsis: Small compatibility shim between transformers 0.3 and 0.4
Description:

This package includes backported versions of types that were added to transformers in transformers 0.3 and 0.4 for users who need strict transformers 0.2 or 0.3 compatibility to run on old versions of the platform, but also need those types.

ghc-foundation 0.0.30
Dependencies: 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
Licenses: Modified BSD
Build system: haskell
Synopsis: Alternative prelude with batteries and no dependencies
Description:

This package provides a custom prelude with no dependencies apart from the base package.

Foundation has the following goals:

  1. provide a base like sets of modules that provide a consistent set of features and bugfixes across multiple versions of GHC (unlike base).

  2. provide a better and more efficient prelude than base's prelude.

  3. be self-sufficient: no external dependencies apart from base;

  4. provide better data-types: packed unicode string by default, arrays;

  5. Numerical classes that better represent mathematical things (no more all-in-one Num);

  6. I/O system with less lazy IO.

ghc-text-zipper 0.13
Dependencies: ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jtdaugherty/text-zipper/
Licenses: Modified BSD
Build system: haskell
Synopsis: Text editor zipper library
Description:

This Haskell library provides a two-dimensional zipper data structure for editing text. The structure represents the body of text and an editing cursor which can be moved through it, along with a set of editing transformations.

Text zippers are generalized over the set of data types that might be used to store lists of characters (e.g., String, T.Text, etc.). Implementations using both of these examples are provided.

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-monad-par-extras 0.3.3
Dependencies: ghc-abstract-par@0.3.3 ghc-cereal@0.5.8.3 ghc-random@1.2.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/simonmar/monad-par
Licenses: Modified BSD
Build system: haskell
Synopsis: Combinators and extra features for Par monads for Haskell
Description:

This Haskell package provides additional data structures, and other added capabilities layered on top of the Par monad.

ghc-unicode-show 0.1.1.1
Dependencies: ghc-safe@0.3.21
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-jp/unicode-show
Licenses: Modified BSD
Build system: haskell
Synopsis: Unescape Unicode characters for printing
Description:

This package provides variants of the show and print functions that do not escape non-ascii characters.

ghc-reducers 3.12.5
Dependencies: ghc-fingertree@0.1.6.2 ghc-hashable@1.5.0.0 ghc-unordered-containers@0.2.20 ghc-semigroupoids@6.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/reducers/
Licenses: Modified BSD
Build system: haskell
Synopsis: Semigroups, specialized containers and a general map/reduce framework
Description:

This library provides various semigroups, specialized containers and a general map/reduce framework for Haskell.

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-semirings 0.7
Dependencies: ghc-hashable@1.5.0.0 ghc-unordered-containers@0.2.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/chessai/semirings
Licenses: Modified BSD
Build system: haskell
Synopsis: Two monoids as one, in holy haskimony
Description:

Haskellers are usually familiar with monoids and semigroups. A monoid has an appending operation <> (or mappend), and an identity element, mempty. A semigroup has an appending <> operation, but does not require a mempty element. A Semiring has two appending operations, plus and times, and two respective identity elements, zero and one. More formally, a Semiring R is a set equipped with two binary relations + and *, such that: (R,+) is a commutative monoid with identity element 0, (R,*) is a monoid with identity element 1, (*) left and right distributes over addition, and . multiplication by 0 annihilates R.

ghc-getopt-generics 0.13.1.0
Dependencies: ghc-base-compat@0.14.1 ghc-base-orphans@0.9.3 ghc-generics-sop@0.5.1.4 ghc-tagged@0.8.9
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/soenkehahn/getopt-generics#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Create command line interfaces with ease
Description:

This library provides tools to create command line interfaces with ease.

ghc-criterion-measurement 0.2.3.0
Dependencies: ghc-aeson@2.2.3.0 ghc-base-compat@0.14.1 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/criterion
Licenses: Modified BSD
Build system: haskell
Synopsis: Criterion measurement functionality and associated types
Description:

Measurement-related functionality extracted from Criterion, with minimal dependencies. The rationale for this is to enable alternative analysis front-ends.

ghc-base64-bytestring 1.2.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/base64-bytestring
Licenses: Modified BSD
Build system: haskell
Synopsis: Base64 encoding and decoding for ByteStrings
Description:

This library provides fast base64 encoding and decoding for Haskell ByteStrings.

ghc-nonce 1.0.7
Dependencies: ghc-base64-bytestring@1.2.1.0 ghc-entropy@0.4.1.11 ghc-unliftio@0.2.25.1 ghc-unliftio-core@0.2.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/prowdsponsor/nonce
Licenses: Modified BSD
Build system: haskell
Synopsis: Generate cryptographic nonces in Haskell
Description:

A nonce is an arbitrary number used only once in a cryptographic communication. This package contain helper functions for generating nonces. There are many kinds of nonces used in different situations. It's not guaranteed that by using the nonces from this package you won't have any security issues. Please make sure that the nonces generated via this package are usable on your design.

ghc-network-bsd 2.8.1.0
Dependencies: ghc-network@3.2.8.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/network-bsd
Licenses: Modified BSD
Build system: haskell
Synopsis: POSIX network database (<netdb.h>) API
Description:

This package provides Haskell bindings to the the POSIX network database (<netdb.h>) API.

ghc-network-byte-order 0.1.7
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/network-byte-order
Licenses: Modified BSD
Build system: haskell
Synopsis: Network byte order utilities
Description:

This library provides peek and poke functions for network byte order.

ghc-os-string 2.0.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/os-string/blob/master/README.md
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for manipulating Operating system strings.
Description:

This package provides functionality for manipulating @OsString@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>.

Total packages: 72465