Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

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

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

  4. package bz2

    Bindings to libbz2 High-level bindings to libbz2 via ByteString

  5. package cabal-install-solver

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

  6. package cache

    An in-memory key/value store with expiration support An in-memory key/value store with expiration support, similar to patrickmn/go-cache for Go. The cache is a shared mutable HashMap implemented using STM and with support for expiration times.

  7. package casa-types

    Types for Casa Types for Casa (Content-Addressable Storage Archive). See https://casa.stackage.org/

  8. package cases

    A converter for spinal, snake and camel cases A parser-based converter library for spinal, snake and camel cases.

  9. package cassava-megaparsec

    Megaparsec parser of CSV files that plays nicely with Cassava Megaparsec parser of CSV files that plays nicely with Cassava.

  10. package cborg-json

    A library for encoding JSON as CBOR This package implements the bijection between JSON and CBOR defined in the CBOR specification, RFC 7049.

Page 106 of many | Previous | Next