Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frityet committed Dec 2, 2023
1 parent 0744262 commit e37f8d6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions luaxmlgenerator-0.6.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package = "LuaXMLGenerator"
version = "0.6.0-1"
source = {
url = "git+https://github.com/Frityet/LuaXMLGenerator",
tag = "0.6.0"
}
description = {
summary = "DSL to generate XML/HTML",
homepage = "https://github.com/Frityet/LuaXMLGenerator",
license = "MIT"
}
dependencies = {
"lua >= 5.1, < 5.5"
}
build = {
type = "builtin",
modules = {
["xml-generator"] = "xml-generator.lua"
}
}

0 comments on commit e37f8d6

Please sign in to comment.