lua-users home
lua-l archive

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


On Wed, Apr 18, 2012 at 6:32 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> Here are the modules which have been ported to Lua 5.2 for luabuild
> (but naturally they may be used outside this context)
>
> M["socket.core"] = "luasocket/src"
> M["mime.core"] = "luasocket/src"


Where is your ported src for luasocket?

Diego's current unstable has 5.2 support, but I think only for the C,
not the lua.

Is yours based on one of the source repos he's pulling into his unstable?

https://github.com/diegonehab/luasocket/tree/unstable

Sam