Merge branch 'master' of https://github.com/superfunc/packages into superfunc-master

This commit is contained in:
Dominik Picheta 2017-07-08 15:00:19 +01:00
commit 93531a4f47

View File

@ -1592,18 +1592,18 @@
"web": "https://github.com/cowboy-coders/nim-openssl-evp" "web": "https://github.com/cowboy-coders/nim-openssl-evp"
}, },
{ {
"name": "monad", "name": "maybe",
"url": "https://github.com/superfunc/monad", "url": "https://github.com/superfunc/maybe",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"functional", "functional",
"monad", "optional",
"functor" "monad"
], ],
"description": "basic monadic data types for Nim", "description": "basic monadic maybe type for Nim",
"license": "BSD3", "license": "BSD3",
"web": "https://github.com/superfunc/monad" "web": "https://github.com/superfunc/maybe"
}, },
{ {
"name": "eternity", "name": "eternity",