File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ package = " compat53"
2+ version = " 0.2-1"
3+ source = {
4+ url = " https://github.com/keplerproject/lua-compat-5.3/archive/v0.2.zip" ,
5+ dir = " lua-compat-5.3-0.2" ,
6+ }
7+ description = {
8+ summary = " Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1" ,
9+ detailed = [[
10+ This is a small module that aims to make it easier to write Lua
11+ code in a Lua-5.3-style that runs on Lua 5.3, 5.2, and 5.1.
12+ It does *not* make Lua 5.2 (or even 5.1) entirely compatible
13+ with Lua 5.3, but it brings the API closer to that of Lua 5.3.
14+ ]] ,
15+ homepage = " https://github.com/keplerproject/lua-compat-5.3" ,
16+ license = " MIT"
17+ }
18+ dependencies = {
19+ " lua >= 5.1, < 5.4" ,
20+ -- "struct" -- make Roberto's struct module optional
21+ }
22+ build = {
23+ type = " builtin" ,
24+ modules = {
25+ [" compat53.init" ] = " compat53/init.lua" ,
26+ [" compat53.module" ] = " compat53/module.lua" ,
27+ [" compat53.utf8" ] = " lutf8lib.c" ,
28+ [" compat53.table" ] = " ltablib.c" ,
29+ [" compat53.string" ] = " lstrlib.c" ,
30+ }
31+ }
32+
You can’t perform that action at this time.
0 commit comments