From 6470cb5f7157b9d0a882057cd43447d4b3c6ee49 Mon Sep 17 00:00:00 2001 From: madprops <206498+madprops@users.noreply.github.com> Date: Fri, 15 Nov 2019 11:53:56 -0600 Subject: [PATCH] Added package nap (#1250) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0012c36..8ce1980 100644 --- a/packages.json +++ b/packages.json @@ -15291,5 +15291,19 @@ "description": "A nim wrapper for the Argon2 hashing library", "license": "MIT", "web": "https://github.com/Ahrotahn/argon2" + }, + { + "name": "nap", + "url": "https://github.com/madprops/nap", + "method": "git", + "tags": [ + "arguments", + "parser", + "opts", + "library" + ], + "description": "Argument parser", + "license": "MIT", + "web": "https://github.com/madprops/nap" } ]