We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1f7ce commit 7453ed0Copy full SHA for 7453ed0
rockspecs/html-entities-1.2.0-0.rockspec
@@ -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