mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Move rockspecs [ci skip]
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
package = "argparse"
|
|
||||||
version = "0.1.0-1"
|
|
||||||
source = {
|
|
||||||
url = "git://github.com/mpeterv/argparse.git",
|
|
||||||
tag = "0.1.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.8"
|
|
||||||
}
|
|
||||||
build = {
|
|
||||||
type = "builtin",
|
|
||||||
modules = {
|
|
||||||
argparse = "src/argparse.lua"
|
|
||||||
},
|
|
||||||
copy_directories = {"doc", "spec"}
|
|
||||||
}
|
|
@@ -1,23 +0,0 @@
|
|||||||
package = "argparse"
|
|
||||||
version = "0.2.0-1"
|
|
||||||
source = {
|
|
||||||
url = "git://github.com/mpeterv/argparse.git",
|
|
||||||
tag = "0.2.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"}
|
|
||||||
}
|
|
@@ -1,23 +0,0 @@
|
|||||||
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"}
|
|
||||||
}
|
|
@@ -1,22 +0,0 @@
|
|||||||
package = "argparse"
|
|
||||||
version = "0.3.1-1"
|
|
||||||
source = {
|
|
||||||
url = "git://github.com/mpeterv/argparse.git",
|
|
||||||
tag = "0.3.1"
|
|
||||||
}
|
|
||||||
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"}
|
|
||||||
}
|
|
@@ -1,22 +0,0 @@
|
|||||||
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"}
|
|
||||||
}
|
|
@@ -1,22 +0,0 @@
|
|||||||
package = "argparse"
|
|
||||||
version = "0.4.0-1"
|
|
||||||
source = {
|
|
||||||
url = "git://github.com/mpeterv/argparse",
|
|
||||||
tag = "0.4.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.4"
|
|
||||||
}
|
|
||||||
build = {
|
|
||||||
type = "builtin",
|
|
||||||
modules = {
|
|
||||||
argparse = "src/argparse.lua"
|
|
||||||
},
|
|
||||||
copy_directories = {"doc", "spec"}
|
|
||||||
}
|
|
@@ -1,22 +0,0 @@
|
|||||||
package = "argparse"
|
|
||||||
version = "0.4.1-1"
|
|
||||||
source = {
|
|
||||||
url = "git://github.com/mpeterv/argparse",
|
|
||||||
tag = "0.4.1"
|
|
||||||
}
|
|
||||||
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