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

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-iproute 1.7.15
Dependencies: ghc-appar@0.1.8 ghc-byteorder@1.0.4 ghc-network@3.2.8.0 ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.mew.org/~kazu/proj/iproute/
Licenses: Modified BSD
Build system: haskell
Synopsis: IP routing table
Description:

IP Routing Table is a tree of IP ranges to search one of them on the longest match base. It is a kind of TRIE with one way branching removed. Both IPv4 and IPv6 are supported.

ghc-sdl2 2.5.5.1
Dependencies: ghc-statevar@1.2.2 ghc-vector@0.13.2.0 ghc-linear@1.23.2 sdl2@2.30.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/sdl2
Licenses: Modified BSD
Build system: haskell
Synopsis: High- and low-level bindings to the SDL library
Description:

This package contains bindings to the SDL 2 library, in both high- and low-level forms. The SDL namespace contains high-level bindings, where enumerations are split into sum types, and we perform automatic error-checking. The SDL.Raw namespace contains an almost 1-1 translation of the C API into Haskell FFI calls. As such, this does not contain sum types nor error checking. Thus this namespace is suitable for building your own abstraction over SDL, but is not recommended for day-to-day programming.

ghc-statistics 0.16.3.0
Dependencies: ghc-math-functions@0.3.4.4 ghc-mwc-random@0.15.2.0 ghc-random@1.2.1.3 ghc-aeson@2.2.3.0 ghc-async@2.2.5 ghc-primitive@0.9.1.0 ghc-dense-linear-algebra@0.1.0.0 ghc-parallel@3.2.2.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 ghc-data-default-class@0.2.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell/statistics
Licenses: FreeBSD
Build system: haskell
Synopsis: Haskell library of statistical types, data, and functions
Description:

This library provides a number of common functions and types useful in statistics. We focus on high performance, numerical robustness, and use of good algorithms. Where possible, we provide references to the statistical literature.

The library's facilities can be divided into four broad categories:

  • Working with widely used discrete and continuous probability distributions. (There are dozens of exotic distributions in use; we focus on the most common.)

  • Computing with sample data: quantile estimation, kernel density estimation, histograms, bootstrap methods, significance testing, and regression and autocorrelation analysis.

  • Random variate generation under several different distributions.

  • Common statistical tests for significant differences between samples.

ghc-hindent 6.3.0
Dependencies: ghc-async@2.2.5 ghc-lib-parser@9.12.2.20250421 ghc-lib-parser-ex@9.12.0.0 ghc-monad-loops@0.4.3 ghc-optparse-applicative@0.18.1.0 ghc-path@0.9.6-1.17294d1 ghc-path-io@1.8.2 ghc-regex-tdfa@1.3.2.4 ghc-split@0.2.5 ghc-syb@0.7.2.4 ghc-unicode-show@0.1.1.1 ghc-utf8-string@1.0.2 ghc-yaml@0.11.11.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/mihaimaruseac/hindent
Licenses: Modified BSD
Build system: haskell
Synopsis: Extensible Haskell pretty printer
Description:

This package provides automatic formatting for Haskell files. Both a library and an executable.

ghc-config-value 0.8.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/glguy/config-value
Licenses: Expat
Build system: haskell
Synopsis: Simple, layout-based value language similar to YAML or JSON
Description:

This package implements a language similar to YAML or JSON but with fewer special cases and fewer dependencies. It emphasizes layout structure for sections and lists, and requires quotes around strings.

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-haddock-library 1.11.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.haskell.org/haddock/
Licenses: Modified BSD
Build system: haskell
Synopsis: Library exposing some functionality of Haddock
Description:

Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it without pulling in the GHC dependency. Please note that the API is likely to change so specify upper bounds in your project if you can't release often. For interacting with Haddock itself, see the ‘haddock’ package.

ghc-vector-instances 3.4.3
Dependencies: ghc-vector@0.13.2.0 ghc-semigroupoids@6.0.1 ghc-comonad@5.0.9 ghc-pointed@5.0.5 ghc-keys@3.12.4 ghc-hashable@1.5.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/vector-instances
Licenses: Modified BSD
Build system: haskell
Synopsis: Orphan instances for @code{Data.Vector}
Description:

