From bc3dcb0437012fc012c5e2355330b049715893c4 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Thu, 7 Nov 2019 02:07:24 +0700 Subject: [PATCH] Added package sim (#1239) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7d26adc..4e53a3c 100644 --- a/packages.json +++ b/packages.json @@ -15137,5 +15137,18 @@ "description": "A library to create interactive commandline menus without writing boilerplate code.", "license": "MIT", "web": "https://github.com/MnlPhlp/cli_menu" + }, + { + "name": "sim", + "url": "https://github.com/ba0f3/sim.nim", + "method": "git", + "tags": [ + "config", + "parser", + "parsing" + ], + "description": "Parse config by defining an object", + "license": "MIT", + "web": "https://github.com/ba0f3/sim.nim" } ]