aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2018-10-27 10:53:14 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2018-10-27 10:53:14 +0100
commitecc06f7acc6c71a64809954d04017980d5df7979 (patch)
treead49cb70e9d9088e4ddca69e36a08ec69ab7a158
parent317ded1dd43ad8b89f28056229c142b247471458 (diff)
downloadpackages-ecc06f7acc6c71a64809954d04017980d5df7979.tar.gz
packages-ecc06f7acc6c71a64809954d04017980d5df7979.zip
Adds sugerror. (Merges #902 manually).
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1259490..fb7b565 100644
--- a/packages.json
+++ b/packages.json
@@ -11217,5 +11217,17 @@
"description": "GeoRef Argentina Government MultiSync API Client for Nim",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-georefar"
+ },
+ {
+ "name": "sugerror",
+ "url": "https://github.com/quelklef/nim-sugerror",
+ "method": "git",
+ "tags": [
+ "errors",
+ "expr"
+ ],
+ "description": "Terse and composable error handling.",
+ "license": "MIT",
+ "web": "https://github.com/quelklef/nim-sugerror"
}
]