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 morpheus-graphql-code-gen-utils

    Morpheus GraphQL CLI code generator for Morpheus GraphQL

  2. package morpheus-graphql-server

    Morpheus GraphQL Build GraphQL APIs with your favourite functional language!

  3. package mpi-hs-binary

    MPI bindings for Haskell MPI (the Message Passinag Interface) is a widely used standard for distributed-memory programming on HPC (High Performance Computing) systems. MPI allows exchanging data (_messages_) between programs running in parallel. There are several high-quality open source MPI implementations (e.g. MPICH, MVAPICH, OpenMPI) as well as a variety of closed-source implementations. These libraries can typically make use of high-bandwidth low-latency communication hardware such as InfiniBand. This library mpi-hs provides Haskell bindings for MPI. It is based on ideas taken from haskell-mpi, Boost.MPI for C++, and MPI for Python. mpi-hs provides two API levels: A low-level API gives rather direct access to the actual MPI API, apart from certain "reasonable" mappings from C to Haskell (e.g. output arguments that are in C stored via a pointer are in Haskell regular return values). A high-level API simplifies exchanging arbitrary values that can be serialized. Note that the automated builds on Hackage will currently always fail since no system MPI library is present there. However, builds on Stackage should succeed -- if not, there is an error in this package.

  4. package mpi-hs-cereal

    MPI bindings for Haskell MPI (the Message Passinag Interface) is a widely used standard for distributed-memory programming on HPC (High Performance Computing) systems. MPI allows exchanging data (_messages_) between programs running in parallel. There are several high-quality open source MPI implementations (e.g. MPICH, MVAPICH, OpenMPI) as well as a variety of closed-source implementations. These libraries can typically make use of high-bandwidth low-latency communication hardware such as InfiniBand. This library mpi-hs provides Haskell bindings for MPI. It is based on ideas taken from haskell-mpi, Boost.MPI for C++, and MPI for Python. mpi-hs provides two API levels: A low-level API gives rather direct access to the actual MPI API, apart from certain "reasonable" mappings from C to Haskell (e.g. output arguments that are in C stored via a pointer are in Haskell regular return values). A high-level API simplifies exchanging arbitrary values that can be serialized. Note that the automated builds on Hackage will currently always fail since no system MPI library is present there. However, builds on Stackage should succeed -- if not, there is an error in this package.

  5. package msgpack

    A Haskell implementation of MessagePack A Haskell implementation of the MessagePack data interchange format. MessagePack is a binary format which aims to be compact and supports encoding a superset of the JSON data-model.

    Related Packages

    A JSON adapter for the aeson library is provided by the msgpack-aeson package. The msgpack-rpc package provides an implementation of the MessagePack-RPC protocol.

  6. package mtl-prelude

    Reexports of most definitions from "mtl" and "transformers" This package only exports definitions from the "mtl" and "transformers" libraries. Unlike every module of "mtl" it does not reexport Control.Monad and Control.Monad.Fix. In combination with the "base-prelude" library, this should give you a quite rich prelude. The 2.* versions are restricted by the feature set of mtl-2.2 and transformers-0.4, however they provide support for newer versions of those libraries as well.

  7. package multipart

    Parsers for the HTTP multipart format Parsers and data types for the HTTP multipart format from RFC2046.

  8. package murmur-hash

    MurmurHash2 implementation for Haskell. Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. This implementation is pure Haskell, so it might be a bit slower than a C FFI binding.

  9. package mx-state-codes

    ISO 3166-2:MX State Codes and Names This package contains a Code data type containing each Mexican State, as well as functions for converting from and to the English subdivision names.

  10. package myers-diff

    Please see the README on GitHub at https://github.com/codedownio/myers-diff#readme

Page 219 of many | Previous | Next