mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 09:59:29 +00:00
Add destructuring assignement
This commit is contained in:
parent
851e9f89d6
commit
842536b561
10 changed files with 3823 additions and 2985 deletions
|
|
@ -19,12 +19,13 @@ description = {
|
|||
|
||||
source = {
|
||||
url = "git://github.com/Reuh/candran",
|
||||
tag = "v0.10.0"
|
||||
tag = "v0.11.0"
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
"lua >= 5.1",
|
||||
"lpeglabel >= 1.5.0"
|
||||
"lpeglabel >= 1.5.0",
|
||||
"linenoise >= 0.9"
|
||||
}
|
||||
|
||||
build = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue