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

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-persistent-mysql 2.13.1.5
Dependencies: ghc-persistent@2.17.1.0 ghc-aeson@2.2.3.0 ghc-blaze-builder@0.4.4.1 ghc-conduit@1.3.6.1 ghc-monad-logger@0.3.42 ghc-mysql@0.2.1 ghc-mysql-simple@0.4.9 ghc-resourcet@1.3.0 ghc-resource-pool@0.4.0.0 ghc-unliftio-core@0.2.1.0 pcre@8.45
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: Backend for the @code{ghc-persistent} library using MySQL database server
Description:

This package contains a backend for ghc-persistent using the MySQL database server. Internally it uses the ghc-mysql-simple and mysql packages in order to access the database. This package supports only MySQL 5.1 and above. However, it has been tested only on MySQL 5.5. Only the InnoDB storage engine is officially supported.

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-glut 2.7.0.16
Dependencies: ghc-statevar@1.2.2 ghc-opengl@3.0.3.0 ghc-openglraw@3.3.4.1 ghc-random@1.2.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://www.haskell.org/haskellwiki/Opengl
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell bindings for the OpenGL Utility Toolkit
Description:

This library provides Haskell bindings for the OpenGL Utility Toolkit, a window system-independent toolkit for writing OpenGL programs.

ghc-bitarray 0.0.1.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://code.haskell.org/~bkomuves/
Licenses: Modified BSD
Build system: haskell
Synopsis: Mutable and immutable bit arrays
Description:

The package provides mutable and immutable bit arrays.

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-graphviz 2999.20.2.1
Dependencies: ghc-temporary@1.3 ghc-fgl@5.8.3.0 ghc-polyparse@1.13 ghc-colour@2.3.6 ghc-wl-pprint-text@1.2.0.2 ghc-dlist@1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/graphviz
Licenses: Modified BSD
Build system: haskell
Synopsis: Bindings to Graphviz for graph visualisation
Description:

This library provides bindings for the Dot language used by the Graphviz suite of programs for visualising graphs, as well as functions to call those programs. Main features of the graphviz library include:

  1. Almost complete coverage of all Graphviz attributes and syntax

  2. Support for specifying clusters

  3. The ability to use a custom node type

  4. Functions for running a Graphviz layout tool with all specified output types

  5. Generate and parse Dot code with two options: strict and liberal

  6. Functions to convert FGL graphs and other graph-like data structures

  7. Round-trip support for passing an FGL graph through Graphviz to augment node and edge labels with positional information, etc.

ghc-parsers 0.12.12
Dependencies: ghc-charset@0.3.12 ghc-scientific@0.3.8.0 ghc-unordered-containers@0.2.20 ghc-attoparsec@0.14.4 ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/ekmett/parsers/
Licenses: Modified BSD
Build system: haskell
Synopsis: Parsing combinators
Description:

This library provides convenient combinators for working with and building parsing combinator libraries. Given a few simple instances, you get access to a large number of canned definitions. Instances exist for the parsers provided by parsec, attoparsec and base's Text.Read.

ghc-zlib-bindings 0.1.1.5
Dependencies: ghc-zlib@0.7.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://github.com/snapframework/zlib-bindings
Licenses: Modified BSD
Build system: haskell
Synopsis: Low-level bindings to the @code{zlib} package
Description:

This package provides low-level bindings to the zlib package.

ghc-th-compat 0.1.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-compat/th-compat
Licenses: Modified BSD
Build system: haskell
Synopsis: Backward- and forward-compatible @code{Quote} and @code{Code} types
Description:

This package defines a Language.Haskell.TH.Syntax.Compat module, which backports the Quote and Code types to work across a wide range of template-haskell versions. On recent versions of template-haskell (2.17.0.0 or later), this module simply re-exports Quote and Code from Language.Haskell.TH.Syntax.

ghc-encoding 0.10.2
Dependencies: ghc-extensible-exceptions@0.1.1.4 ghc-regex-compat@0.95.2.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/dmwit/encoding
Licenses: Modified BSD
Build system: haskell
Synopsis: A library for various character encodings
Description:

Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunately, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that.

ghc-hookup 0.8
Dependencies: ghc-async@2.2.5 ghc-network@3.2.8.0 ghc-attoparsec@0.14.4 ghc-hsopenssl@0.11.7.9 ghc-hsopenssl-x509-system@0.1.0.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/glguy/irc-core
Licenses: ISC
Build system: haskell
Synopsis: Abstracts network connections over SOCKS5 and TLS
Description:

This package provides an abstraction for communicating with line-oriented network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)

ghc-uuid 1.3.16
Dependencies: ghc-cryptohash-md5@0.11.101.0 ghc-cryptohash-sha1@0.11.101.0 ghc-entropy@0.4.1.11 ghc-network-info@0.2.1 ghc-random@1.2.1.3 ghc-uuid-types@1.0.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-hvr/uuid
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell library to create, compare, parse, and print UUIDs
Description:

