{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "security": "^1.4.1",
      "utilada": "^2.5.0",
      "utilada_xml": "^2.5.0"
    }
  ],
  "description": "OpenAPI library to build REST client applications",
  "environment": {
    "PATH": {
      "prepend": "${CRATE_ROOT}/bin"
    }
  },
  "gpr-externals": {
    "OPENAPI_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "OPENAPI_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/http/jenkins.vacs.fr/Bionic-Ada-Swagger.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-Swagger/)\n[![Test Status](https://img.shields.io/jenkins/t/http/jenkins.vacs.fr/Bionic-Ada-Swagger.svg)](https://jenkins.vacs.fr/job/Bionic-Ada-Swagger/)\n\n[OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator) is a code generator that supports generation of\nAPI client libraries, server stubs and documentation automatically\ngiven an [OpenAPI Spec](https://github.com/OAI/OpenAPI-Specification).\n\nThe Ada client support has been integrated in [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator).\n\nThe OpenAPI Ada library is a small support library for the Ada code generator\nprovided by OpenAPI Generator.  The library provides support to serialize the data,\nmake HTTP requests and support the [OpenAPI Spec](https://github.com/OAI/OpenAPI-Specification).\nspecific operations or types.\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "openapi",
  "origin": {
    "commit": "2fb8711aec9f41af7ce5985780cff23c875f8dc6",
    "url": "git+https://gitlab.com/stcarrez/openapi-ada.git"
  },
  "project-files": [
    ".alire/openapi.gpr"
  ],
  "tags": [
    "rest",
    "web",
    "api",
    "openapi"
  ],
  "version": "0.6.0",
  "website": "https://gitlab.com/stcarrez/openapi-ada"
}
