Skip to content

Commit 59d90b8

Browse files
committed
Release 0.8-0
1 parent 763a87c commit 59d90b8

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
rockspec_format = "3.0"
2+
package = "lls-addon-ddnetpp"
3+
version = "0.8-0"
4+
source = {
5+
url = "git+https://github.com/DDNetPP/lls-addon-ddnetpp",
6+
}
7+
description = {
8+
summary = "LuaLS type definitions for DDNet++ plugins",
9+
detailed = "Manually written LuaCATS annotations the DDNet++ plugin api",
10+
homepage = "https://github.com/DDNetPP/lls-addon-ddnetpp",
11+
license = "Zlib",
12+
}
13+
dependencies = {
14+
"luluworlds-params"
15+
}
16+
test_dependencies = {
17+
"simple-assert",
18+
}
19+
test = {
20+
type = "command",
21+
command = "make test"
22+
}
23+
build = {
24+
type = "lls-addon",
25+
copy_directories = {"src"},
26+
}

0 commit comments

Comments
 (0)