This Haskell library provides a place for lots of orphan instances for the ghc-vector package.

ghc-rio 0.1.22.0
Dependencies: ghc-hashable@1.5.0.0 ghc-microlens@0.4.14.0 ghc-microlens-mtl@0.2.1.0 ghc-primitive@0.9.1.0 ghc-typed-process@0.2.13.0 ghc-unliftio@0.2.25.1 ghc-unliftio-core@0.2.1.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://github.com/commercialhaskell/rio#readme
Licenses: Expat
Build system: haskell
Synopsis: Standard library for Haskell
Description:

This package works as a prelude replacement for Haskell, providing more functionality and types out of the box than the standard prelude (such as common data types like ByteString and Text), as well as removing common ``gotchas'', like partial functions and lazy I/O. The guiding principle here is:

  • If something is safe to use in general and has no expected naming conflicts, expose it.

  • If something should not always be used, or has naming conflicts, expose it from another module in the hierarchy.

ghc-simple-sendfile 0.2.32
Dependencies: ghc-network@3.2.8.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/simple-sendfile
Licenses: Modified BSD
Build system: haskell
Synopsis: Cross platform library for the sendfile system call
Description:

This library tries to call minimum system calls which are the bottleneck of web servers.

ghc-ncurses 0.2.16
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://john-millikin.com/software/haskell-ncurses/
Licenses: GPL 3
Build system: haskell
Synopsis: Modernised bindings to GNU ncurses
Description:

GNU ncurses is a library for creating command-line application with pseudo-graphical interfaces. This package is a nice, modern binding to GNU ncurses.

ghc-lens 5.3.5
Dependencies: ghc-assoc@1.1.1 ghc-base-orphans@0.9.3 ghc-bifunctors@5.6.2 ghc-call-stack@0.4.0 ghc-comonad@5.0.9 ghc-contravariant@1.5.5 ghc-distributive@0.6.2.1 ghc-free@5.2 ghc-hashable@1.5.0.0 ghc-indexed-traversable@0.1.4 ghc-indexed-traversable-instances@0.1.2 ghc-kan-extensions@5.2.7 ghc-parallel@3.2.2.0 ghc-profunctors@5.6.3 ghc-reflection@2.1.9 ghc-semigroupoids@6.0.1 ghc-strict@0.5.1 ghc-tagged@0.8.9 ghc-th-abstraction@0.7.1.0 ghc-these@1.2.1 ghc-transformers-compat@0.7.2 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://github.com/ekmett/lens/
Licenses: FreeBSD
Build system: haskell
Synopsis: Lenses, Folds and Traversals
Description:

This library provides Control.Lens. The combinators in Control.Lens provide a highly generic toolbox for composing families of getters, folds, isomorphisms, traversals, setters and lenses and their indexed variants.

ghc-network-info 0.2.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/jacobstanley/network-info
Licenses: Modified BSD
Build system: haskell
Synopsis: Access the local computer's basic network configuration
Description:

This Haskell library provides simple read-only access to the local computer's networking configuration. It is currently capable of getting a list of all the network interfaces and their respective IPv4, IPv6 and MAC addresses.

ghc-selective 0.7.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/snowleopard/selective
Licenses: Expat
Build system: haskell
Synopsis: Selective applicative functors
Description:

This package implements selective applicative functors, which allow you to declare your effects statically, and select which to execute dynamically. See the paper on selective functors for more details.

ghc-skylighting-format-context 0.1.0.2
Dependencies: ghc-skylighting-core@0.14.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jgm/skylighting
Licenses: Modified BSD
Build system: haskell
Synopsis: ConTeXt formatter for skylighting syntax highlighting library
Description:

This module allows tokens produced by skylighting-core to be rendered as ConTeXt commands.

ghc-prettyclass 1.0.0.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/prettyclass
Licenses: Modified BSD
Build system: haskell
Synopsis: Pretty printing class similar to Show
Description:

