Source: shake
Section: interpreters
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               help2man,
               lua-filesystem,
               lua-leg (>= 0.1.3),
               lua5.1
Standards-Version: 4.7.3
Homepage: http://shake.luaforge.net
Vcs-Browser: https://salsa.debian.org/debian/shake
Vcs-Git: https://salsa.debian.org/debian/shake.git

Package: shake
Section: devel
Architecture: all
Depends: lua-leg (>= 0.1.3),
         lua5.1,
         lua5.1-filesystem,
         lua5.1-leg,
         ${misc:Depends}
Description: Testing engine for the Lua language version 5.1
 The shake utility is a simple and transparent test engine for Lua.
 .
 Shake gives concise reports when the tests succeed, while it prints detailed
 traces when tests fail.
 .
 Regular Lua test files, if written using only standard assert and print calls,
 can be run with shake with no modifications.
 .
 This package contains the shake command line utility, the Lua modules
 that implement shake functionalities and the documentation for both.
