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

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-conduit 1.3.6.1
Dependencies: ghc-resourcet@1.3.0 ghc-primitive@0.9.1.0 ghc-unliftio-core@0.2.1.0 ghc-mono-traversable@1.0.21.0 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/snoyberg/conduit
Licenses: Expat
Build system: haskell
Synopsis: Streaming data library
Description:

The conduit package is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator/iteratee and pipes.

ghc-hsyaml-aeson 0.2.0.2
Dependencies: ghc-hsyaml@0.2.1.5 ghc-aeson@2.2.3.0 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: http://hackage.haskell.org/package/HsYAML-aeson
Licenses: GPL 2+
Build system: haskell
Synopsis: JSON to YAML adapter
Description:

The YAML 1.2 format provides a much richer data-model and feature-set than the JavaScript Object Notation format. However, sometimes it's desirable to ignore the extra capabilities and treat YAML as if it was merely a more convenient markup format for humans to write JSON data. To this end this module provides a compatibility layer atop ghc-hsyaml ,which allows decoding YAML documents in the more limited JSON data-model while also providing convenience by reusing ghc-aeson's FromJSON instances for decoding the YAML data into native Haskell data types.

ghc-integer-conversion 0.1.1
Dependencies: ghc-primitive@0.9.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/phadej/integer-conversion
Licenses: Modified BSD
Build system: haskell
Synopsis: Conversion from strings to Integer
Description:

The naive @foldl (\acc d -> acc * 10 + d) 0@ is expensive (quadratic!) for large @Integer@s. This package provides sub-quadratic implementation.

ghc-storable-tuple 0.1
Dependencies: ghc-storable-record@0.0.7 ghc-utility-ht@0.0.17.2 ghc-base-orphans@0.9.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://code.haskell.org/~thielema/storable-tuple/
Licenses: Modified BSD
Build system: haskell
Synopsis: Storable instance for pairs and triples
Description:

This package provides a Storable instance for pairs and triples which should be binary compatible with C99 and C++. The only purpose of this package is to provide a standard location for this instance so that other packages needing this instance can play nicely together.

ghc-dependent-sum 0.7.2.0
Dependencies: ghc-constraints-extras@0.4.0.2 ghc-some@1.0.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/obsidiansystems/dependent-sum
Licenses: Public Domain
Build system: haskell
Synopsis: Dependent sum type
Description:

This package provides a dependent sum is a generalization of a particular way of thinking about the Either type. Either a b can be thought of as a 2-tuple (tag, value), where the value of the tag determines the type of the value. In particular, either tag = Left and value :: a or tag = Right and value :: b. This package allows you to define your own dependent sum types by using your own "tag" types.

ghc-attoparsec-iso8601 1.1.1.0
Dependencies: ghc-attoparsec@0.14.4 ghc-integer-conversion@0.1.1 ghc-time-compat@1.9.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/aeson
Licenses: Modified BSD
Build system: haskell
Synopsis: Parse ISO 8601 dates
Description:

Haskell library for parsing of ISO 8601 dates, originally from aeson.

ghc-email-validate 2.3.2.21
Dependencies: ghc-attoparsec@0.14.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/Porges/email-validate-hs
Licenses: Modified BSD
Build system: haskell
Synopsis: Email address validator for Haskell
Description:

This Haskell package provides a validator that can validate an email address string against RFC 5322.

ghc-generically 0.1.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/generically
Licenses: Modified BSD
Build system: haskell
Synopsis: Generically newtype to use with DerivingVia
Description:

This is a compatibility package as @Generically@ and @Generically1@ newtypes are available since @base-4.17@ in GHC.Generics'.

ghc-th-lift-instances 0.1.20
Dependencies: ghc-vector@0.13.2.0 ghc-th-lift@0.8.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/bennofs/th-lift-instances/
Licenses: Modified BSD
Build system: haskell
Synopsis: Lift instances for template-haskell for common data types
Description:

Most data types in the Haskell platform do not have Lift instances. This package provides orphan instances for containers, text, bytestring and vector.

ghc-commutative-semigroups 0.2.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/commutative-semigroups
Licenses: Modified BSD
Build system: haskell
Synopsis: Commutative semigroups
Description:

This package provides a commutative semigroup is a semigroup where the order of arguments to mappend does not matter.

ghc-validation-selective 0.2.0.0
Dependencies: ghc-selective@0.7.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/kowainik/validation-selective
Licenses: MPL 2.0
Build system: haskell
Synopsis: Data validation based on Applicative and Selective functors
Description:

Lightweight pure data validation based on Applicative and Selective functors.

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.

ghc-lzma-conduit 1.2.3
Dependencies: ghc-conduit@1.3.6.1 ghc-lzma@0.0.1.1 ghc-resourcet@1.3.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/alphaHeavy/lzma-conduit
Licenses: Modified BSD
Build system: haskell
Synopsis: Conduit interface for lzma/xz compression
Description:

