mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-27 12:44:22 +00:00
ready for starting v0.2
This commit is contained in:
parent
f97cde994e
commit
86ad900e70
@ -1,8 +1,8 @@
|
|||||||
package = "htmlparser"
|
package = "htmlparser"
|
||||||
version = "0.1-1"
|
version = "0.2-1"
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/wscherphof/lua-htmlparser.git",
|
url = "git://github.com/wscherphof/lua-htmlparser.git",
|
||||||
branch = "v0.1"
|
branch = "v0.2"
|
||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
summary = "Parse HTML text into a tree of elements with selectors",
|
summary = "Parse HTML text into a tree of elements with selectors",
|
||||||
@ -19,6 +19,7 @@ dependencies = {
|
|||||||
}
|
}
|
||||||
build = {
|
build = {
|
||||||
type = "builtin",
|
type = "builtin",
|
||||||
|
copy_directories = {"doc", "tst"},
|
||||||
modules = {
|
modules = {
|
||||||
htmlparser = "src/htmlparser.lua",
|
htmlparser = "src/htmlparser.lua",
|
||||||
["htmlparser.ElementNode"] = "src/htmlparser/ElementNode.lua",
|
["htmlparser.ElementNode"] = "src/htmlparser/ElementNode.lua",
|
||||||
|
Loading…
Reference in New Issue
Block a user