Skip to content

Commit

Permalink
0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jan 15, 2015
1 parent dcb17aa commit e14efa0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions rockspecs/argparse-0.3.2-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package = "argparse"
version = "0.3.2-1"
source = {
url = "git://github.com/mpeterv/argparse.git",
tag = "0.3.2"
}
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.4"
}
build = {
type = "builtin",
modules = {
argparse = "src/argparse.lua"
},
copy_directories = {"doc", "spec"}
}

0 comments on commit e14efa0

Please sign in to comment.