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

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-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-http-semantics 0.3.0
Dependencies: ghc-case-insensitive@1.2.1.0 ghc-http-types@0.12.4 ghc-network@3.2.8.0 ghc-network-byte-order@0.1.7 ghc-time-manager@0.2.3 ghc-utf8-string@1.0.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/kazu-yamamoto/http-semantics
Licenses: Modified BSD
Build system: haskell
Synopsis: HTTP senmatics libarry
Description:

Version-independent common parts of HTTP.

ghc-http-client 0.7.19
Dependencies: ghc-http-types@0.12.4 ghc-blaze-builder@0.4.4.1 ghc-network@3.2.8.0 ghc-streaming-commons@0.2.3.0 ghc-case-insensitive@1.2.1.0 ghc-base64-bytestring@1.2.1.0 ghc-cookie@0.5.1 ghc-random@1.2.1.3 ghc-mime-types@0.1.2.0 ghc-iproute@1.7.15 ghc-async@2.2.5 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: HTTP client engine
Description:

This package provides an HTTP client engine, intended as a base layer for more user-friendly packages.

ghc-aeson-better-errors 0.9.1.3
Dependencies: ghc-aeson@2.2.3.0 ghc-unordered-containers@0.2.20 ghc-dlist@1.0 ghc-scientific@0.3.8.0 ghc-vector@0.13.2.0 ghc-transformers-compat@0.7.2 ghc-void@0.7.3
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/hdgarrood/aeson-better-errors
Licenses: Expat
Build system: haskell
Synopsis: Better error messages when decoding JSON values in Haskell
Description:

Gives you the tools to build parsers to decode JSON values, and gives good error messages when parsing fails. See also http://harry.garrood.me/blog/aeson-better-errors/.

ghc-http-conduit 2.3.9.1
Dependencies: ghc-attoparsec@0.14.4 ghc-resourcet@1.3.0 ghc-conduit@1.3.6.1 ghc-conduit-extra@1.3.8 ghc-http-types@0.12.4 ghc-http-client@0.7.19 ghc-http-client-tls@0.3.6.4 ghc-unliftio-core@0.2.1.0 ghc-aeson@2.2.3.0 ghc-attoparsec-aeson@2.2.2.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/snoyberg/http-client
Licenses: Modified BSD
Build system: haskell
Synopsis: HTTP/HTTPS client with conduit interface
Description:

This library uses attoparsec for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid direct usage of conduits.

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-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-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-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-wai-conduit 3.0.0.4
Dependencies: ghc-wai@3.2.4 ghc-conduit@1.3.6.1 ghc-http-types@0.12.4
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: Conduit wrappers for Haskell's WAI
Description:

This package provides data streaming abstraction for Haskell's Web Application Interface (WAI).

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-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-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-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-hjsmin 0.2.1
Dependencies: ghc-language-javascript@0.7.1.0 ghc-optparse-applicative@0.18.1.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/erikd/hjsmin
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell implementation of a JavaScript minifier
Description:

This library provides tools reduce the size of JavaScript files by stripping out extraneous whitespace and other syntactic elements, without changing the semantics.

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-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-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.

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-snap-server 1.1.2.1
Dependencies: ghc-attoparsec@0.14.4 ghc-blaze-builder@0.4.4.1 ghc-case-insensitive@1.2.1.0 ghc-clock@0.8.4 ghc-io-streams@1.5.2.2 ghc-io-streams-haproxy@1.0.1.0 ghc-lifted-base@0.2.3.12 ghc-network@3.2.8.0 ghc-old-locale@1.0.0.7 ghc-snap-core@1.0.5.1 ghc-unix-compat@0.7.4.1 ghc-vector@0.13.2.0 ghc-bytestring-builder@0.10.8.2.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://snapframework.com/
Licenses: Modified BSD
Build system: haskell
Synopsis: Web server for the Snap Framework
Description:

Snap is a simple and fast web development framework and server written in Haskell. For more information, you can visit the Snap project website at http://snapframework.com/. The Snap HTTP server is a high performance web server library written in Haskell. Together with the snap-core library upon which it depends, it provides a clean and efficient Haskell programming interface to the HTTP protocol.

ghc-network-run 0.4.4
Dependencies: ghc-network@3.2.8.0 ghc-time-manager@0.2.3
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://hackage.haskell.org/package/network-run
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple network runner library
Description:

This package provides a simple network runner library in Haskell.

Total packages: 32521