diff --git a/packages.json b/packages.json index 7187f19..2b3940c 100644 --- a/packages.json +++ b/packages.json @@ -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",