Skip to content

Commit 8004d02

Browse files
committed
Add pkg.json file
1 parent 738fc84 commit 8004d02

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"category": "utilities",
3+
"contact": "dylan-lang@googlegroups.com",
4+
"deps": ["strings@1.0"],
5+
"description": "Command line processing",
6+
"keywords": ["cli", "flags"],
7+
"name": "command-line-parser",
8+
"version": "3.1.0",
9+
"url": "https://github.com/dylan-lang/command-line-parser"
10+
}

0 commit comments

Comments
 (0)