Skip to content

Commit

Permalink
added rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Oct 11, 2024
1 parent e8193f5 commit 9d4893b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package = "luax"
version = "1.0.0"

source = {
url = "https://github.com/syarul/luax/archive/refs/tags/v1.0.0.tar.gz"
}
description = {
summary = "HTML parse in Lua",
detailed = "Decent parse for HTML, so you don't have to write as concatenates string",
homepage = "https://github.com/syarul/luax",
license = "MIT"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
luax = "luax.lua"
}
}

0 comments on commit 9d4893b

Please sign in to comment.