apisix-master-0.rockspec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. --
  2. -- Licensed to the Apache Software Foundation (ASF) under one or more
  3. -- contributor license agreements. See the NOTICE file distributed with
  4. -- this work for additional information regarding copyright ownership.
  5. -- The ASF licenses this file to You under the Apache License, Version 2.0
  6. -- (the "License"); you may not use this file except in compliance with
  7. -- the License. You may obtain a copy of the License at
  8. --
  9. -- http://www.apache.org/licenses/LICENSE-2.0
  10. --
  11. -- Unless required by applicable law or agreed to in writing, software
  12. -- distributed under the License is distributed on an "AS IS" BASIS,
  13. -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. -- See the License for the specific language governing permissions and
  15. -- limitations under the License.
  16. --
  17. package = "apisix"
  18. version = "master-0"
  19. supported_platforms = {"linux"}
  20. source = {
  21. url = "git://github.com/apache/apisix",
  22. branch = "master",
  23. }
  24. description = {
  25. 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.",
  26. homepage = "https://github.com/apache/apisix",
  27. license = "Apache License 2.0",
  28. }
  29. dependencies = {
  30. "lua-resty-ctxdump = 0.1-0",
  31. "lyaml = 6.2.8",
  32. "api7-lua-resty-dns-client = 7.0.1",
  33. "lua-resty-template = 2.0",
  34. "lua-resty-etcd = 1.10.5",
  35. "api7-lua-resty-http = 0.2.2-0",
  36. "lua-resty-balancer = 0.04",
  37. "lua-resty-ngxvar = 0.5.2",
  38. "lua-resty-jit-uuid = 0.0.7",
  39. "lua-resty-worker-events = 1.0.0",
  40. "lua-resty-healthcheck-api7 = 3.2.0",
  41. "api7-lua-resty-jwt = 0.2.5",
  42. "lua-resty-hmac-ffi = 0.06-1",
  43. "lua-resty-cookie = 0.2.0-1",
  44. "lua-resty-session = 3.10",
  45. "opentracing-openresty = 0.1",
  46. "lua-resty-radixtree = 2.9.1",
  47. "lua-protobuf = 0.5.2-1",
  48. "lua-resty-openidc = 1.7.6-3",
  49. "luafilesystem = 1.7.0-2",
  50. "nginx-lua-prometheus-api7 = 0.20240201-1",
  51. "jsonschema = 0.9.8",
  52. "lua-resty-ipmatcher = 0.6.1",
  53. "lua-resty-kafka = 0.23-0",
  54. "lua-resty-logger-socket = 2.0.1-0",
  55. "skywalking-nginx-lua = 1.0.1",
  56. "base64 = 1.5-2",
  57. "binaryheap = 0.4",
  58. "api7-dkjson = 0.1.1",
  59. "resty-redis-cluster = 1.05-1",
  60. "lua-resty-expr = 1.3.2",
  61. "graphql = 0.0.2",
  62. "argparse = 0.7.1-1",
  63. "luasocket = 3.1.0-1",
  64. "luasec = 1.3.2-1",
  65. "lua-resty-consul = 0.3-2",
  66. "penlight = 1.13.1",
  67. "ext-plugin-proto = 0.6.1",
  68. "casbin = 1.41.9-1",
  69. "inspect == 3.1.1",
  70. "lualdap = 1.2.6-1",
  71. "lua-resty-rocketmq = 0.3.0-0",
  72. "opentelemetry-lua = 0.2-3",
  73. "net-url = 0.9-1",
  74. "xml2lua = 1.5-2",
  75. "nanoid = 0.1-1",
  76. "lua-resty-mediador = 0.1.2-1",
  77. "lua-resty-ldap = 0.1.0-0",
  78. "lua-resty-t1k = 1.1.5",
  79. "brotli-ffi = 0.3-1",
  80. "lua-ffi-zlib = 0.6-0",
  81. "api7-lua-resty-aws == 2.0.2-1",
  82. }
  83. build = {
  84. type = "make",
  85. build_variables = {
  86. CFLAGS="$(CFLAGS)",
  87. LIBFLAG="$(LIBFLAG)",
  88. LUA_LIBDIR="$(LUA_LIBDIR)",
  89. LUA_BINDIR="$(LUA_BINDIR)",
  90. LUA_INCDIR="$(LUA_INCDIR)",
  91. LUA="$(LUA)",
  92. OPENSSL_INCDIR="$(OPENSSL_INCDIR)",
  93. OPENSSL_LIBDIR="$(OPENSSL_LIBDIR)",
  94. },
  95. install_variables = {
  96. ENV_INST_PREFIX="$(PREFIX)",
  97. ENV_INST_BINDIR="$(BINDIR)",
  98. ENV_INST_LIBDIR="$(LIBDIR)",
  99. ENV_INST_LUADIR="$(LUADIR)",
  100. ENV_INST_CONFDIR="$(CONFDIR)",
  101. },
  102. }