2019-05-31 21:06:55 +08:00
package = "apisix"
2019-07-14 22:02:51 +08:00
version = "dev-0"
2019-06-04 06:46:17 +08:00
supported_platforms = {"linux", "macosx"}
2019-05-31 21:06:55 +08:00
source = {
url = "git://github.com/iresty/apisix",
2019-07-14 22:02:51 +08:00
branch = "master",
2019-05-31 21:06:55 +08:00
}
description = {
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>"
}
dependencies = {
2019-07-18 00:36:29 +08:00
"lua-resty-libr3 = 0.7",
2019-06-03 21:01:50 +08:00
"lua-resty-template = 1.9-1",
2019-06-04 22:08:48 +08:00
"lua-resty-etcd = 0.5",
2019-06-02 21:51:00 +08:00
"lua-resty-balancer = 0.02rc5",
2019-06-11 17:31:40 +08:00
"lua-resty-ngxvar = 0.3",
2019-06-10 23:41:43 +08:00
"lua-resty-jit-uuid = 0.0.7",
2019-07-02 12:21:45 +08:00
"rapidjson = 0.6.0-1",
2019-07-17 23:52:15 +08:00
"lua-resty-healthcheck-iresty = 1.0.0",
2019-05-31 21:06:55 +08:00
}
build = {
type = "make",
build_variables = {
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)",
},
}