-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lua-zlib
updated
17 files
+13 −0 | .github/workflows/luacheck.yml | |
+27 −0 | .github/workflows/test.yml | |
+12 −0 | .luacheckrc | |
+1 −1 | Makefile | |
+19 −0 | README | |
+42 −0 | lua-zlib-scm-0.rockspec | |
+9 −9 | lua_zlib.c | |
+31 −0 | rockspecs/lua-zlib-0.3-0.rockspec | |
+32 −0 | rockspecs/lua-zlib-0.3-1.rockspec | |
+35 −0 | rockspecs/lua-zlib-0.4-1.rockspec | |
+35 −0 | rockspecs/lua-zlib-0.5-0.rockspec | |
+36 −0 | rockspecs/lua-zlib-1.0-0.rockspec | |
+42 −0 | rockspecs/lua-zlib-1.1-0.rockspec | |
+0 −0 | rockspecs/lua-zlib-1.2-0.rockspec | |
+42 −0 | rockspecs/lua-zlib-1.2-1.rockspec | |
+42 −0 | rockspecs/lua-zlib-1.2-2.rockspec | |
+33 −31 | test.lua |