1 Star 0 Fork 0

starwing / lunzip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
unzip-scm-0.rockspec 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
starwing 提交于 2015-03-22 17:58 . update rockspecs
package = "unzip"
version = "scm-0"
source = {
url = "https://git.oschina.net/starwing/lunzip.git",
}
description = {
summary = "A Lua module that use minizip to read zip file",
homepage = "https://git.oschina.net/starwing/lunzip",
license = "MIT"
}
dependencies = {
"lua >= 5.1, < 5.4"
}
build = {
type = "builtin",
modules = {
unzip = {
incdirs = { "zlib" },
sources = {
"lunzip.c",
"zlib/adler32.c",
"zlib/contrib/minizip/ioapi.c",
"zlib/contrib/minizip/unzip.c",
"zlib/crc32.c",
"zlib/inffast.c",
"zlib/inflate.c",
"zlib/inftrees.c",
"zlib/zutil.c",
},
},
},
}
C
1
https://gitee.com/starwing/lunzip.git
git@gitee.com:starwing/lunzip.git
starwing
lunzip
lunzip
master

搜索帮助