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"
},
{
"name": "monad",
"url": "https://github.com/superfunc/monad",
"name": "maybe",
"url": "https://github.com/superfunc/maybe",
"method": "git",
"tags": [
"library",
"functional",
"monad",
"functor"
"optional",
"monad"
],
"description": "basic monadic data types for Nim",
"description": "basic monadic maybe type for Nim",
"license": "BSD3",
"web": "https://github.com/superfunc/monad"
"web": "https://github.com/superfunc/maybe"
},
{
"name": "eternity",