mirror of
https://github.com/Reuh/candran.git
synced 2026-02-04 02:08:40 +00:00
feat: update rockspec to 1.1.0
This commit is contained in:
parent
2ff1da0747
commit
4e05ac9320
1 changed files with 3 additions and 3 deletions
|
|
@ -2,12 +2,12 @@ rockspec_format = "3.0"
|
|||
|
||||
package = "candran"
|
||||
|
||||
version = "1.0.0-1"
|
||||
version = "1.1.0-1"
|
||||
|
||||
description = {
|
||||
summary = "A simple Lua dialect and preprocessor.",
|
||||
detailed = [[
|
||||
Candran is a dialect of the Lua 5.4 programming language which compiles to Lua 5.4, Lua 5.3, Lua 5.2, LuaJIT and Lua 5.1 compatible code. It adds several useful syntax additions which aims to make Lua faster and easier to write, and a simple preprocessor.
|
||||
Candran is a dialect of the Lua 5.4 programming language which compiles to Lua 5.5, Lua 5.4, Lua 5.3, Lua 5.2, LuaJIT and Lua 5.1 compatible code. It adds several useful syntax additions which aims to make Lua faster and easier to write, and a simple preprocessor.
|
||||
Unlike Moonscript, Candran tries to stay close to the Lua syntax, and existing Lua code should be able to run on Candran unmodified.
|
||||
]],
|
||||
license = "MIT",
|
||||
|
|
@ -19,7 +19,7 @@ description = {
|
|||
|
||||
source = {
|
||||
url = "git://github.com/Reuh/candran",
|
||||
tag = "v1.0.0"
|
||||
tag = "v1.1.0"
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue