blob: 927fdae46fdd77cbc88050c07a2e19195a3e315e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
################################################################################
#
# lua-resty-http
#
################################################################################
LUA_RESTY_HTTP_VERSION = 0.10-0
LUA_RESTY_HTTP_SUBDIR = lua-resty-http
LUA_RESTY_HTTP_LICENSE = BSD-2-Clause
LUA_RESTY_HTTP_LICENSE_FILES = LICENSE
$(eval $(luarocks-package))
|