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

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-http-client-tls 0.3.6.4
Dependencies: ghc-data-default@0.8.0.1 ghc-http-client@0.7.19 ghc-crypton-connection@0.4.5 ghc-network@3.2.8.0 ghc-tls@2.1.8 ghc-case-insensitive@1.2.1.0 ghc-http-types@0.12.4 ghc-crypton@1.0.4 ghc-memory@0.18.0 ghc-network-uri@2.6.4.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/snoyberg/http-client
Licenses: Expat
Build system: haskell
Synopsis: Backend for http-client using the TLS library
Description:

This package provides a backend for the http-client package using the connection and TLS libraries. It is intended for use by higher-level libraries, such as http-conduit.

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-xss-sanitize 0.3.7.2
Dependencies: ghc-attoparsec@0.14.4 ghc-css-text@0.1.3.0 ghc-network-uri@2.6.4.2 ghc-tagsoup@0.14.8 ghc-utf8-string@1.0.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/yesodweb/haskell-xss-sanitize#readme
Licenses: FreeBSD
Build system: haskell
Synopsis: Sanitize untrusted HTML to prevent XSS attacks
Description:

This library provides sanitizeXSS. Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks.

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-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-sendfile 0.7.11.6
Dependencies: ghc-network@3.2.8.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/Happstack/sendfile
Licenses: Modified BSD
Build system: haskell
Synopsis: Portable sendfile library for Haskell
Description:

Haskell library which exposes zero-copy sendfile functionality in a portable way.

ghc-dav 1.3.4
Dependencies: ghc-case-insensitive@1.2.1.0 ghc-data-default@0.8.0.1 ghc-exceptions@0.10.9 ghc-http-client@0.7.19 ghc-http-client-tls@0.3.6.4 ghc-http-types@0.12.4 ghc-lens@5.3.5 ghc-transformers-base@0.4.6 ghc-transformers-compat@0.7.2 ghc-utf8-string@1.0.2 ghc-xml-conduit@1.10.0.1 ghc-xml-hamlet@0.5.0.2 ghc-network@3.2.8.0 ghc-network-uri@2.6.4.2 ghc-optparse-applicative@0.18.1.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://floss.scru.org/hDAV
Licenses: GPL 3
Build system: haskell
Synopsis: RFC 4918 WebDAV support
Description:

This package provides a library for the Web Distributed Authoring and Versioning (WebDAV) extensions to HTTP as well an executable, hdav, for command-line operation.

ghc-yesod-test 1.6.19
Dependencies: ghc-hunit@1.6.2.0 ghc-aeson@2.2.3.0 ghc-attoparsec@0.14.4 ghc-blaze-builder@0.4.4.1 ghc-blaze-html@0.9.2.0 ghc-case-insensitive@1.2.1.0 ghc-conduit@1.3.6.1 ghc-cookie@0.5.1 ghc-hspec-core@2.11.12 ghc-html-conduit@1.3.2.2 ghc-http-types@0.12.4 ghc-network@3.2.8.0 ghc-memory@0.18.0 ghc-pretty-show@1.10 ghc-wai@3.2.4 ghc-wai-extra@3.1.17 ghc-xml-conduit@1.10.0.1 ghc-xml-types@0.3.8 ghc-yesod-core@1.6.27.1 ghc-blaze-markup@0.8.3.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://www.yesodweb.com
Licenses: Expat
Build system: haskell
Synopsis: Integration testing for WAI/Yesod Applications
Description:

This package's main goal is to encourage integration and system testing of web applications by making everything easy to test. Tests are like browser sessions that keep track of cookies and the last visited page. You can perform assertions on the content of HTML responses using CSS selectors.

ghc-wai 3.2.4
Dependencies: ghc-network@3.2.8.0 ghc-http-types@0.12.4 ghc-vault@0.3.1.5
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/yesodweb/wai
Licenses: Expat
Build system: haskell
Synopsis: Web application interface for Haskell
Description:

This package provides a Web Application Interface (WAI) library for the Haskell language. It defines a common protocol for communication between web applications and web servers.

ghc-http 4000.4.1
Dependencies: ghc-network@3.2.8.0 ghc-network-uri@2.6.4.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/haskell/HTTP
Licenses: Modified BSD
Build system: haskell
Synopsis: Library for client-side HTTP
Description:

The HTTP package supports client-side web programming in Haskell. It lets you set up HTTP connections, transmitting requests and processing the responses coming back.

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

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

ghc-wai-cors 0.2.7
Dependencies: ghc-attoparsec@0.14.4 ghc-base-unicode-symbols@0.2.4.2 ghc-case-insensitive@1.2.1.0 ghc-http-types@0.12.4 ghc-wai@3.2.4
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/larskuhtz/wai-cors
Licenses: Expat
Build system: haskell
Synopsis: Cross-Origin Resource Sharing (CORS) for WAI
Description:

This package provides an implementation of Cross-Origin Resource Sharing (CORS) for the Web Application Framework (WAI) that aims to be compliant with https://www.w3.org/TR/cors.

