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

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-scalpel 0.6.2.2
Dependencies: ghc-scalpel-core@0.6.2.2 ghc-case-insensitive@1.2.1.0 ghc-data-default@0.8.0.1 ghc-http-client@0.7.19 ghc-http-client-tls@0.3.6.4 ghc-tagsoup@0.14.8
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/fimad/scalpel
Licenses: ASL 2.0
Build system: haskell
Synopsis: High level web scraping library for Haskell
Description:

Scalpel is a web scraping library inspired by libraries like Parsec and Perl's Web::Scraper. Scalpel builds on top of TagSoup to provide a declarative and monadic interface.

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-uri-encode 1.5.0.7
Dependencies: ghc-utf8-string@1.0.2 ghc-network-uri@2.6.4.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://hackage.haskell.org/package/uri-encode
Licenses: Modified BSD
Build system: haskell
Synopsis: Unicode aware uri-encoding
Description:

Unicode aware uri-encoding for Haskell.

ghc-wai-handler-launch 3.0.3.1
Dependencies: ghc-wai@3.2.4 ghc-warp@3.4.8 ghc-http-types@0.12.4 ghc-streaming-commons@0.2.3.0 ghc-async@2.2.5
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://hackage.haskell.org/package/wai-handler-launch
Licenses: Expat
Build system: haskell
Synopsis: Launch a Web application in the default browser
Description:

This package handles cross-platform Web browser launching and inserts JavaScript code to ping the server. When the server no longer receives pings, it shuts down.

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-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-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-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-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-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-wai-websockets 3.0.1.2
Dependencies: ghc-wai@3.2.4 ghc-case-insensitive@1.2.1.0 ghc-network@3.2.8.0 ghc-websockets@0.13.0.0 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: Provide a bridge between WAI and the websockets package
Description:

Use websockets with WAI applications, primarily those hosted via Warp.

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-types 0.12.4
Dependencies: ghc-case-insensitive@1.2.1.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/Vlix/http-types
Licenses: Modified BSD
Build system: haskell
Synopsis: Generic HTTP types for Haskell
Description:

This package provides generic HTTP types for Haskell (for both client and server code).

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-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-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-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-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-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-cookie 0.5.1
Dependencies: ghc-data-default-class@0.2.0.0
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/snoyberg/cookie
Licenses: Expat
Build system: haskell
Synopsis: HTTP cookie parsing and rendering
Description:

HTTP cookie parsing and rendering library for Haskell.

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

Total packages: 73954