# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               luarocks_org 1.0

name                    lua-coxpcall
version                 1.17.0
revision                0
luarocks.rock           coxpcall-${version}-1.src.rock
license                 MIT
maintainers             nomaintainer
description             Coroutine safe xpcall and pcall
long_description        Encapsulates the protected calls with a coroutine based loop, so errors can \
                        be handled without the usual Lua 5.x pcall/xpcall issues with coroutines \
                        yielding inside the call to pcall or xpcall.

checksums               rmd160  b141ef91a76acd956a89726281ecac3fce7bff0c \
                        sha256  11feb07f08927c39b0b93e8c0bbaf15433f86155cba4820a31a09f4754ab3258 \
                        size    28842

test.run                yes

luarocks.uploader       hisham
luarocks.pure_lua       yes
