Skip to content

Commit 41af16c

Browse files
authored
Add nim-compose and yaclap (#3084)
* Add nim-compose and yaclap * Update packages.json
1 parent 1eee92e commit 41af16c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

packages.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
[
2+
{
3+
"name": "yaclap",
4+
"url": "https://codeberg.org/emanresu3/yaclap",
5+
"method": "git",
6+
"tags": [
7+
"console",
8+
"command-line",
9+
"cli"
10+
],
11+
"description": "Yet another command line argument parser for Nim.",
12+
"license": "MIT",
13+
"web": "https://codeberg.org/emanresu3/yaclap"
14+
},
15+
{
16+
"name": "nim-compose",
17+
"url": "https://codeberg.org/emanresu3/nim-compose",
18+
"method": "git",
19+
"tags": [
20+
"functional",
21+
"pipeline",
22+
"composition"
23+
],
24+
"description": "Composition operators for Nim.",
25+
"license": "MIT",
26+
"web": "https://codeberg.org/emanresu3/nim-compose"
27+
},
228
{
329
"name": "vexhost",
430
"url": "https://github.com/roger-padrell/vexhost",

0 commit comments

Comments
 (0)