1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-28 00:39:30 +00:00

Moved lzlib to the libs directory (cleaner)

This commit is contained in:
Reuh 2015-10-04 12:08:25 +02:00
parent 406e17d321
commit 4aad32d5ab
23 changed files with 2593 additions and 991 deletions

15
libs/lzlib/dist.info Normal file
View file

@ -0,0 +1,15 @@
--- This file is part of LuaDist project
name = "lzlib"
version = "0.4.2"
desc = "Lua bindings to the ZLib compression library"
author = "Tiago Dionizio"
url = "http://luaforge.net/projects/lzlib/"
license = "MIT/X11"
maintainer = "Peter Drahoš"
depends = {
"lua >= 5.1, < 5.4",
"zlib >=1.2.3"
}