aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dupuy <john@cattailcreek9.com>2018-07-07 20:57:34 -0500
committerJohn Dupuy <john@cattailcreek9.com>2018-07-07 20:57:34 -0500
commit722876c6b89d40224c73eeccd148fc9c664d996e (patch)
treed8b929c5dcb9dbed83af960a229faa841b1ec041
parentfe5f34d127a0580c4bd121fba38a80fafdb2dbb0 (diff)
downloadpackages-722876c6b89d40224c73eeccd148fc9c664d996e.tar.gz
packages-722876c6b89d40224c73eeccd148fc9c664d996e.zip
Add 'ur' library
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c8a24a5..e2bd69c 100644
--- a/packages.json
+++ b/packages.json
@@ -9858,5 +9858,20 @@
"description": "Nim wrapper for the FMOD Low Level C API",
"license": "MIT",
"web": "https://github.com/johnnovak/nim-fmod"
+ },
+ {
+ "name": "ur",
+ "url": "https://github.com/JohnAD/ur",
+ "method": "git",
+ "tags": [
+ "library",
+ "universal",
+ "result",
+ "return"
+ ],
+ "description": "A Universal Result macro/object that normalizes the information returned from a procedure",
+ "license": "MIT",
+ "web": "https://github.com/JohnAD/ur",
+ "doc": "https://github.com/JohnAD/ur/blob/master/docs/ur.rst"
}
]