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 blas-hs

    Low-level Haskell bindings to Blas. This package provides a complete low-level binding to Blas via the foreign function interface, allowing Haskell programs to take advantage of optimized routines for vector and matrix operations in Haskell. More information can be found at the repository.

  2. package blaze-svg

    SVG combinator library A blazingly fast SVG combinator library for the Haskell programming language. The Text.Blaze.SVG module is a good starting point. Other documentation:

  3. package bloodhound

    Elasticsearch client library for Haskell Elasticsearch made awesome for Haskell hackers

  4. package bloomfilter

    Pure and impure Bloom Filter implementations. Pure and impure Bloom Filter implementations.

  5. package bm

    open bookmarks and queries from the command line This package provides a command-line utility that opens bookmarks and queries. Please see the README on GitHub at https://github.com/ExtremaIS/bm-haskell#readme.

  6. package bnb-staking-csvs

    Generate CSV Exports of Your BNB Staking Rewards. bnb-staking-csvs is a CLI program that queries the Binance.org API for all of a delegator's rewards and exports the resulting data to a CSV file. You can install bnb-staking-csvs with Stack: stack install --resolver nightly bnb-staking-csvs. Then run the following to print out your rewards in CSV format:

    bnb-staking-csvs <DELEGATOR_PUBKEY>
    
    See bnb-staking-csvs --help for additional options.

  7. package board-games

    Three games for inclusion in a web server Three games that might run as CGI script in a web server: Connect Four, Rows&Columns, Mastermind. Additionally there is a CLI-only game: Das verrueckte Labyrinth. Check running versions at http://www.henning-thielemann.de/VierGewinnt and http://www.henning-thielemann.de/ZeilenSpalten. You can build an example web server by installing with

    cabal install board-games -fbuildExamples
    
    Then start the server with
    ./dist/build/board-games/board-games
    
    and play the games in your browser at the URL http://localhost:8080/. Currently the games use German texts. I wanted to use gettext, but this is not thread-safe.

  8. package bodhi

    Fedora Bodhi REST client library A REST client library for the Fedora Bodhi updates server. The binding is currently fairly low-level returning JSON Objects. So far it covers nearly all of the GET part of the API.

  9. package bordacount

    Implementation of the Borda count election method. Implementation of the Borda count election method, optionally with different weights for different participants. See https://en.wikipedia.org/wiki/Borda_count

  10. package bounded-queue

    A strict, immutable, thread-safe, single-ended, bounded queue. A strict, immutable, thread-safe, single-ended, bounded queue which automatically forgets old values instead of blocking.

Page 165 of many | Previous | Next