Skip to content

Commit

Permalink
feat: release 0.4.4 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyDluffy6017 authored Sep 12, 2023
1 parent 028aa76 commit 31b9a5c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rockspec/api7-lua-tinyyaml-0.4.4-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package = "api7-lua-tinyyaml"
version = "0.4.4-0"
source = {
url = "git://github.com/api7/lua-tinyyaml",
tag = "v0.4.4"
}

description = {
summary = "a tiny yaml (subset) parser for pure lua",
homepage = "https://github.com/api7/lua-tinyyaml",
license = "MIT License",
}

build = {
type = "builtin",
modules = {
["tinyyaml"] = "tinyyaml.lua"
}
}

0 comments on commit 31b9a5c

Please sign in to comment.