Uploaded, спасибо! :)

-- Hisham
http://hisham.hm/


On 22 April 2013 06:54, Alexey Melnichuk <mi...@newmail.ru> wrote:
> Rockspec for Lua-ZipWriter version 0.1.1 attached.
> Add. Support of AES encryption.
>
> ------------------------------
> package = "ZipWriter"
> version = "0.1.1-1"
> source = {
>   url = "https://github.com/moteus/ZipWriter/archive/v0.1.1.zip";,
>   dir = "ZipWriter-0.1.1",
> }
>
> 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), ZIP64 format and
> AES encrypting.
>   ]],
>   license  = "MIT/X11",
> }
>
> dependencies = {
>   "lua >= 5.1",
>   "struct >= 1.2",
>   "bit32",
>   "lzlib",
>   -- "luacrypto >= 0.3.0",  -- optional to support aes
>   -- "lua-iconv >= 7.0",    -- optional
>   -- "alien >= 0.7.0",      -- optional on windows
> }
>
> build = {
>   type = "builtin",
>   copy_directories = {"test"},
>
>   platforms = {
>     windows = {
>       modules = {
>         ["ZipWriter.win.cp"]  = "lua/ZipWriter/win/cp.lua",
>       }
>     }
>   },
>
>   modules = {
>     ["ZipWriter" ]                 = "lua/ZipWriter.lua",
>     ["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",
>   }
> }
>
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> Luarocks-developers mailing list
> Luarocks-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/luarocks-developers

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to