Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Aug 25, 2014
1 parent 5f7b3f3 commit 9f3f0ad
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rockspecs/argparse-0.3.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = "argparse"
version = "0.3.0-1"
source = {
url = "git://github.com/mpeterv/argparse.git",
tag = "0.3.0"
}
description = {
summary = "A feature-rich command-line argument parser",
detailed = "argparse supports positional arguments, options, flags, optional arguments, subcommands and more. argparse automatically generates usage, help and error messages. ",
homepage = "https://github.com/mpeterv/argparse",
license = "MIT/X11"
}
dependencies = {
"lua >= 5.1, < 5.3",
"30log >= 0.9.1"
}
build = {
type = "builtin",
modules = {
argparse = "src/argparse.lua"
},
copy_directories = {"doc", "spec"}
}

0 comments on commit 9f3f0ad

Please sign in to comment.