Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. package scheduler

    Work stealing scheduler. A work stealing scheduler that is designed for parallelization of heavy work loads. It was primarily developed for massiv array library, but it is general enough to be useful for any computation that fits the model of few workers and many jobs.

  2. package servant-auth

    Authentication combinators for servant This package provides an Auth combinator for servant. This combinator allows using different authentication schemes in a straightforward way, and possibly in conjunction with one another. 'servant-auth' additionally provides concrete authentication schemes, such as Basic Access Authentication, JSON Web Tokens, and Cookies. For more details on how to use this, see the README.

  3. package servant-blaze

    Blaze-html support for servant Servant support for blaze-html HTML content type which will use ToMarkup class.

  4. package servant-foreign

    Helpers for generating clients for servant APIs in any programming language Helper types and functions for generating client functions for servant APIs in any programming language This package provides types and functions that collect all the data needed to generate client functions in the programming language of your choice. This effectively means you only have to write the code that "pretty-prints" this data as some code in your target language. See the servant-js package for an example CHANGELOG

  5. package shell-utility

    Utility functions for writing command-line programs Utility functions for writing command-line programs including parsing of numbers with restrictions and enumerations for command-line arguments, verbosity controlled output, escaping shell arguments, exit with message. The package has very light dependencies and is Haskell 98.

  6. package shelly

    shell-like (systems) programming in Haskell Shelly provides convenient systems programming in Haskell, similar in spirit to POSIX shells. Shelly:

    • is aimed at convenience and getting things done rather than being a demonstration of elegance,
    • has detailed and useful error messages,
    • maintains its own environment, making it thread-safe.
    Shelly is originally forked from the Shellish package. See the shelly-extra package for additional functionality. An overview is available in the README: https://github.com/gregwebs/Shelly.hs/blob/master/README.md

  7. package show-combinators

    Combinators to write Show instances A minimal pretty-printing library for Show instances in Haskell.

  8. package skylighting

    syntax highlighting library Skylighting is a syntax highlighting library with support for over one hundred languages. It derives its tokenizers from XML syntax definitions used by KDE's KSyntaxHighlighting framework, so any syntax supported by that framework can be added. An optional command-line program is provided. Skylighting is intended to be the successor to highlighting-kate. This package provides generated syntax modules based on the KDE XML definitions provided by the skylighting-core package. As a result this package is licensed under the GPL.

  9. package sox

    Play, write, read, convert audio signals using Sox This is a wrapper to Sox the Sound Exchanger http://sox.sourceforge.net/ which lets you play, write, read and convert audio signals in various formats, resolutions, and numbers of channels. The functions call sox commands via the shell, that is, the sox and play executables must be installed and in the path to the executables must be set. In the past this was part of the synthesizer package.

  10. package store

    Fast binary serialization Fast binary serialization

Page 71 of many | Previous | Next