Skip to content

Commit 7453ed0

Browse files
committed
Rockspecs: Update 1.2.0
1 parent bb1f7ce commit 7453ed0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package = "html-entities"
2+
version = "1.2.0-0"
3+
4+
source = {
5+
url = "https://github.com/TiagoDanin/htmlEntities-for-lua/archive/1.2.0.tar.gz",
6+
dir = "htmlEntities-for-lua-1.2.0"
7+
8+
}
9+
10+
description = {
11+
summary = "Module for lua, decoding html entities :)",
12+
detailed = "Module for decoding of text using entities html or encode of text to entities html :V",
13+
homepage = "https://TiagoDanin.github.io/htmlEntities-for-lua/",
14+
maintainer = "Tiago Danin <TiagoDanin@outlook.com>",
15+
license = "MIT"
16+
}
17+
18+
dependencies = {
19+
"lua >= 5.1"
20+
}
21+
22+
build = {
23+
type = "builtin",
24+
modules = {
25+
["htmlEntities"] = "src/htmlEntities.lua"
26+
}
27+
}

0 commit comments

Comments
 (0)