Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update. zipwriter-scm-0.rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Apr 24, 2013
1 parent d2b77b7 commit 6e50e77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rockspecs/zipwriter-scm-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = {
summary = "Library for creating ZIP archive for Lua 5.1/5.2",
homepage = "https://github.com/ZipWriter",
detailed = [[This package provides a library to create zip archives.
This library support non seekable streams (e.g. socket) and ZIP64 format.
This library support non seekable streams (e.g. socket), ZIP64 format and AES encrypting.
]],
license = "MIT/X11",
}
Expand All @@ -19,8 +19,9 @@ dependencies = {
"struct >= 1.2",
"bit32",
"lzlib",
-- "lua-iconv >= 7.0", -- optional
-- "alien >= 0.7.0", -- optional on windows
-- "luacrypto >= 0.3.0", -- optional to support aes
-- "lua-iconv >= 7.0", -- optional
-- "alien >= 0.7.0", -- optional on windows
}

build = {
Expand All @@ -40,6 +41,7 @@ build = {
["ZipWriter.binary_converter"] = "lua/ZipWriter/binary_converter.lua",
["ZipWriter.charset"] = "lua/ZipWriter/charset.lua",
["ZipWriter.utils"] = "lua/ZipWriter/utils.lua",
["ZipWriter.encrypt.aes"] = "lua/ZipWriter/encrypt/aes.lua",
}
}

Expand Down

0 comments on commit 6e50e77

Please sign in to comment.