- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdist.info
More file actions
Latest commit
17 lines (14 loc) · 380 Bytes
/
Copy pathdist.info
File metadata and controls
17 lines (14 loc) · 380 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- This file is part of LuaDist project
name = "lua-git"
version = "0.4"
desc = "A library to access Git repositories and its objects (files, commits) in Lua"
author = "Michal Kottman"
license = "MIT/X11"
url = "https://github.com/mkottman/lua-git"
maintainer = "Michal Kottman"
depends = {
"lua ~> 5.1",
"luasocket >= 2.0.0",
"luafilesystem >= 1.6",
"zlib >= 1.2",
}