mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-08-23 06:52:29 +00:00
Add travis testing for Lua 5.3
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
package = "argparse"
|
||||
version = "scm-1"
|
||||
source = {
|
||||
url = "git://github.com/mpeterv/argparse.git"
|
||||
}
|
||||
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"}
|
||||
}
|
Reference in New Issue
Block a user