This commit is contained in:
Wouter Scherphof 2013-12-06 14:33:34 +01:00
parent 773ff4375d
commit e80948da9c

View File

@ -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.
]],
homepage = "http://wscherphof.github.io/lua-htmlparser/",
license = "MIT"
license = "LGPL+"
}
dependencies = {
"lua >= 5.2",