Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package burrito

    Parse and render URI templates. Burrito is a Haskell library for parsing and rendering URI templates. According to RFC 6570: "A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion." Burrito implements URI templates according to the specification in that RFC. The term "uniform resource identifiers" (URI) is often used interchangeably with other related terms like "internationalized resource identifier" (IRI), "uniform resource locator" (URL), and "uniform resource name" (URN). Burrito can be used for all of these. If you want to get technical, its input must be a valid IRI and its output will be a valid URI or URN. Although Burrito is primarily intended to be used with HTTP and HTTPS URIs, it should work with other schemes as well.

  2. package butcher

    Chops a command or program invocation into digestable pieces. See the README (it is properly formatted on github).

  3. package bytedump

    Flexible byte dump helpers for human readers. A set of helpers to dump bytes with lots of different output formats easy to read for humans eyes.

  4. package bytehash

    Universal hashing of bytes Taken together, universal hash functions and a good source of entropy provide a foundation for hash maps guarantee O(1) lookups even if an adversary chooses the keys. This library implements such a hash map. The implementation of lookup is tuned for performance. The functions for building hash maps are not since they are intended to be called infrequently.

  5. package bytestring-conversion

    Type-classes to convert values to and from ByteString. Defines the type-classes ToByteString and FromByteString to convert values to and from textual ByteString encodings.

  6. package bytestring-encodings

    checks to see if a given bytestring adheres to a certain encoding This module provides a family of functions, isX, of type ByteString -> Bool, which return True if the input ByteString adheres to a certain encoding X, and False otherwise.

  7. package bytestring-to-vector

    Convert between ByteString and Vector.Storable without copying This library allows conversion between the types from Data.ByteString (package bytestring) and Data.Vector.Storable (package vector) without copying the underlying data. This is useful, for example, when ByteString IO produces or consumes vectors of numbers in native byte order. The conversion relies on the fact that ByteString and Vector use their respective ForeignPtrs in compatible ways. This library is a fork of the spool package written by Keegan McAllister.

  8. package bytestring-tree-builder

    A very efficient ByteString builder implementation based on the binary tree According to the benchmarks this builder implementation beats all the alternatives. It is especially well-suited for generating strict bytestrings, beating the standard builder by at least the factor of 4.

  9. package bz2

    Bindings to libbz2 High-level bindings to libbz2 via ByteString

  10. package cabal-install-solver

    The command-line interface for Cabal and Hackage. The solver component used in cabal-install command-line program

Page 106 of many | Previous | Next