From 365ece5cc0dc78cb8116f4ed88a961624677bf17 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 22 Aug 2022 11:05:43 +0200 Subject: [PATCH] openapi 0.6.0, openapi_server 0.6.0 (#616) --- index/op/openapi/openapi-0.6.0.toml | 47 ++++++++++++++++++ .../openapi_server/openapi_server-0.6.0.toml | 49 +++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 index/op/openapi/openapi-0.6.0.toml create mode 100644 index/op/openapi_server/openapi_server-0.6.0.toml diff --git a/index/op/openapi/openapi-0.6.0.toml b/index/op/openapi/openapi-0.6.0.toml new file mode 100644 index 00000000..6f75f3ec --- /dev/null +++ b/index/op/openapi/openapi-0.6.0.toml @@ -0,0 +1,47 @@ +description = "OpenAPI library to build REST client applications" +tags = ["rest", "web", "api", "openapi"] +name = "openapi" +version = "0.6.0" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = [".alire/openapi.gpr"] +website = "https://gitlab.com/stcarrez/openapi-ada" +long-description = """ + +[![Build Status](https://img.shields.io/jenkins/s/http/jenkins.vacs.fr/Bionic-Ada-Swagger.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-Swagger/) +[![Test Status](https://img.shields.io/jenkins/t/http/jenkins.vacs.fr/Bionic-Ada-Swagger.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-Swagger/) + +[OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) is a code generator that supports generation of +API client libraries, server stubs and documentation automatically +given an [OpenAPI Spec](https://github.com/OAI/OpenAPI-Specification). + +The Ada client support has been integrated in [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator). + +The OpenAPI Ada library is a small support library for the Ada code generator +provided by OpenAPI Generator. The library provides support to serialize the data, +make HTTP requests and support the [OpenAPI Spec](https://github.com/OAI/OpenAPI-Specification). +specific operations or types. + +""" + +[[depends-on]] +utilada = "^2.5.0" +utilada_xml = "^2.5.0" +security = "^1.4.1" + +[gpr-externals] +OPENAPI_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +OPENAPI_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin] +commit = "2fb8711aec9f41af7ce5985780cff23c875f8dc6" +url = "git+https://gitlab.com/stcarrez/openapi-ada.git" + diff --git a/index/op/openapi_server/openapi_server-0.6.0.toml b/index/op/openapi_server/openapi_server-0.6.0.toml new file mode 100644 index 00000000..26d4afad --- /dev/null +++ b/index/op/openapi_server/openapi_server-0.6.0.toml @@ -0,0 +1,49 @@ +description = "OpenAPI library to build REST server applications" +tags = ["rest", "web", "api", "openapi"] +name = "openapi_server" +version = "0.6.0" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = [".alire/openapi_server.gpr"] +website = "https://gitlab.com/stcarrez/openapi-ada" +long-description = """ + +[![Build Status](https://img.shields.io/jenkins/s/http/jenkins.vacs.fr/Bionic-Ada-Swagger.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-Swagger/) +[![Test Status](https://img.shields.io/jenkins/t/http/jenkins.vacs.fr/Bionic-Ada-Swagger.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-Swagger/) + +[OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) is a code generator that supports generation of +API client libraries, server stubs and documentation automatically +given an [OpenAPI Spec](https://github.com/OAI/OpenAPI-Specification). + +The Ada client support has been integrated in [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator). + +The OpenAPI Ada library is a small support library for the Ada code generator +provided by OpenAPI Generator. The library provides support to serialize the data, +make HTTP requests and support the [OpenAPI Spec](https://github.com/OAI/OpenAPI-Specification). +specific operations or types. + +""" + +[[depends-on]] +utilada = "^2.5.0" +utilada_xml = "^2.5.0" +security = "^1.4.1" +servletada = "^1.6.0" +openapi = "^0.6.0" + +[gpr-externals] +OPENAPI_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +OPENAPI_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/scripts" + +[origin] +commit = "2fb8711aec9f41af7ce5985780cff23c875f8dc6" +url = "git+https://gitlab.com/stcarrez/openapi-ada.git" +