Skip to content

Commit 002db5a

Browse files
committed
0.3.1 release
1 parent 5702fd1 commit 002db5a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

rockspecs/argparse-0.3.1-1.rockspec

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
package = "argparse"
2+
version = "0.3.1-1"
3+
source = {
4+
url = "git://github.com/mpeterv/argparse.git",
5+
tag = "0.3.1"
6+
}
7+
description = {
8+
summary = "A feature-rich command-line argument parser",
9+
detailed = "argparse supports positional arguments, options, flags, optional arguments, subcommands and more. argparse automatically generates usage, help and error messages. ",
10+
homepage = "https://github.com/mpeterv/argparse",
11+
license = "MIT/X11"
12+
}
13+
dependencies = {
14+
"lua >= 5.1, < 5.4"
15+
}
16+
build = {
17+
type = "builtin",
18+
modules = {
19+
argparse = "src/argparse.lua"
20+
},
21+
copy_directories = {"doc", "spec"}
22+
}

0 commit comments

Comments
 (0)