File tree 2 files changed +28
-5
lines changed
2 files changed +28
-5
lines changed Original file line number Diff line number Diff line change
1
+ return {
2
+ build_dependencies = {
3
+ luafilesystem = "1.8.0-1",
4
+ ["luarocks-build-tree-sitter-cli"] = "0.0.2-1",
5
+ ["luarocks-build-treesitter-parser"] = "6.0.0-1"
6
+ },
7
+ dependencies = {
8
+ argparse = "0.7.1-1",
9
+ compat53 = "0.14.4-1",
10
+ inspect = "3.1.3-0",
11
+ ["ltreesitter-ts"] = "0.0.1-1",
12
+ ["lua-cjson"] = "2.1.0.10-1",
13
+ luafilesystem = "1.8.0-1",
14
+ ["luarocks-build-tree-sitter-cli"] = "0.0.2-1",
15
+ ["luarocks-build-treesitter-parser"] = "6.0.0-1",
16
+ lusc_luv = "4.0.1-1",
17
+ luv = "1.50.0-1",
18
+ tl = "0.24.4-1",
19
+ ["tree-sitter-cli"] = "0.24.4-1",
20
+ ["tree-sitter-teal"] = "0.0.33-1"
21
+ },
22
+ }
Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ description = {
17
17
18
18
dependencies = {
19
19
" luafilesystem" ,
20
- " tl" ,
20
+ " tl == 0.24.4 " ,
21
21
" lua-cjson" ,
22
22
" argparse" ,
23
23
" inspect" ,
24
- " luv" ,
24
+ " luv ~> 1 " ,
25
25
" lusc_luv >= 4.0" ,
26
- " ltreesitter-ts==0.0.1" ,
27
- " tree-sitter-cli==0.24.4" ,
28
- " tree-sitter-teal" ,
26
+ " ltreesitter-ts == 0.0.1" , -- can be removed when ltreesitter updates
27
+ " tree-sitter-cli == 0.24.4" ,
28
+ " luarocks-build-treesitter-parser >= 6.0.0" , -- can be removed when tree-sitter-teal specifies this version >= 6
29
+ " tree-sitter-teal == 0.0.33" ,
29
30
}
30
31
31
32
test_dependencies = { " busted~>2" }
You can’t perform that action at this time.
0 commit comments