Skip to content

Commit

Permalink
chore(rockspec): Add rockspec for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Etiene committed Oct 4, 2016
1 parent fc7aa50 commit 4bf2a31
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rockspecs/remy-0.2.12-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package = "remy"
version = "0.2.12-1"
source = {
url = "git://github.com/sailorproject/remy",
tag = "v0.2.12-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",
['remy.file_obj'] = "src/remy/file_obj.lua",
}
}

0 comments on commit 4bf2a31

Please sign in to comment.