diff options
| author | PMunch <peterme@peterme.net> | 2019-07-09 16:21:20 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-07-09 16:21:20 +0200 |
| commit | 018e49642a5f7163600e2f1a4a33f70342c37206 (patch) | |
| tree | 021488c3893f0692403d1d6941b5632fee80eea2 | |
| parent | c9b4e7207e3874161df9e9b9f3651bb4dd056f83 (diff) | |
| download | packages-018e49642a5f7163600e2f1a4a33f70342c37206.tar.gz packages-018e49642a5f7163600e2f1a4a33f70342c37206.zip | |
Add optionsutils package (#1112)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6e874ac..8ef01c9 100644 --- a/packages.json +++ b/packages.json @@ -1222,6 +1222,19 @@ "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", "method": "git", |
