Fix spelling ("interace" -> interface) & add some tags/keywords. (#2556)

* Fix spelling ("interace" -> interface) & add some tags/keywords.

* cligen/strUt.tmplParse deserves more visibility

* Remove duplicate.

---------

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
This commit is contained in:
c-blake 2023-04-01 09:41:20 -04:00 committed by GitHub
parent 0df8a281ec
commit dfb8285074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5407,13 +5407,29 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"cli",
"command-line", "command-line",
"command line",
"commandline",
"arguments", "arguments",
"switches", "switches",
"options",
"argparse",
"optparse",
"parser",
"parsing", "parsing",
"options" "formatter",
"formatting",
"template engines",
"highlighting",
"terminal",
"color",
"completion",
"help generation",
"abbreviation",
"multiprocessing"
], ],
"description": "Infer & generate command-line interace/option/argument parsers", "description": "Infer & generate command-line interface/option/argument parsers",
"license": "MIT", "license": "MIT",
"web": "https://github.com/c-blake/cligen" "web": "https://github.com/c-blake/cligen"
}, },
@ -18912,11 +18928,15 @@
"dictionary", "dictionary",
"hash tables", "hash tables",
"data structures", "data structures",
"algorithms",
"hash", "hash",
"hashes",
"compact", "compact",
"Fenwick tree", "Fenwick Tree",
"BIST", "BIST",
"binary trees", "binary trees",
"sketch",
"sketches",
"B-Tree" "B-Tree"
], ],
"description": "An Adaptive Index Library For Nim", "description": "An Adaptive Index Library For Nim",
@ -27552,11 +27572,22 @@
"posix", "posix",
"linux", "linux",
"sysadmin", "sysadmin",
"sys admin",
"system administration", "system administration",
"shell utilities", "shell utilities",
"pipeline",
"benchmarking", "benchmarking",
"colorization", "colorization",
"extreme value statistics" "measurement",
"benchmarking",
"extreme value statistics",
"file types",
"file times",
"terminal",
"random",
"sampling",
"space management",
"miscellany"
], ],
"description": "B)asic|But-For U)tility Code/Programs (Usually Nim & With Unix/POSIX/Linux Context)", "description": "B)asic|But-For U)tility Code/Programs (Usually Nim & With Unix/POSIX/Linux Context)",
"license": "MIT/ISC", "license": "MIT/ISC",
@ -27721,6 +27752,8 @@
"tags": [ "tags": [
"rolling hash", "rolling hash",
"content-sensitive framing", "content-sensitive framing",
"content-defined chunking",
"CDC",
"near duplicate", "near duplicate",
"duplicate", "duplicate",
"detection", "detection",