Skip to content

Commit 8724dc0

Browse files
authored
feat: release 0.4.3 (#27)
1 parent 2fcb5d0 commit 8724dc0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package = "api7-lua-tinyyaml"
2+
version = "0.4.3-0"
3+
source = {
4+
url = "git://github.com/api7/lua-tinyyaml",
5+
tag = "v0.4.3"
6+
}
7+
8+
description = {
9+
summary = "a tiny yaml (subset) parser for pure lua",
10+
homepage = "https://github.com/api7/lua-tinyyaml",
11+
license = "MIT License",
12+
}
13+
14+
build = {
15+
type = "builtin",
16+
modules = {
17+
["tinyyaml"] = "tinyyaml.lua"
18+
}
19+
}

0 commit comments

Comments
 (0)