Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

  1. package monoidal-functors

    Monoidal Functors Library A typeclass hierarchy for monoidal functors.

  2. package monoidmap-aeson

    JSON support for monoidmap. JSON support for the monoidmap package, compatible with aeson.

  3. package monoidmap-examples

    Examples for monoidmap. Examples for the monoidmap package.

  4. package more-containers

    A few more collections https://github.com/mtth/more-containers

  5. package morpheus-graphql-client

    Morpheus GraphQL Client Build GraphQL APIs with your favorite functional language!

  6. package morpheus-graphql-code-gen-utils

    Morpheus GraphQL CLI code generator for Morpheus GraphQL

  7. package morpheus-graphql-server

    Morpheus GraphQL Build GraphQL APIs with your favourite functional language!

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

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

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

Page 220 of many | Previous | Next