Add monad package

This commit is contained in:
superfunc 2014-10-17 22:06:29 -05:00
parent ef057e5e8e
commit c4c22c7237

View File

@ -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"
}
]