You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lua-lemock/dist.info

14 lines
330 B

--- This file is part of LuaDist project
name = "lemock"
version = "0.6"
desc = "Mock creation module intended for use together with a unit test framework such as lunit or lunity."
author = "Tommy Petterson"
license = "MIT"
url = "http://lemock.luaforge.net"
maintainer = "Peter Drahos"
depends = {
"lua ~> 5.1"
}