Add optionsutils package (#1112)

This commit is contained in:
PMunch 2019-07-09 16:21:20 +02:00 committed by Miran
parent c9b4e7207e
commit 018e49642a

View File

@ -1221,6 +1221,19 @@
"license": "MIT",
"web": "https://github.com/PMunch/nimlsp"
},
{
"name": "optionsutils",
"url": "https://github.com/PMunch/nim-optionsutils",
"method": "git",
"tags": [
"options",
"library",
"safety"
],
"description": "Utility macros for easier handling of options in Nim",
"license": "MIT",
"web": "https://github.com/PMunch/nim-optionsutils"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",