2019-07-26 12:50:42 +08:00
package = "apisix-dev"
version = "1.0-0"
2019-06-04 06:46:17 +08:00
supported_platforms = {"linux", "macosx"}
2019-05-31 21:06:55 +08:00
source = {
2019-07-26 12:50:42 +08:00
url = "git://github.com/iresty/apisix",
branch = "master",
2019-05-31 21:06:55 +08:00
}
description = {
2019-07-19 07:32:04 +08:00
summary = "APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
homepage = "https://github.com/iresty/apisix",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
2019-05-31 21:06:55 +08:00
}
dependencies = {
2019-08-02 21:09:49 +08:00
"lua-resty-libr3 = 1.0",
2019-07-30 16:11:56 +08:00
"lua-resty-template = 1.9",
2019-08-01 01:08:48 +08:00
"lua-resty-etcd = 0.6",
2019-07-30 16:11:56 +08:00
"lua-resty-balancer = 0.02rc5",
"lua-resty-ngxvar = 0.3",
"lua-resty-jit-uuid = 0.0.7",
"rapidjson = 0.6.1",
2019-08-13 22:09:33 +08:00
"lua-resty-healthcheck-iresty = 1.0.1",
2019-07-30 16:11:56 +08:00
"lua-resty-jwt = 0.2.0",
"lua-resty-cookie = 0.1.0",
"lua-resty-session = 2.24",
"opentracing-openresty = 0.1",
2019-08-12 09:04:41 +08:00
"lua-resty-radixtree = 0.4",
2019-05-31 21:06:55 +08:00
}
build = {
2019-07-19 07:32:04 +08:00
type = "make",
build_variables = {
2019-05-31 21:06:55 +08:00
CFLAGS="$(CFLAGS)",
LIBFLAG="$(LIBFLAG)",
LUA_LIBDIR="$(LUA_LIBDIR)",
LUA_BINDIR="$(LUA_BINDIR)",
LUA_INCDIR="$(LUA_INCDIR)",
LUA="$(LUA)",
},
install_variables = {
INST_PREFIX="$(PREFIX)",
INST_BINDIR="$(BINDIR)",
INST_LIBDIR="$(LIBDIR)",
INST_LUADIR="$(LUADIR)",
INST_CONFDIR="$(CONFDIR)",
},
}