On Wed, May 5, 2021 at 2:18 PM Patrick Gundlach <[email protected]> wrote:

> Hello all,
>
> I can load the socket http library by saying
>
> local http = require("socket.http")
>
> Question: how can I load the unix module?
>
> local unix = require("socket.unix")
>
> gives a not found error.
>
> Patrick
>

We don't compile it,
 source/texk/web2c/luatexdir/luasocket/src/unix.h
says
" This module is just an example of how to extend LuaSocket with a new
 domain."

-- 
luigi

Reply via email to