Source: lua-coxpcall
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 11~), dh-lua (>= 12)
Standards-Version: 4.4.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/lua-team/lua-coxpcall.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-coxpcall
Homepage: https://keplerproject.github.io/coxpcall/

Package: lua-coxpcall
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Protected function calls across coroutines for Lua
 This package contains coxpcall, a Lua library that extends the protected
 call mechanism typical of Lua (xpcall and pcall) allowing it to cross 
 coroutines boundaries.
 .
 This package also contains the documentation.
