forked from exlunaproject/remy
-
Notifications
You must be signed in to change notification settings - Fork 1
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
2 changed files
with
28 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
package = "remy" | ||
version = "0.2.11-1" | ||
source = { | ||
url = "git://github.com/sailorproject/remy", | ||
tag = "v0.2.11-alpha" | ||
} | ||
description = { | ||
summary = "An abstraction of web servers supporting Lua", | ||
detailed = [[ | ||
Remy (the R emulator) is a simple mod_lua emulator, allowing to run web applications built for mod_lua in alternative environments that allow to run server-side Lua code | ||
]], | ||
license = "MIT" | ||
} | ||
dependencies = { | ||
} | ||
build = { | ||
type = "builtin", | ||
modules = { | ||
remy = "src/remy.lua", | ||
['remy.cgilua'] = "src/remy/cgilua.lua", | ||
['remy.mod_magnet'] = "src/remy/mod_magnet.lua", | ||
['remy.mod_plua'] = "src/remy/mod_plua.lua", | ||
['remy.nginx'] = "src/remy/nginx.lua", | ||
['remy.lwan'] = "src/remy/lwan.lua", | ||
['remy.nginx'] = "src/remy/nginx.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