mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-27 12:44:22 +00:00
LGPL
This commit is contained in:
parent
773ff4375d
commit
e80948da9c
@ -10,7 +10,7 @@ description = {
|
|||||||
Call parse() to build up a tree of element nodes. Each node in the tree, including the root node that is returned by parse(), supports a basic set of jQuery-like selectors. Or you could walk the tree by hand.
|
Call parse() to build up a tree of element nodes. Each node in the tree, including the root node that is returned by parse(), supports a basic set of jQuery-like selectors. Or you could walk the tree by hand.
|
||||||
]],
|
]],
|
||||||
homepage = "http://wscherphof.github.io/lua-htmlparser/",
|
homepage = "http://wscherphof.github.io/lua-htmlparser/",
|
||||||
license = "MIT"
|
license = "LGPL+"
|
||||||
}
|
}
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"lua >= 5.2",
|
"lua >= 5.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user