ghc-hxt-unicode 9.0.2.4
Dependencies: ghc-hxt-charproperties@9.5.0.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://www.fh-wedel.de/~si/HXmlToolbox/index.html https://github.com/UweSchmidt/hxt
Licenses: Expat
Build system: haskell
Synopsis: Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
Description:

This package provides Unicode encoding and decoding functions for encodings used in the Haskell XML Toolbox. ISO Latin 1-16, utf8, utf16, ASCII are supported. Decoding is done with lazy functions, errors may be detected or ignored.

ghc-http-client-restricted 0.1.0
Dependencies: ghc-http-client@0.7.19 ghc-http-client-tls@0.3.6.4 ghc-crypton-connection@0.4.5 ghc-data-default@0.8.0.1 ghc-network@3.2.8.0 ghc-network-bsd@2.8.1.0 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/http-client-restricted
Licenses: Expat
Build system: haskell
Synopsis: Restrict the servers used by http-client
Description:

This library makes it possible to restrict the HTTP servers that can be used by the http-client and http-client-tls libraries. This is useful when a security policy needs to, e.g., prevent connections to HTTP servers on localhost or only allow connections to a specific server.

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-js-chart 2.9.4.1
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/jonascarpay/js-chart#readme
Licenses: Expat
Build system: haskell
Synopsis: Obtain minified chart.js code
Description:

This package bundles the minified chart.js 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 chart.js version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian). This package is a fork of ghc-js-flot using chart.js instead of flot.

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-yesod 1.6.2.1
Dependencies: ghc-aeson@2.2.3.0 ghc-conduit@1.3.6.1 ghc-data-default-class@0.2.0.0 ghc-fast-logger@3.2.6 ghc-file-embed@0.0.16.0 ghc-monad-logger@0.3.42 ghc-shakespeare@2.1.0.1 ghc-streaming-commons@0.2.3.0 ghc-unordered-containers@0.2.20 ghc-wai@3.2.4 ghc-wai-extra@3.1.17 ghc-wai-logger@2.5.0 ghc-warp@3.4.8 ghc-yaml@0.11.11.2 ghc-yesod-core@1.6.27.1 ghc-yesod-form@1.7.9 ghc-yesod-persistent@1.6.0.8
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://www.yesodweb.com/
Licenses: Expat
Build system: haskell
Synopsis: Framework for creating type-safe, RESTful web applications
Description:

The Haskell package package groups together the various Yesod related packages into one cohesive whole. This is the version of Yesod, whereas most of the core code lives in ghc-yesod-core.

ghc-bsb-http-chunked 0.0.0.4
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/sjakobi/bsb-http-chunked
Licenses: Modified BSD
Build system: haskell
Synopsis: Chunked HTTP transfer encoding for bytestring builders
Description:

This Haskell library contains functions for encoding bytestring builders for chunked Hypertext Transfer Protocol (HTTP) 1.1 transfers.

ghc-http-streams 0.8.9.9
Dependencies: ghc-attoparsec@0.14.4 ghc-base64-bytestring@1.2.1.0 ghc-blaze-builder@0.4.4.1 ghc-case-insensitive@1.2.1.0 ghc-io-streams@1.5.2.2 ghc-hsopenssl@0.11.7.9 ghc-openssl-streams@1.2.3.0 ghc-unordered-containers@0.2.20 ghc-aeson@2.2.3.0 ghc-attoparsec-aeson@2.2.2.0 ghc-http-common@0.8.3.4 ghc-network-uri@2.6.4.2 ghc-network@3.2.8.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/aesiniath/http-streams/
Licenses: Modified BSD
Build system: haskell
Synopsis: HTTP client using io-streams
Description:

An HTTP client using the Snap Framework's io-streams library to handle the streaming IO. The API is optimized for ease of use for the rather common case of code needing to query web services and deal with the result.

ghc-yesod-form 1.7.9
Dependencies: ghc-aeson@2.2.3.0 ghc-attoparsec@0.14.4 ghc-blaze-builder@0.4.4.1 ghc-blaze-html@0.9.2.0 ghc-blaze-markup@0.8.3.0 ghc-byteable@0.1.1 ghc-data-default@0.8.0.1 ghc-email-validate@2.3.2.21 ghc-persistent@2.17.1.0 ghc-resourcet@1.3.0 ghc-shakespeare@2.1.0.1 ghc-wai@3.2.4 ghc-xss-sanitize@0.3.7.2 ghc-yesod-core@1.6.27.1 ghc-yesod-persistent@1.6.0.8 ghc-network-uri@2.6.4.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://www.yesodweb.com/
Licenses: Expat
Build system: haskell
Synopsis: Form handling support for Yesod Web Framework
Description:

This Haskell package provides a set of basic form inputs such as text, number, time, checkbox, select, textarea, etc through the Yesod.Form.Fields module. Also, there is Yesod.Form.Nic module providing richtext field using Nic editor.

Total packages: 73955