2019-10-31 09:27:28 +08:00
--
-- Licensed to the Apache Software Foundation (ASF) under one or more
-- contributor license agreements. See the NOTICE file distributed with
-- this work for additional information regarding copyright ownership.
-- The ASF licenses this file to You under the Apache License, Version 2.0
-- (the "License"); you may not use this file except in compliance with
-- the License. You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
2020-04-20 09:09:14 +08:00
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 = {
2020-08-07 07:57:09 +08:00
url = "git://github.com/apache/apisix",
2019-07-26 12:50:42 +08:00
branch = "master",
2019-05-31 21:06:55 +08:00
}
description = {
2020-07-20 18:13:31 +08:00
summary = "Apache APISIX is a cloud-native microservices API gateway, delivering the ultimate performance, security, open source and scalable platform for all your APIs and microservices.",
2020-08-07 07:57:09 +08:00
homepage = "https://github.com/apache/apisix",
2019-07-19 07:32:04 +08:00
license = "Apache License 2.0",
2019-05-31 21:06:55 +08:00
}
dependencies = {
2019-07-30 16:11:56 +08:00
"lua-resty-template = 1.9",
2020-11-12 08:54:13 +08:00
"lua-resty-etcd = 1.4.2",
2019-07-30 16:11:56 +08:00
"lua-resty-balancer = 0.02rc5",
2019-12-27 16:53:45 +08:00
"lua-resty-ngxvar = 0.5",
2019-07-30 16:11:56 +08:00
"lua-resty-jit-uuid = 0.0.7",
2020-04-08 15:52:28 +08:00
"lua-resty-healthcheck-api7 = 2.2.0",
2019-07-30 16:11:56 +08:00
"lua-resty-jwt = 0.2.0",
2020-12-07 21:56:40 +08:00
"lua-resty-hmac-ffi = 0.05",
2019-07-30 16:11:56 +08:00
"lua-resty-cookie = 0.1.0",
"lua-resty-session = 2.24",
"opentracing-openresty = 0.1",
2020-12-05 21:32:58 +08:00
"lua-resty-radixtree = 2.5",
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",
2020-08-04 09:32:09 +08:00
"lua-tinyyaml = 1.0",
2020-05-26 12:40:34 +08:00
"lua-resty-prometheus = 1.1",
2020-11-28 13:29:00 +08:00
"jsonschema = 0.9.2",
2020-03-13 08:32:51 +08:00
"lua-resty-ipmatcher = 0.6",
2020-03-25 08:26:45 +08:00
"lua-resty-kafka = 0.07",
2020-05-06 10:49:18 +08:00
"lua-resty-logger-socket = 2.0-0",
2020-10-29 15:29:52 +08:00
"skywalking-nginx-lua = 0.3-0",
2020-09-16 17:46:53 +08:00
"base64 = 1.5-2",
"dkjson = 2.5-2",
2020-10-17 08:21:47 +08:00
"resty-redis-cluster = 1.02-4",
2020-12-02 15:37:07 +08:00
"lua-resty-expr = 1.0.0",
2020-12-10 15:51:00 +08:00
"graphql = 0.0.2",
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)",
},
}