From b8b45033641dd89644fad9b738a3036c742e2ac5 Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 23 Aug 2021 10:01:26 +0200 Subject: [PATCH] add multiple packages (#1991) closes #1984 closes #1986 closes #1988 --- packages.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/packages.json b/packages.json index 24446aa..6f2ceec 100644 --- a/packages.json +++ b/packages.json @@ -23553,6 +23553,49 @@ "license": "WTFPL", "web": "https://github.com/Glasses-Neo/OOlib" }, + { + "name": "commandant", + "url": "https://github.com/casey-SK/commandant.git", + "method": "git", + "tags": [ + "library", + "command-line", + "cli", + "argument", + "parser", + "argparse", + "optparse" + ], + "description": "Commandant is a simple to use library for parsing command line arguments. Commandant is ideal for writing terminal applications, with support for flags, options, subcommands, and custom exit options.", + "license": "MIT", + "web": "https://github.com/casey-SK/commandant" + }, + { + "name": "algebraicdatas", + "url": "https://github.com/chocobo333/AlgebraicDataTypes", + "method": "git", + "tags": [ + "algebraicdatatypes", + "adt", + "pattern-mathcing" + ], + "description": "This module provides the feature of algebraic data type and its associated method", + "license": "MIT", + "web": "https://github.com/chocobo333/AlgebraicDataTypes" + }, + { + "name": "numToWord", + "url": "https://github.com/thisago/numToWord", + "method": "git", + "tags": [ + "numbers", + "conversion", + "words" + ], + "description": "Convert numbers to words", + "license": "MIT", + "web": "https://github.com/thisago/numToWord" + }, { "name": "bs", "url": "https://github.com/maubg-debug/build-sys",