- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.lua
More file actions
Latest commit
14 lines (14 loc) · 430 Bytes
/
Copy pathpackage.lua
File metadata and controls
14 lines (14 loc) · 430 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
name="ryanplusplus/mach",
version="1.0.15",
description="Simple mocking framework for Lua inspired by CppUMock and designed for readability",
tags= { "testing" },
license="MIT",
author= { name="Ryan Hartlage", email="ryanplusplus@gmail.com" },
homepage="https://github.com/ryanplusplus/mach.lua",
dependencies= {},
files= {
"**.lua",
"!spec*"
}
}