mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 09:59:29 +00:00
Candran 1.0.0
This commit is contained in:
parent
f0cacd6f08
commit
7131c5c8b1
5 changed files with 15 additions and 15 deletions
|
|
@ -2,7 +2,7 @@ rockspec_format = "3.0"
|
|||
|
||||
package = "candran"
|
||||
|
||||
version = "0.14.0-1"
|
||||
version = "1.0.0-1"
|
||||
|
||||
description = {
|
||||
summary = "A simple Lua dialect and preprocessor.",
|
||||
|
|
@ -19,14 +19,15 @@ description = {
|
|||
|
||||
source = {
|
||||
url = "git://github.com/Reuh/candran",
|
||||
tag = "v0.14.0"
|
||||
tag = "v1.0.0"
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"lpeglabel >= 1.5.0",
|
||||
"linenoise >= 0.9",
|
||||
"luacheck >= 0.23.0"
|
||||
"luacheck >= 0.23.0",
|
||||
"argparse >= 0.7.0"
|
||||
}
|
||||
|
||||
build = {
|
||||
|
|
@ -18,8 +18,7 @@ description = {
|
|||
}
|
||||
|
||||
source = {
|
||||
url = "git://github.com/Reuh/candran",
|
||||
branch = "argparse"
|
||||
url = "git://github.com/Reuh/candran"
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue