Pinned Repositories
base64-bytestring-type
A newtype around ByteString, for base64 encoding.
cardano-drep
My Cardano DREP information
conduit-find
haskell-big-integer-experiment
An experiment in re-implementing big integers in Haskell.
hjsmin
Haskell version of jsmin js minifier
http-proxy
A Haskell library for writing HTTP and HTTPS proxies.
jenga
Generate a cabal freeze file from a stack.yaml
system-linux-proc
Haskell library for accessing the /proc filesystem in Linux
vector-algorithms
wide-word
A haskell library providing Word128 and Int128 types
erikd's Repositories
erikd/vector-algorithms
erikd/wide-word
A haskell library providing Word128 and Int128 types
erikd/cardano-drep
My Cardano DREP information
erikd/aeson
A fast Haskell JSON library
erikd/attoparsec
A fast Haskell library for parsing ByteStrings
erikd/bifunctors
Haskell 98 bifunctors, bifoldables and bitraversables
erikd/cabal
Official upstream development repository for Cabal and cabal-install
erikd/cborg
Binary serialisation in the CBOR format
erikd/constraints-extras
Convenience functions and template haskell for working with constraints
erikd/ekg-core
Library for tracking system metrics
erikd/ekg-json
JSON encoding of ekg metrics
erikd/ghc-reproducer-25872
Reproducer for https://gitlab.haskell.org/ghc/ghc/-/issues/25872
erikd/haskell-hedgehog
Hedgehog will eat all your bugs.
erikd/Haskell-Pipes-Safe-Library
Safety for the pipes ecosystem
erikd/HsOpenSSL
OpenSSL binding for Haskell
erikd/io-sim
Haskell's IO simulator which closely follows core packages (base, async, stm).
erikd/lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens
erikd/libsystemd-journal
Haskell bindings to libsystemd-journal
erikd/markdown-unlit
Literate Haskell support for Markdown
erikd/microlens
A lightweight (but compatible with ‘lens’) lenses library
erikd/monoidal-containers
Maps using values' monoidal structure during merging
erikd/plutus-tx-template
This is a template repository for kickstarting your plutus-tx smart contract project. Please refer to the README.md for more information.
erikd/servant
Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
erikd/servant-swagger-ui
Provide embedded swagger UI for servant and swagger
erikd/text
Haskell library for space- and time-efficient operations over Unicode text.
erikd/text-short
Memory-efficient representation of Unicode text strings
erikd/universe
Classes for types where we know all the values
erikd/unordered-containers
Efficient hashing-based container types
erikd/vector
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
erikd/vector-th-unbox
Deriver for unboxed vectors using Template Haskell