1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: lua-lemock
Section: interpreters
Priority: optional
Maintainer: Victor Seva <linuxmaniac@torreviejawireless.org>
Uploaders: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8~), dh-lua (>= 16~)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-lua/lua-lemock.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-lemock.git
Homepage: http://lemock.luaforge.net/README.html
Package: lua-lemock
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
Suggests: lua-unit
XB-Lua-Versions: ${lua:Versions}
Description: LeMock (Lua Easy Mock) for unit test
LeMock is a mock creation module intended for use together
with a unit test framework such as lua-unit. It is inspired by
EasyMock (for Java), and strives to be easy to use.
Package: lua-lemock-dev
Section: libdevel
Architecture: all
Depends: lua-lemock (= ${binary:Version}), ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: LeMock (Lua Easy Mock) for unit test
LeMock is a mock creation module intended for use together
with a unit test framework such as lua-unit. It is inspired by
EasyMock (for Java), and strives to be easy to use.
.
This package contains docs and test files.
|