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

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-html-conduit 1.3.2.2
Dependencies: ghc-resourcet@1.3.0 ghc-conduit@1.3.6.1 ghc-xml-conduit@1.10.0.1 ghc-xml-types@0.3.8 ghc-attoparsec@0.14.4 ghc-conduit-extra@1.3.8
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/snoyberg/xml
Licenses: Expat
Build system: haskell
Synopsis: Parse HTML documents using xml-conduit datatypes
Description:

This package provides a parser for HTML documents that uses tagstream-conduit. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. Note that, since version 1.3.1, it uses an inlined copy of tagstream-conduit with entity decoding bugfixes applied.

ghc-warp-tls 3.4.13
Dependencies: ghc-wai@3.2.4 ghc-warp@3.4.8 ghc-tls@2.1.8 ghc-network@3.2.8.0 ghc-streaming-commons@0.2.3.0 ghc-tls-session-manager@0.0.8 ghc-recv@0.1.1
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://github.com/yesodweb/wai
Licenses: Expat
Build system: haskell
Synopsis: SSL/TLS support for Warp
Description:

This package provides SSL/TLS support for Warp, a WAI handler, via the native Haskell TLS implementation.

ghc-css-text 0.1.3.0
Dependencies: ghc-attoparsec@0.14.4
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://www.yesodweb.com/
Licenses: Expat
Build system: haskell
Synopsis: CSS parser and renderer
Description:

This package provides a CSS parser and renderer for Haskell.

ghc-curl 1.3.8
Dependencies: curl@8.6.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://hackage.haskell.org/package/curl
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell bindings for libcurl
Description:

libcurl is a versatile client-side URL transfer library. This package provides a Haskell binding to libcurl.

ghc-wai-app-static 3.1.9
Dependencies: ghc-wai@3.2.4 ghc-http-types@0.12.4 ghc-unix-compat@0.7.4.1 ghc-old-locale@1.0.0.7 ghc-file-embed@0.0.16.0 ghc-http-date@0.0.11 ghc-blaze-html@0.9.2.0 ghc-blaze-markup@0.8.3.0 ghc-mime-types@0.1.2.0 ghc-unordered-containers@0.2.20 ghc-zlib@0.7.1.0 ghc-wai-extra@3.1.17 ghc-optparse-applicative@0.18.1.0 ghc-warp@3.4.8 ghc-crypton@1.0.4 ghc-memory@0.18.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://www.yesodweb.com/book/web-application-interface
Licenses: Expat
Build system: haskell
Synopsis: WAI application for static serving
Description:

This package provides a Web Application Interface (WAI) application for static serving. It also provides some helper functions and datatypes for use outside of WAI.

ghc-tagsoup 0.14.8
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/ndmitchell/tagsoup
Licenses: Modified BSD
Build system: haskell
Synopsis: Parsing and extracting information from (possibly malformed) HTML/XML documents
Description:

TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification, and can be used to parse either well-formed XML, or unstructured and malformed HTML from the web. The library also provides useful functions to extract information from an HTML document, making it ideal for screen-scraping.

ghc-http-common 0.8.3.4
Dependencies: ghc-base64-bytestring@1.2.1.0 ghc-blaze-builder@0.4.4.1 ghc-case-insensitive@1.2.1.0 ghc-network@3.2.8.0 ghc-random@1.2.1.3 ghc-unordered-containers@0.2.20
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/aesiniath/http-common
Licenses: Modified BSD
Build system: haskell
Synopsis: Common types for HTTP clients and servers
Description:

Base types used by a variety of HTTP clients and servers. See http-streams Network.Http.Client or pipes-http Pipes.Http.Client for full documentation. You can import Network.Http.Types if you like, but both http-streams and pipes-http re-export this package's types and functions.

ghc-aeson-pretty 0.8.10
Dependencies: ghc-aeson@2.2.3.0 ghc-base-compat@0.14.1 ghc-scientific@0.3.8.0 ghc-vector@0.13.2.0 ghc-unordered-containers@0.2.20 ghc-attoparsec@0.14.4 ghc-attoparsec-aeson@2.2.2.0 ghc-cmdargs@0.10.22
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/informatikr/aeson-pretty
Licenses: Modified BSD
Build system: haskell
Synopsis: JSON pretty-printing library and command-line tool
Description:

This package provides a JSON pretty-printing library compatible with aeson as well as a command-line tool to improve readability of streams of JSON data. The library provides the function encodePretty. It is a drop-in replacement for aeson's encode function, producing JSON-ByteStrings for human readers. The command-line tool reads JSON from stdin and writes prettified JSON to stdout. It also offers a complementary "compact"-mode, essentially the opposite of pretty-printing.

ghc-language-javascript 0.7.1.0
Dependencies: ghc-blaze-builder@0.4.4.1 ghc-utf8-string@1.0.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/erikd/language-javascript
Licenses: Modified BSD
Build system: haskell
Synopsis: Parser for JavaScript
Description:

Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.

ghc-hxt-xpath 9.1.2.2
Dependencies: ghc-hxt@9.3.1.22
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/UweSchmidt/hxt
Licenses: Expat
Build system: haskell
Synopsis: The XPath modules for HXT
Description:

This extension for the Haskell XML Toolbox defines data types to represent XPath, navigation trees and primitives to select and edit subtrees from them. Some primitives have both a functional and an arrow interface.

