Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. package massiv-serialise

    Compatibility of 'massiv' with 'serialise' Orphan Serialise class instances from serialise package that allow serialization of arrays defined in massiv package

  2. package math-extras

    A variety of mathematical utilities A variety of mathematical utilities not covered in base.

  3. package matplotlib

    Bindings to Matplotlib; a Python plotting library Matplotlib is probably the most full featured plotting library out there. These bindings provide a quick, easy, and extensible way to use it in Haskell.

    onscreen $ contourF (\a b -> sin (a*pi/180.0) + cos (b*pi/180.0)) (-100) 100 (-200) 200 10
    

  4. package matrix-market-attoparsec

    Parsing and serialization functions for the NIST Matrix Market format Parsing and serialization functions for the NIST Matrix Market format.

  5. package matrix-static

    Type-safe matrix operations Please see the README on GitHub at https://github.com/wchresta/matrix-static#readme

  6. package mcmc

    Sample from a posterior using Markov chain Monte Carlo Please see the README on GitHub at https://github.com/dschrempf/mcmc#readme

  7. package mcp-server

    Library for building Model Context Protocol (MCP) servers A fully featured library for building MCP (Model Context Protocol) servers. Supports both low-level fine-grained handling and high-level derived interfaces for prompts, resources, and tools. Includes JSON-RPC transport and stdin/stdout communication.

  8. package med-module

    Parse song module files from Amiga MED and OctaMED MED (Music EDitor) and its successor OctaMED were popular music trackers on the Amiga: https://en.wikipedia.org/wiki/OctaMED. This is a library for parsing the binary module data. With the Cabal flag -fbuildExamples you can build two example programs:

    • unmed2: Loads song module files and show their content on standard output.
    • animed: Create a PostScript document showing how a song is played. Also creates an FFmpeg cue file for the concat input type. This way you can create videos with MED music plus precisely timed animations of the played tracks. See the included Makefile for the command calls for creation of complete music videos from MMD files.

  9. package median-stream

    Constant-time queries for the median of a stream of numeric data. Uses the two-heap approach to support O(lg n) insertions and O(1) queries for the median.

  10. package megaparsec-tests

    Test utilities and the test suite of Megaparsec Test utilities and the test suite of Megaparsec.

Page 216 of many | Previous | Next