From c4c22c72374b2b8a98f50237d9a9c60de6382e26 Mon Sep 17 00:00:00 2001 From: superfunc Date: Fri, 17 Oct 2014 22:06:29 -0500 Subject: [PATCH] Add monad package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]