Add package result (#889)

This commit is contained in:
Jacek Sieka 2018-11-09 16:39:05 -06:00 committed by Dominik Picheta
parent f708299f2d
commit d20881d3d9

View File

@ -11049,6 +11049,20 @@
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser"
},
{
"name": "result",
"url": "https://github.com/arnetheduck/nim-result",
"method": "git",
"tags": [
"library",
"result",
"errors",
"functional"
],
"description": "Friendly, exception-free value-or-error returns, similar to Option[T]",
"license": "MIT",
"web": "https://github.com/arnetheduck/nim-result"
},
{
"name": "asciigraph",
"url": "https://github.com/KeepCoolWithCoolidge/asciigraph",