add multiple packages (#1991)

closes #1984
closes #1986
closes #1988
This commit is contained in:
Miran 2021-08-23 10:01:26 +02:00 committed by GitHub
parent 3939150ca9
commit b8b4503364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",