This Haskell library provides utilities creating, comparing, parsing and printing Universally Unique Identifiers or UUIDs.

ghc-x11 1.10.3
Dependencies: libx11@1.8.12 libxrandr@1.5.4 libxinerama@1.1.5 libxscrnsaver@1.2.4 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/xmonad/X11
Licenses: Modified BSD
Build system: haskell
Synopsis: Bindings to the X11 graphics library
Description:

This package provides Haskell bindings to the X11 graphics library. The bindings are a direct translation of the C bindings.

ghc-generics-sop 0.5.1.4
Dependencies: ghc-sop-core@0.5.0.2 ghc-th-abstraction@0.7.1.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/generics-sop
Licenses: Modified BSD
Build system: haskell
Synopsis: Generic Programming using True Sums of Products for Haskell
Description:

This Haskell package supports the definition of generic functions. Datatypes are viewed in a uniform, structured way: the choice between constructors is represented using an n-ary sum, and the arguments of each constructor are represented using an n-ary product.

ghc-breakpoint 0.1.5.0
Dependencies: ghc-pretty-simple@4.1.3.0 ghc-ansi-terminal@1.1.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/breakpoint
Licenses: Expat
Build system: haskell
Synopsis: Set breakpoints using a GHC plugin
Description:

This package provides a plugin that allows you to set breakpoints for debugging purposes. See the [README](https://github.com/aaronallen8455/breakpoint#breakpoint) for details.

ghc-path-io 1.8.2
Dependencies: ghc-dlist@1.0 ghc-path@0.9.6-1.17294d1 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/mrkkrp/path-io
Licenses: Modified BSD
Build system: haskell
Synopsis: Functions for manipulating well-typed paths
Description:

This package provides an interface to the directory package for users of path. It also implements some missing stuff like recursive scanning and copying of directories, working with temporary files/directories, and more.

ghc-utf8-light 0.4.4.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/utf8-light
Licenses: Modified BSD
Build system: haskell
Synopsis: Lightweight unicode support for Haskell
Description:

This package profides a class for encoding and decoding UTF8 strings with instances for several common types. It also includes several functions for working with UTF8. It aims to be lightweight, depending only on Base and including only one module.

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-polyparse 1.13
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://code.haskell.org/~malcolm/polyparse/
Licenses: LGPL 2.1
Build system: haskell
Synopsis: Alternative parser combinator libraries
Description:

This package provides a variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.

ghc-zlib 0.7.1.0
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/zlib
Licenses: Modified BSD
Build system: haskell
Synopsis: Compression and decompression in the gzip and zlib formats
Description:

This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the zlib, gzip and raw compression formats. It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.

ghc-typst 0.8.0.2
Dependencies: ghc-typst-symbols@0.1.8.1 ghc-vector@0.13.2.0 ghc-ordered-containers@0.2.4 ghc-cassava@0.5.4.1 ghc-aeson@2.2.3.0 ghc-scientific@0.3.8.0 ghc-xml-conduit@1.10.0.1 ghc-yaml@0.11.11.2 ghc-toml-parser@2.0.1.2 ghc-regex-tdfa@1.3.2.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/typst
Licenses: Modified BSD
Build system: haskell
Synopsis: Parsing and evaluating typst syntax.
Description:

This package provides a library for parsing and evaluating typst syntax. Typst (<https://typst.app>) is a document layout and formatting language. This library targets typst 0.13 and currently offers only partial support.

ghc-postgresql-simple 0.7.0.1
Dependencies: ghc-time-compat@1.9.8 ghc-aeson@2.2.3.0 ghc-attoparsec@0.14.4 ghc-case-insensitive@1.2.1.0 ghc-hashable@1.5.0.0 ghc-only@0.1 ghc-postgresql-libpq@0.11.0.0 ghc-scientific@0.3.8.0 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: http://hackage.haskell.org/package/postgresql-simple
Licenses: Modified BSD
Build system: haskell
Synopsis: Mid-Level PostgreSQL client library
Description:

This package provides a mid-Level PostgreSQL client library, forked from ghc-mysql-simple.

ghc-ref-tf 0.5.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: http://hackage.haskell.org/package/ref-tf
Licenses: Modified BSD
Build system: haskell
Synopsis: Type class for monads with references using type families
Description:

This package contains a MonadRef type class that abstracts over the details of manipulating references, allowing one to write code that can operate in either the ST monad or the IO monad.

ghc-equivalence 0.4.1.1
Dependencies: ghc-stmonadtrans@0.4.8.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/pa-ba/equivalence
Licenses: Modified BSD
Build system: haskell
Synopsis: Maintaining an equivalence relation implemented as union-find
Description:

This is an implementation of Tarjan's Union-Find algorithm (Robert E.: Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm",JACM 22(2), 1975) in order to maintain an equivalence relation. This implementation is a port of the union-find package using the ST monad transformer (instead of the IO monad).

Total packages: 32521