Hi again,

due to the warning problem being resolved, there is a new version of lpty. Please replace the previous rockspec with the attached one.

Thanks,

Gunnar
package = "lpty"
version = "0.8-2"
source = {
        url = "http://www.tset.de/downloads/lpty-0.8-2.tar.gz";
}
description = {
        summary = "A simple facility for lua to control other programs via 
PTYs.",
        detailed = [[
                This is a simple wrapper around unix PTYs. PTYs can be opened, 
lua
                controls the master side of the PTY. Programs can be started 
with the
                client side of those PTYs as their controlling terminals.
        ]],
        homepage = "http://www.tset.de/lpty/";,
        license = "MIT/X11",
        maintainer = "Gunnar Zötl <[email protected]>"
}
supported_platforms = {
        "unix", "mac"
}
dependencies = {
        "lua >= 5.1"
}

build = {
        type = "builtin",
        modules = {
                lpty = {
                        sources = { "lpty.c" },
                },
        },
        copy_directories = { 'doc', 'samples' },
}

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to