-
Notifications
You must be signed in to change notification settings - Fork 53
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
Showing
5 changed files
with
32 additions
and
4 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
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,25 @@ | ||
package = "30log" | ||
version = "1.2.0-1" | ||
source = { | ||
url = "https://github.com/Yonaba/30log/archive/30log-1.2.0-1.tar.gz", | ||
dir = "30log-30log-1.2.0-1" | ||
} | ||
description = { | ||
summary = "30 lines library for object orientation", | ||
detailed = [[ | ||
30log, in extenso "30 Lines Of Goodness" is a minified library | ||
for object-orientation in Lua. It features named (and unnamed) classes, | ||
single inheritance and provides basic support for mixins.]], | ||
homepage = "http://yonaba.github.io/30log", | ||
license = "MIT <http://www.opensource.org/licenses/mit-license.php>" | ||
} | ||
dependencies = {"lua >= 5.1, <=5.3"} | ||
build = { | ||
type = "builtin", | ||
modules = { | ||
["30log"] = "30log.lua", | ||
["30log-clean"] = "30log-clean.lua", | ||
["30log-global"] = "30log-global.lua", | ||
["30log-singleton"] = "30log-singleton.lua" | ||
} | ||
} |
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