aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",