ghc-http-reverse-proxy 0.6.2.0
Dependencies: ghc-blaze-builder@0.4.4.1 ghc-case-insensitive@1.2.1.0 ghc-conduit@1.3.6.1 ghc-conduit-extra@1.3.8 ghc-http-client@0.7.19 ghc-http-types@0.12.4 ghc-network@3.2.8.0 ghc-resourcet@1.3.0 ghc-streaming-commons@0.2.3.0 ghc-unliftio@0.2.25.1 ghc-wai@3.2.4 ghc-wai-logger@2.5.0 ghc-word8@0.1.3
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/fpco/http-reverse-proxy
Licenses: Modified BSD
Build system: haskell
Synopsis: Reverse proxy HTTP requests, either over raw sockets or with WAI
Description:

Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit.

ghc-blaze-html 0.9.2.0
Dependencies: ghc-blaze-builder@0.4.4.1 ghc-blaze-markup@0.8.3.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://jaspervdj.be/blaze
Licenses: Modified BSD
Build system: haskell
Synopsis: Fast HTML combinator library
Description:

This library provides HTML combinators for Haskell.

ghc-clientsession 0.9.3.0
Dependencies: ghc-cereal@0.5.8.3 ghc-tagged@0.8.9 ghc-crypto-api@0.13.3 ghc-skein@1.0.9.4 ghc-base64-bytestring@1.2.1.0 ghc-entropy@0.4.1.11 ghc-crypton@1.0.4 ghc-setenv@0.1.1.3
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/yesodweb/clientsession/tree/master
Licenses: Expat
Build system: haskell
Synopsis: Haskell library for securely store session data in a client-side cookie
Description:

This Haskell package achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 encoding to avoid any issues with characters.

ghc-crypton-connection 0.4.5
Dependencies: ghc-data-default@0.8.0.1 ghc-network@3.2.8.0 ghc-tls@2.1.8 ghc-crypton-socks@0.6.2 ghc-crypton-x509-store@1.6.11 ghc-crypton-x509-system@1.6.7
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/kazu-yamamoto/crypton-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. Features: Really simple to use, SSL/TLS, SOCKS. This library provides a very simple API to create sockets to a destination with the choice of SSL/TLS, and SOCKS.

ghc-sourcemap 0.1.7
Dependencies: ghc-aeson@2.2.3.0 ghc-unordered-containers@0.2.20 ghc-attoparsec@0.14.4 ghc-utf8-string@1.0.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://hackage.haskell.org/package/sourcemap
Licenses: Modified BSD
Build system: haskell
Synopsis: Implementation of source maps as proposed by Google and Mozilla
Description:

Sourcemap provides an implementation of source maps, revision 3, proposed by Google and Mozilla here https://wiki.mozilla.org/DevTools/Features/SourceMap.

ghc-html5-entity 0.2.0.3
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/zudov/html5-entity/
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for looking up and validating HTML5 entities
Description:

This package provides a library for looking up and validating HTML5 entities. The following document is used as an authoritative source of the valid entity names and their corresponding codepoints. You can think of this library as about bindings to the data from that file. For usage see the Text.Html5.Entity module.

ghc-hxt-charproperties 9.5.0.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/UweSchmidt/hxt
Licenses: Expat
Build system: haskell
Synopsis: Character properties and classes for XML and Unicode
Description:

The modules provided by this package contain predicates for Unicode blocks and char properties and character predicates defined by XML. The supported Unicode version is 7.0.0

ghc-bower-json 1.1.0.0
Dependencies: ghc-aeson@2.2.3.0 ghc-aeson-better-errors@0.9.1.3 ghc-scientific@0.3.8.0 ghc-transformers@0.6.1.1 ghc-unordered-containers@0.2.20
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/hdgarrood/bower-json
Licenses: Expat
Build system: haskell
Synopsis: Read bower.json from Haskell
Description:

This package provides a data type and ToJSON/FromJSON instances for Bower's package manifest file, bower.json.

ghc-js-jquery 3.7.1
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/ndmitchell/js-jquery
Licenses: Expat
Build system: haskell
Synopsis: Obtain minified jQuery code
Description:

This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).

ghc-network-control 0.1.7
Dependencies: ghc-psqueues@0.2.8.2 ghc-unix-time@0.4.17
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://hackage.haskell.org/package/network-control
Licenses: Modified BSD
Build system: haskell
Synopsis: Library to control network protocols
Description:

Common parts to control network protocols.

ghc-skein 1.0.9.4
Dependencies: ghc-cereal@0.5.8.3 ghc-tagged@0.8.9 ghc-crypto-api@0.13.3
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/meteficha/skein
Licenses: Modified BSD
Build system: haskell
Synopsis: Skein family of cryptographic hash functions for Haskell
Description:

Skein is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.

This Haskell package uses bindings to the optimized C implementation of Skein.

ghc-hxt 9.3.1.22
Dependencies: ghc-hxt-charproperties@9.5.0.0 ghc-hxt-unicode@9.0.2.4 ghc-hxt-regex-xmlschema@9.2.0.7 ghc-network-uri@2.6.4.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/UweSchmidt/hxt
Licenses: Expat
Build system: haskell
Synopsis: Collection of tools for processing XML with Haskell
Description:

The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a more general approach for processing XML with Haskell.

Total packages: 72465