-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cda23fd
commit 337d954
Showing
6 changed files
with
51 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
package = "html-entities" | ||
version = "1.0.2-0" | ||
|
||
source = { | ||
url = "https://github.com/TiagoDanin/htmlEntities-for-lua/archive/1.0.2.tar.gz", | ||
dir = "htmlEntities-for-lua-1.0.2" | ||
|
||
} | ||
|
||
description = { | ||
summary = "Module for lua, decoding html entities :)", | ||
detailed = "Module for decoding of text using entities html or encode of text to entities html :V", | ||
homepage = "https://TiagoDanin.github.io/htmlEntities-for-lua/", | ||
maintainer = "Tiago Danin <[email protected]>", | ||
license = "MIT" | ||
} | ||
|
||
dependencies = { | ||
"lua >= 5.1" | ||
} | ||
|
||
build = { | ||
type = "builtin", | ||
modules = { | ||
["htmlEntities"] = "src/htmlEntities.lua" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
rockspecs/html-entities-git-1.0.1-4.rockspec → rockspecs/html-entities-git-1.rockspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters