Pinned Repositories
bayhac2014
example package for class at BayHac 2014 on development with the Haste compiler
hs-aws-general
Haskell Bindings for AWS General API
hs-aws-kinesis
Haskell Bindings for AWS Kinesis
hs-aws-kinesis-client
A producer/consumer client library for Kinesis
hs-aws-lambda
Haskell bindings for AWS Lambda
hs-aws-sns
Haskell Bindings for AWS SNS
hs-configuration-tools
Tools for defining and parsing configurations of Haskell applications
hs-trace
A monad transformer for tracing error provenience
hs-yet-another-logger
Haskell logging framework with a focus on flexibility and performance
wai-cors
A Haskell implementation of Cross-Origin resource sharing (CORS) for Wai
AlephCloud Systems, Inc.'s Repositories
alephcloud/bayhac2014
example package for class at BayHac 2014 on development with the Haste compiler
alephcloud/dropbox-sdk-haskell
The beginnings of a Dropbox API for Haskell (unofficial).
alephcloud/ac-recordfromjson
machinery for generic FromJSON instances for record types with better errors than the derived instances
alephcloud/haste-compiler
A Haskell to Javascript compiler.
alephcloud/aeson
A fast Haskell JSON library
alephcloud/base64-bytestring
Fast base64 encoding and decoding for Haskell.
alephcloud/cabal
Fork of Cabal and cabal-install that features a version of cabal-install that supports connections over TLS
alephcloud/coreos-vagrant
Configuration files for making a local Docker development environment using CoreOS running on any Vagrant VM. Forked from https://github.com/coreos/coreos-vagrant/ with substantial additions to the user-data file.
alephcloud/curl
A Haskell binding to the curl library
alephcloud/docker-hubot
Everything to build a Docker container with a copy of the Hubot chat automaton. Based on Debian Stable.
alephcloud/docker-nginx
Everything to build a Docker container with a copy of the nginx web server. Based on Debian Stable.
alephcloud/docker-postgres
Everything to build a Docker container with a copy of the PostgreSQL database server, from source. Based on Debian Stable.
alephcloud/docker-registry
Everything to build a Docker container with a copy of the Docker registry daemon. Forked from https://github.com/dotcloud/docker-registry to base it on Debian Stable instead of Ubuntu.
alephcloud/docker-s3-registry
Docker Registry backed with Amazon S3 and embedded Redis with LRU cache
alephcloud/either
the EitherT monad transformer
alephcloud/haste-ffi-parser
Programm for easier writing ffi for the haste haskell to js compiler
alephcloud/hs-ac-logging
Haskell-based logging infrastructure, with no dependencies on our other projects.
alephcloud/hs-ac-webd
common ac web daemon
alephcloud/hs-cryptohash
efficient and practical cryptohashing in haskell
alephcloud/hs-cryptohash-cryptoapi
cryptohash instances for cryptoapi
alephcloud/shellmate
alephcloud/skein
Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.
alephcloud/syb-with-class
Fork of http://patch-tag.com/r/Saizan/syb-with-class
alephcloud/type-level-numbers
Implementation of type level natural and signed integer numbers in haskell using type families.
alephcloud/wai
Haskell Web Application Interface
alephcloud/wai-session
Flexible session middleware for WAI