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

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-tls 2.1.8
Dependencies: ghc-asn1-types@0.3.4 ghc-asn1-encoding@0.9.6 ghc-base16-bytestring@1.0.2.0 ghc-cereal@0.5.8.3 ghc-crypton@1.0.4 ghc-crypton-x509@1.7.7 ghc-crypton-x509-store@1.6.11 ghc-crypton-x509-validation@1.6.14 ghc-data-default@0.8.0.1 ghc-memory@0.18.0 ghc-network@3.2.8.0 ghc-serialise@0.2.6.1 ghc-transformers@0.6.1.1 ghc-unix-time@0.4.17 ghc-zlib@0.7.1.0
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: http://github.com/haskell-tls/hs-tls
Licenses: Modified BSD
Build system: haskell
Synopsis: TLS/SSL protocol native implementation (Server and Client)
Description:

Native Haskell TLS and SSL protocol implementation for server and client. This provides a high-level implementation of a sensitive security protocol, eliminating a common set of security issues through the use of the advanced type system, high level constructions and common Haskell features. Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key exchanges, and many extensions.

ghc-pem 0.2.4
Dependencies: ghc-basement@0.0.16 ghc-memory@0.18.0
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/vincenthz/hs-pem
Licenses: Modified BSD
Build system: haskell
Synopsis: Privacy Enhanced Mail (PEM) format reader and writer
Description:

This library provides readers and writers for the Privacy Enhanced Mail (PEM) format.

ghc-sha 1.6.4.4
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://hackage.haskell.org/package/SHA
Licenses: Modified BSD
Build system: haskell
Synopsis: SHA suite of message digest functions
Description:

This library implements the SHA suite of message digest functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC routines. The functions have been tested against most of the NIST and RFC test vectors for the various functions. While some attention has been paid to performance, these do not presently reach the speed of well-tuned libraries, like OpenSSL.

ghc-cryptonite 0.30
Dependencies: ghc-memory@0.18.0 ghc-basement@0.0.16
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/haskell-crypto/cryptonite
Licenses: Modified BSD
Build system: haskell
Synopsis: Cryptography primitives
Description:

This package is a repository of cryptographic primitives for Haskell. It supports a wide range of symmetric ciphers, cryptographic hash functions, public key algorithms, key derivation numbers, cryptographic random number generators, and more.

ghc-x509 1.7.7
Dependencies: ghc-memory@0.18.0 ghc-hourglass@0.2.12 ghc-pem@0.2.4 ghc-asn1-types@0.3.4 ghc-asn1-encoding@0.9.6 ghc-asn1-parse@0.9.5 ghc-cryptonite@0.30
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: http://github.com/vincenthz/hs-certificate
Licenses: Modified BSD
Build system: haskell
Synopsis: X509 reader and writer
Description:

This library provides functions to read and write X509 certificates.

ghc-crypto-random 0.0.9
Dependencies: ghc-securemem@0.1.10 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/vincenthz/hs-crypto-random
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple cryptographic random related types for Haskell
Description:

Simple cryptographic random related types: a safe abstraction for CPRNGs.

ghc-x509-store 1.6.9
Dependencies: ghc-pem@0.2.4 ghc-asn1-types@0.3.4 ghc-asn1-encoding@0.9.6 ghc-cryptonite@0.30 ghc-x509@1.7.7
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: http://github.com/vincenthz/hs-certificate
Licenses: Modified BSD
Build system: haskell
Synopsis: X.509 collection accessing and storing methods
Description:

This package provides functions for accessing and storing X.509 collections, certificates, revocation lists, and exception lists.

ghc-asn1-parse 0.9.5
Dependencies: ghc-asn1-types@0.3.4 ghc-asn1-encoding@0.9.6
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/vincenthz/hs-asn1
Licenses: Modified BSD
Build system: haskell
Synopsis: Simple monadic parser for ASN1 stream types
Description:

This package provides a simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.

ghc-cryptohash-sha1 0.11.101.0
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/haskell-hvr/cryptohash-sha1
Licenses: Modified BSD
Build system: haskell
Synopsis: SHA-1 implementation for Haskell
Description:

This Haskell package provides an incremental and one-pass, pure API to the SHA-1 hash algorithm, including HMAC support, with performance close to the fastest implementations available in other languages.

The implementation is made in C with a haskell FFI wrapper that hides the C implementation.

ghc-crypton-x509 1.7.7
Dependencies: ghc-memory@0.18.0 ghc-hourglass@0.2.12 ghc-pem@0.2.4 ghc-asn1-types@0.3.4 ghc-asn1-encoding@0.9.6 ghc-asn1-parse@0.9.5 ghc-crypton@1.0.4
Channel: guix
Location: gnu/packages/haskell-crypto.scm (gnu packages haskell-crypto)
Home page: https://github.com/kazu-yamamoto/crypton-certificate
Licenses: Modified BSD
Build system: haskell
Synopsis: X509 reader and writer
Description:

This package provides generic X509 support for Haskell.

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-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-authenticate-oauth 1.7
Dependencies: ghc-http-client@0.7.19 ghc-crypto-pubkey-types@0.4.3 ghc-rsa@2.4.1 ghc-data-default@0.8.0.1 ghc-base64-bytestring@1.2.1.0 ghc-sha@1.6.4.4 ghc-random@1.2.1.3 ghc-http-types@0.12.4 ghc-blaze-builder@0.4.4.1 ghc-transformers-compat@0.7.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: http://github.com/yesodweb/authenticate
Licenses: Modified BSD
Build system: haskell
Synopsis: Library to authenticate with OAuth for Haskell web applications.
Description:

API docs and the README are available at <http://www.stackage.org/package/authenticate-oauth>.

ghc-yesod-persistent 1.6.0.8
Dependencies: ghc-yesod-core@1.6.27.1 ghc-persistent@2.17.1.0 ghc-persistent-template@2.12.0.0 ghc-blaze-builder@0.4.4.1 ghc-conduit@1.3.6.1 ghc-resourcet@1.3.0 ghc-resource-pool@0.4.0.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: Helpers for using Persistent from Yesod
Description:

This Haskell package provides helpers for using Persistent from Yesod.

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-scalpel-core 0.6.2.2
Dependencies: ghc-data-default@0.8.0.1 ghc-fail@4.9.0.0 ghc-pointedlist@0.6.1 ghc-regex-base@0.94.0.3 ghc-regex-tdfa@1.3.2.4 ghc-tagsoup@0.14.8 ghc-vector@0.13.2.0
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 core provides a subset of the scalpel web scraping library that is intended to have lightweight dependencies and to be free of all non-Haskell dependencies.

ghc-mime-types 0.1.2.0
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: Basic MIME type handling types and functions
Description:

This library provides basic MIME type handling types and functions.

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-mattermost-api-qc 90000.0.0
Dependencies: ghc-mattermost-api@90000.0.0 ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://github.com/matterhorn-chat/mattermost-api-qc
Licenses: ISC
Build system: haskell
Synopsis: QuickCheck instances for the Mattermost client API library
Description:

This package provides a library providing QuickCheck for the mattermost-api library to allow testing. This is provided as a separate library to allow use of the API library without testing dependencies.

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-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-html 1.0.1.2
Channel: guix
Location: gnu/packages/haskell-web.scm (gnu packages haskell-web)
Home page: https://hackage.haskell.org/package/html
Licenses: Modified BSD
Build system: haskell
Synopsis: HTML combinator library
Description:

This package contains a combinator library for constructing HTML documents.

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.

Total packages: 32521