Skip to content

Commit 867301a

Browse files
committed
ADD .rockspec
1 parent bc9d2bf commit 867301a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

html-entities-0.3.1-0.rockspec

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

0 commit comments

Comments
 (0)