This package provides a pretty printing class similar to Show, based on the HughesPJ pretty printing library. It provides the pretty printing class and instances for the Prelude types.

ghc-exception-transformers 0.4.0.12
Dependencies: ghc-fail@4.9.0.0 ghc-transformers-compat@0.7.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/exception-transformers
Licenses: Modified BSD
Build system: haskell
Synopsis: Type classes and monads for unchecked extensible exceptions
Description:

This package provides type classes, a monad and a monad transformer that support unchecked extensible exceptions as well as asynchronous exceptions. It is compatible with the transformers package.

ghc-gridtables 0.1.0.0
Dependencies: ghc-doclayout@0.5.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/tarleb/gridtables
Licenses: Expat
Build system: haskell
Synopsis: Parser for reStructuredText-style grid tables
Description:

This package provides a parser for plain-text representations of tables. This package supports table headers, cells spanning multiple columns or rows, as well as a way to specify column alignments.

ghc-tabular 0.2.2.8
Dependencies: ghc-csv@0.1.2 ghc-html@1.0.1.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/bgamari/tabular
Licenses: Modified BSD
Build system: haskell
Synopsis: Two-dimensional data tables with rendering functions
Description:

Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or or a research report. It also comes with some default rendering functions for turning those tables into ASCII art, simple text with an arbitrary delimiter, CSV, HTML or LaTeX.

Below is an example of the kind of output this library produces. The tabular package can group rows and columns, each group having one of three separators (no line, single line, double line) between its members.

    || memtest 1 | memtest 2 ||  time test  | time test 2
====++===========+===========++=============+============
A 1 ||       hog |  terrible ||        slow |      slower
A 2 ||       pig |   not bad ||        fast |     slowest
----++-----------+-----------++-------------+------------
B 1 ||      good |     awful || intolerable |    bearable
B 2 ||    better | no chance ||    crawling |     amazing
B 3 ||       meh |   well... ||  worst ever |          ok
ghc-emojis 0.1.4.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jgm/emojis#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Conversion between emoji characters and their names
Description:

This package provides functions for converting emoji names to emoji characters and vice versa.

How does it differ from the emoji package?

  • It supports a fuller range of emojis, including all those supported by GitHub

  • It supports lookup of emoji aliases from emoji

  • It uses Text rather than String

  • It has a lighter dependency footprint: in particular, it does not require aeson

  • It does not require TemplateHaskell

ghc-pandoc-lua-marshal 0.3.1
Dependencies: ghc-aeson@2.2.3.0 ghc-hslua@2.3.1 ghc-hslua-list@1.1.4 ghc-hslua-marshalling@2.3.1 ghc-pandoc-types@1.23.1 ghc-safe@0.3.21
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/pandoc/pandoc-lua-marshal
Licenses: Expat
Build system: haskell
Synopsis: Use pandoc types in Lua
Description:

This package provides functions to marshal and unmarshal pandoc document types to and from Lua. . The values of most types are pushed to pandoc as "userdata" objects that wrap a stable pointer to the Haskell value; these objects come with methods to access and modify their properties. . Sequences are pushed as normal Lua tables, but are augmented with convenience functions.

ghc-unexceptionalio 0.5.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/singpolyma/unexceptionalio
Licenses: ISC
Build system: haskell
Synopsis: IO without any non-error, synchronous exceptions
Description:

When you've caught all the exceptions that can be handled safely, this is what you're left with.

ghc-commonmark-extensions 0.2.6
Dependencies: ghc-network-uri@2.6.4.2 ghc-commonmark@0.2.6.1 ghc-emojis@0.1.4.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: Extensions for @code{ghc-commonmark}
Description:

This library provides some useful extensions for ghc-commonmark to parser core commonmark syntax: smart quotes, definition lists, tables, footnotes, math, and more.

ghc-generic-deriving 1.14.6
Dependencies: ghc-th-abstraction@0.7.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/dreixel/generic-deriving
Licenses: Modified BSD
Build system: haskell
Synopsis: Generalise the deriving mechanism to arbitrary classes
Description:

This package provides functionality for generalising the deriving mechanism in Haskell to arbitrary classes.

Total packages: 72465