diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-10-18 19:23:03 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-10-18 19:23:03 +0100 |
| commit | db6da254b1ee90e18ecc7057bb8af4aa62358c7b (patch) | |
| tree | 2f336f0f7aef1a62898ddaaedab625b65ed4f398 | |
| parent | ef057e5e8e3a0794db5133dc8e38802a720118ba (diff) | |
| parent | c4c22c72374b2b8a98f50237d9a9c60de6382e26 (diff) | |
| download | packages-db6da254b1ee90e18ecc7057bb8af4aa62358c7b.tar.gz packages-db6da254b1ee90e18ecc7057bb8af4aa62358c7b.zip | |
Merge pull request #90 from superfunc/master
Add monad package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d9469fd..1a4df6d 100644 --- a/packages.json +++ b/packages.json @@ -984,6 +984,15 @@ "description": "Wrapper for OpenSSL's EVP interface", "license": "OpenSSL License and SSLeay License", "web": "https://github.com/cowboy-coders/nim-openssl-evp" + }, + { + "name": "monad", + "url": "git://github.com/superfunc/monad", + "method": "git", + "tags": ["library", "functional", "monad", "functor"], + "description": "basic monadic data types for Nim", + "license": "BSD3", + "web": "https://gitub.com/superfunc/monad" } ] |
