Language
Version history

Package: lua5.1-socket @ 3.0-rc1

Synopsis

Socket library for Lua

Description

LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.

Among the supported modules, the most commonly used implement the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and downloading files) client protocols. These provide a very natural and generic interface to the functionality defined by each protocol. In addition, you will find that the MIME (common encodings), URL (anything you could possible want to do with one) and LTN12 (filters, sinks, sources and pumps) modules can be very handy.

Home page
http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
Location
gnu/packages/lua.scm (line: 277, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/nikxwbp2bqqjd8qg3l2i7zbc2jy68iwi-lua5.1-socket-3.0-rc1.drv
x86_64-linuxxtensa-ath9k-elf/gnu/store/5hwyv1lh4sz9n3sjg7h1sf5m1r7bc0fa-lua5.1-socket-3.0-rc1.drv
    x86_64-linuxx86_64-w64-mingw32/gnu/store/rsbv0kfl3rk4xh5bbaxscd8l66v1lzi4-lua5.1-socket-3.0-rc1.drv
    x86_64-linuxx86_64-linux-gnux32/gnu/store/d2khf5xr80lc0f2n87qs076aqpqzj8gi-lua5.1-socket-3.0-rc1.drv
      x86_64-linuxriscv64-linux-gnu/gnu/store/zj53bgk8k3gz8i5z3xs9dl94hlasl2q5-lua5.1-socket-3.0-rc1.drv
      x86_64-linuxpowerpc-linux-gnu/gnu/store/j7gmjjc35fppgy5cxx1bfclw14d8jvv5-lua5.1-socket-3.0-rc1.drv
      x86_64-linuxpowerpc64-linux-gnu/gnu/store/k2rjk0chsyq894j0y3nisaxqr3y3blvc-lua5.1-socket-3.0-rc1.drv
        x86_64-linuxpowerpc64le-linux-gnu/gnu/store/dklcjdn53f10vml3f4chd39a8cbgkn7r-lua5.1-socket-3.0-rc1.drv
        x86_64-linuxor1k-elf/gnu/store/anpmaibd2f0lf3b7zpssqin679lmhyh4-lua5.1-socket-3.0-rc1.drv
          x86_64-linuxmips64el-linux-gnu/gnu/store/7rqs01ppi3x08zjcicdc22sp108flqcg-lua5.1-socket-3.0-rc1.drv
          x86_64-linuxi686-w64-mingw32/gnu/store/4kg8vkqy3fzfdx8bzs00m3jwy75hgkd6-lua5.1-socket-3.0-rc1.drv
          x86_64-linuxi586-pc-gnu/gnu/store/z1l9is7k14n6ycadyrkj0hvcyjqwzpr3-lua5.1-socket-3.0-rc1.drv
          x86_64-linuxavr/gnu/store/i7s4arxghc3p6blrbw0k9q2s3h0shygg-lua5.1-socket-3.0-rc1.drv
            x86_64-linuxarm-linux-gnueabihf/gnu/store/ydf4q6xwq6rncw68jz7sl3r6nw0x9h01-lua5.1-socket-3.0-rc1.drv
            x86_64-linuxaarch64-linux-gnu/gnu/store/sxkvhw6jcy8rpisvd5866f9dljdam76c-lua5.1-socket-3.0-rc1.drv
            riscv64-linux/gnu/store/mma5axp5w5fdf009vawn85q9sy0736gl-lua5.1-socket-3.0-rc1.drv
            powerpc-linux/gnu/store/212z2z01g815rkp08xl9g9ln28p7wn9c-lua5.1-socket-3.0-rc1.drv
              powerpc64le-linux/gnu/store/ygclcqwzrd1s5fajrv61s0sfm75yhdc1-lua5.1-socket-3.0-rc1.drv
              mips64el-linux/gnu/store/98lbi3f1vvpiwsknyfma4145nr0nxbzg-lua5.1-socket-3.0-rc1.drv
                i686-linux/gnu/store/2fqc0d56smp6zi3lf997f37qsy4my781-lua5.1-socket-3.0-rc1.drv
                i586-gnu/gnu/store/864mvvlhzr9kk7k71z4dr49rav8krd47-lua5.1-socket-3.0-rc1.drv
                armhf-linux/gnu/store/875d2i0al9z9qn9ll97vvxkak9sngp4p-lua5.1-socket-3.0-rc1.drv
                aarch64-linux/gnu/store/hnkjq817c50jvjcd49czjj35s5pb6df8-lua5.1-socket-3.0-rc1.drv

                Lint warnings

                LinterMessageLocation
                optional-tests

                Make sure tests are only run when requested

                the 'check' phase should respect #:tests?