lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello,

While the implementation of Nanoki itself is purely in Lua, it nonetheless relies on a handful of native modules:

lbase64
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64

lmd5
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmd5

lrandom
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lrandom

lzlib
http://luaforge.net/projects/lzlib/

LuaFileSystem
http://www.keplerproject.org/luafilesystem/

LuaSocket
http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/

There are presently two binary distributions of Nanoki, one for Mac OS X, and one for FreeBSD (thanks to Matthew M. Burke for the later) sporting all the native modules as well as Lua itself.

Would it be possible for someone to compile the above modules as well as Lua itself for various other platforms (e.g. Linux and Windows, etc)?

Much appreciated.

Thanks in advance.

Cheers,

PA.