File: control

package info (click to toggle)
lua-luassert 1.7.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 360 kB
  • ctags: 380
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 733 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: lua-luassert
Section: interpreters
Priority: optional
Maintainer: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper (>= 9), dh-lua
Standards-Version: 3.9.8
Homepage: https://github.com/Olivine-Labs/luassert
Vcs-Git: git://anonscm.debian.org/pkg-lua/lua-luassert.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lua/lua-luassert.git

Package: lua-luassert
Architecture: all
Depends: ${misc:Depends}, lua-say
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Lua assertions extension
 luassert extends Lua's built-in assertions to provide additional tests and
 the ability to create your own.
 .
 It comes preloaded with argument formatters for common Lua types, but it is
 easy to roll your own.