2019-10-22 13:29:20 +08:00
package = "apisix"
version = "master-0"
2019-06-04 06:46:17 +08:00
supported_platforms = {"linux", "macosx"}
2019-05-31 21:06:55 +08:00
source = {
2019-10-30 10:45:09 +08:00
url = "git://github.com/apache/incubator-apisix",
2019-07-26 12:50:42 +08:00
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.",
2019-10-30 10:45:09 +08:00
homepage = "https://github.com/apache/incubator-apisix",
2019-07-19 07:32:04 +08:00
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
2019-05-31 21:06:55 +08:00
}
dependencies = {
2019-07-30 16:11:56 +08:00
"lua-resty-template = 1.9",
2019-09-23 20:28:26 +08:00
"lua-resty-etcd = 0.7",
2019-07-30 16:11:56 +08:00
"lua-resty-balancer = 0.02rc5",
2019-09-12 13:27:18 +08:00
"lua-resty-ngxvar = 0.4",
2019-07-30 16:11:56 +08:00
"lua-resty-jit-uuid = 0.0.7",
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-10-10 15:19:48 +08:00
"lua-resty-radixtree = 1.4",
2019-08-21 23:10:34 +08:00
"lua-protobuf = 0.3.1",
2019-08-30 19:49:45 +08:00
"lua-resty-openidc = 1.7.2-1",
2019-09-09 17:42:20 +08:00
"luafilesystem = 1.7.0-2",
2019-09-17 10:43:18 +08:00
"lua-tinyyaml = 0.1",
2019-09-17 11:11:44 +08:00
"iresty-nginx-lua-prometheus = 0.20190917",
2019-10-24 17:27:52 +08:00
"jsonschema = 0.3",
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)",
},
}