This package provides a Conduit interface for the LZMA compression algorithm used in the .xz file format.

ghc-lens-family-core 2.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/lens-family-core
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell 98 Lens Families
Description:

This package provides first class functional references. In addition to the usual operations of getting, setting and composition, plus integration with the state monad, lens families provide some unique features:

  • Polymorphic updating

  • Traversals

  • Cast projection functions to read-only lenses

  • Cast toList functions to read-only traversals

  • Cast semantic editor combinators to modify-only traversals

For optimal first-class support use the lens-family package with rank 2/rank N polymorphism. Lens.Family.Clone allows for first-class support of lenses and traversals for those who require Haskell 98.

ghc-sdl-image 0.6.2.0
Dependencies: ghc-sdl@0.6.7.0 sdl-image@1.2.12
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/SDL-image
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell bindings to libSDL_image
Description:

SDL_image is an image file loading library. It loads images as SDL surfaces, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, XCF, XPM, XV.

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-citeproc 0.9.0.1
Dependencies: ghc-safe@0.3.21 ghc-case-insensitive@1.2.1.0 ghc-vector@0.13.2.0 ghc-scientific@0.3.8.0 ghc-uniplate@1.6.13 ghc-xml-conduit@1.10.0.1 ghc-attoparsec@0.14.4 ghc-data-default@0.8.0.1 ghc-aeson@2.2.3.0 ghc-file-embed@0.0.16.0 ghc-pandoc-types@1.23.1 ghc-unicode-collation@0.1.3.6 ghc-base-compat@0.14.1 ghc-aeson-pretty@0.8.10
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/citeproc
Licenses: FreeBSD
Build system: haskell
Synopsis: Generate citations and bibliography from CSL styles
Description:

ghc-citeproc parses Citation Style Language style files and uses them to generate a list of formatted citations and bibliography entries. For more information about CSL, see https://citationstyles.org/.

ghc-atomic-counter 0.1.2.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sergv/atomic-counter
Licenses: ASL 2.0
Build system: haskell
Synopsis: Mutable counters that can be modified with atomic operatinos
Description:

This package defines Counter type that can be safely modified concurrently from multiple threads. The type supports only few operations, namely read, write, cas (compare and swap), add, subtract and a few bitwise ones like or, and xor. Most common use case is having a shared counter that multiple threads increment. Another potential use case is lightweight locks.

ghc-vty 6.4
Dependencies: ghc-blaze-builder@0.4.4.1 ghc-microlens@0.4.14.0 ghc-microlens-mtl@0.2.1.0 ghc-utf8-string@1.0.2 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jtdaugherty/vty
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple terminal UI library
Description:

vty is a terminal GUI library in the niche of ncurses, intended to be easy to use and to provide good support for common terminal types.

ghc-lib-parser-ex 9.12.0.0
Dependencies: ghc-lib-parser@9.12.2.20250421 ghc-uniplate@1.6.13 ghc-extra@1.8 ghc-optparse-applicative@0.18.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/shayne-fletcher/ghc-lib-parser-ex#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Algorithms on GHC parse trees
Description:

The ghc-lib-parser-ex package contains GHC API parse tree utilities.

ghc-jira-wiki-markup 1.5.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/tarleb/jira-wiki-markup
Licenses: Expat
Build system: haskell
Synopsis: Handle Jira wiki markup
Description:

Parse jira wiki text into an abstract syntax tree for easy transformation to other formats.

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-persistent-test 2.13.2.0
Dependencies: ghc-aeson@2.2.3.0 ghc-blaze-html@0.9.2.0 ghc-conduit@1.3.6.1 ghc-hspec@2.11.12 ghc-hspec-expectations@0.8.4 ghc-http-api-data@0.6.2 ghc-hunit@1.6.2.0 ghc-monad-control@1.0.3.1 ghc-monad-logger@0.3.42 ghc-path-pieces@0.2.1 ghc-persistent@2.17.1.0 ghc-quickcheck@2.15.0.1 ghc-quickcheck-instances@0.3.33 ghc-random@1.2.1.3 ghc-resourcet@1.3.0 ghc-transformers-base@0.4.6 ghc-unliftio@0.2.25.1 ghc-unliftio-core@0.2.1.0 ghc-unordered-containers@0.2.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.yesodweb.com/book/persistent
Licenses: Expat
Build system: haskell
Synopsis: Tests for the Persistent database library
Description:

This is only for use in developing libraries that should conform to the persistent interface, not for users of the persistent suite of database libraries.

ghc-operational 0.2.4.2
Dependencies: ghc-random@1.2.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/HeinrichApfelmus/operational
Licenses: Modified BSD
Build system: haskell
Synopsis: Implementation of difficult monads made easy with operational semantics
Description:

This library makes it easy to implement monads with tricky control flow. This is useful for: writing web applications in a sequential style, programming games with a uniform interface for human and AI players and easy replay capabilities, implementing fast parser monads, designing monadic DSLs, etc.

Total packages: 32521