File tree Expand file tree Collapse file tree 3 files changed +72
-6
lines changed
Expand file tree Collapse file tree 3 files changed +72
-6
lines changed Original file line number Diff line number Diff line change 1+ rockspec_format = " 3.0"
2+
3+ package = " LuaPreprocess"
4+ version = " 1.19.0-1"
5+ source = {
url = " git-ssh://[email protected] :ReFreezed/LuaPreprocess.git" ,
branch = " master" ,
tag = " 1.19.0" }
6+
7+ description = {
8+ summary = " A small and straightforward Lua preprocessor with simple syntax." ,
9+ detailed = [[
10+ LuaPreprocess is a small and straightforward Lua preprocessor
11+ featuring simple syntax. Write embedded metaprograms to generate code
12+ using normal Lua inside your Lua files.
13+ ]] ,
14+
15+ license = " MIT" ,
16+ homepage = " http://refreezed.com/luapreprocess/" ,
17+ issues_url = " https://github.com/ReFreezed/LuaPreprocess/issues" ,
18+
19+ labels = {
20+ " buildsystem" ,
21+ " commandline" ,
22+ " metaprogram" ,
23+ " preprocessing" ,
24+ " purelua" ,
25+ },
26+ }
27+ dependencies = {
28+ " lua >= 5.1, < 5.5" ,
29+ }
30+ build = {
31+ type = " builtin" ,
32+ modules = {
33+ preprocess = " preprocess.lua" ,
34+ [" preprocess-cl" ] = " preprocess-cl.lua" ,
35+ },
36+ }
Original file line number Diff line number Diff line change 1+ rockspec_format = " 3.0"
2+
3+ package = " LuaPreprocess"
4+ version = " scm-1"
5+ source = {
url = " git-ssh://[email protected] :ReFreezed/LuaPreprocess.git" ,
branch = " master" }
6+
7+ description = {
8+ summary = " A small and straightforward Lua preprocessor with simple syntax." ,
9+ detailed = [[
10+ LuaPreprocess is a small and straightforward Lua preprocessor
11+ featuring simple syntax. Write embedded metaprograms to generate code
12+ using normal Lua inside your Lua files.
13+ ]] ,
14+
15+ license = " MIT" ,
16+ homepage = " http://refreezed.com/luapreprocess/" ,
17+ issues_url = " https://github.com/ReFreezed/LuaPreprocess/issues" ,
18+
19+ labels = {
20+ " buildsystem" ,
21+ " commandline" ,
22+ " metaprogram" ,
23+ " preprocessing" ,
24+ " purelua" ,
25+ },
26+ }
27+ dependencies = {
28+ " lua >= 5.1, < 5.5" ,
29+ }
30+ build = {
31+ type = " builtin" ,
32+ modules = {
33+ preprocess = " preprocess.lua" ,
34+ [" preprocess-cl" ] = " preprocess-cl.lua" ,
35+ },
36+ }
Original file line number Diff line number Diff line change 1- * .lnk
2- local /
3-
4- /* .sublime- *
5- /.run
6-
71/temp /
82
93/tests /quickTest.lua
You can’t perform that action at this time.
0 commit comments