1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 09:59:29 +00:00

Candran v0.14

This commit is contained in:
Étienne Fildadut 2021-05-17 15:37:20 +02:00
parent 012b5c1d5a
commit 66f1a5a3c2
2 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ end
Candran is released under the MIT License (see ```LICENSE``` for details). Candran is released under the MIT License (see ```LICENSE``` for details).
#### Quick setup #### Quick setup
Install Candran automatically using LuaRocks: ```sudo luarocks install rockspec/candran-0.12.0-1.rockspec```. Install Candran automatically using LuaRocks: ```sudo luarocks install candran```.
Or manually install LPegLabel (```luarocks install lpeglabel```, version 1.5 or above), download this repository and use Candran through the scripts in ```bin/``` or use it as a library with the self-contained ```candran.lua```. Or manually install LPegLabel (```luarocks install lpeglabel```, version 1.5 or above), download this repository and use Candran through the scripts in ```bin/``` or use it as a library with the self-contained ```candran.lua```.

View file

@ -2,7 +2,7 @@ rockspec_format = "3.0"
package = "candran" package = "candran"
version = "0.13.0-1" version = "0.14.0-1"
description = { description = {
summary = "A simple Lua dialect and preprocessor.", summary = "A simple Lua dialect and preprocessor.",
@ -19,7 +19,7 @@ description = {
source = { source = {
url = "git://github.com/Reuh/candran", url = "git://github.com/Reuh/candran",
tag = "v0.13.0" tag = "v0.14.0"
} }
dependencies = { dependencies = {