aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Sieka <arnetheduck@gmail.com>2018-11-09 16:39:05 -0600
committerDominik Picheta <dominikpicheta@googlemail.com>2018-11-09 22:39:05 +0000
commitd20881d3d9dd042d233e61ea31717ccf789f3e88 (patch)
tree4eb12490b75b55eaa36679654572840aeba7e43f
parentf708299f2de485d468e349a9cc3607107ff50e02 (diff)
downloadpackages-d20881d3d9dd042d233e61ea31717ccf789f3e88.tar.gz
packages-d20881d3d9dd042d233e61ea31717ccf789f3e88.zip
Add package result (#889)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 7187f19..2b3940c 100644
--- a/packages.json
+++ b/packages.json
@@ -11050,6 +11050,20 @@
"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",
"method": "git",