Skip to content

Commit

Permalink
Add http 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
filonenko-mikhail authored and rosik committed Sep 3, 2018
1 parent 94eed7b commit b81d1df
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
36 changes: 36 additions & 0 deletions http-1.0.5-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
package = 'http'
version = '1.0.5-1'
source = {
url = 'git://github.com/tarantool/http.git',
tag = '1.0.5',
}
description = {
summary = "HTTP server for Tarantool",
homepage = 'https://github.com/tarantool/http/',
license = 'BSD',
}
dependencies = {
'lua >= 5.1'
}
external_dependencies = {
TARANTOOL = {
header = "tarantool/module.h"
}
}
build = {
type = 'builtin',

modules = {
['http.lib'] = {
sources = 'http/lib.c',
incdirs = {
"$(TARANTOOL_INCDIR)"
}
},
['http.server'] = 'http/server.lua',
['http.mime_types'] = 'http/mime_types.lua',
['http.codes'] = 'http/codes.lua',
}
}

-- vim: syntax=lua
5 changes: 5 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ repository = {
arch = "rockspec"
}
},
["1.0.5-1"] = {
{
arch = "rockspec"
}
},
["scm-1"] = {
{
arch = "rockspec"
Expand Down

0 comments on commit b81d1df

Please sign in to comment.