Merge pull request #786 from JohnAD/master

Add 'ur' library
This commit is contained in:
Dominik Picheta 2018-07-08 17:19:07 +01:00 committed by GitHub
commit 25e3fa5895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]