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 = {
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-11-09 23:18:12 +08:00
summary = "Apache APISIX(incubating) 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",
2019-05-31 21:06:55 +08:00
}
dependencies = {
2019-07-30 16:11:56 +08:00
"lua-resty-template = 1.9",
2020-03-16 08:46:30 +08:00
"lua-resty-etcd = 0.9",
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",
"lua-resty-cookie = 0.1.0",
"lua-resty-session = 2.24",
"opentracing-openresty = 0.1",
2020-03-15 10:15:10 +08:00
"lua-resty-radixtree = 1.8",
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-11-25 16:53:08 +08:00
"lua-resty-prometheus = 1.0",
2020-03-19 19:13:15 +08:00
"jsonschema = 0.8",
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",
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)",
},
}