{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "OpenAPI library to build REST client applications",
    "development_only": false,
    "latest_version": "0.9.0",
    "name": "openapi",
    "selected_version": "0.9.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openai",
            "path": "index/op/openai/openai-1.0.0.toml",
            "provided_version": "0.9.0",
            "qualifies": false,
            "requirement": "~0.7.0",
            "requires": "openapi",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.9.0.toml",
            "provided_version": "0.9.0",
            "qualifies": true,
            "requirement": "^0.9.0",
            "requires": "openapi",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.8.0.toml",
            "provided_version": "0.9.0",
            "qualifies": true,
            "requirement": "^0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.8.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.7.0.toml",
            "provided_version": "0.9.0",
            "qualifies": false,
            "requirement": "0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.7.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.6.0.toml",
            "provided_version": "0.9.0",
            "qualifies": true,
            "requirement": "^0.6.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.6.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.8.2",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada_xml",
            "package": "utilada_xml",
            "provided_version": "2.9.0",
            "requirement": "^2.8.2",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "security",
            "package": "security",
            "provided_version": "1.6.0",
            "requirement": "^1.5.0",
            "resolved": true,
            "version": "1.6.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "security": "^1.5.0",
              "utilada": "^2.8.2",
              "utilada_xml": "^2.8.2"
            }
          ],
          "description": "OpenAPI library to build REST client applications",
          "environment": {
            "PATH": {
              "prepend": "${CRATE_ROOT}/scripts"
            }
          },
          "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/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/build.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/summary)\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## Alire setup\n\n```\nalr with openapi\n```\n\nFor the HTTP connection, you can either use AWS or CURL and run one of the following commands:\n\n```\nalr with utilada_curl\nalr with utilada_aws\n```\n\n## Generation\n\nExample of client generation with OpenAPI file `my-api.yaml` and use of CURL support:\n\n```\n  alr exec -- openapi-generate-client -i my-api.yaml --additional-properties projectName=MyProject --additional-properties openApiName=OpenAPI --additional-properties httpSupport=Curl --model-package MyProject.MyModule -o .\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "openapi",
          "origin": {
            "commit": "e66f57223605a751d73996cbd6dc415a4d4ef9a6",
            "url": "git+https://gitlab.com/stcarrez/openapi-ada.git"
          },
          "project-files": [
            "openapi.gpr"
          ],
          "tags": [
            "rest",
            "web",
            "api",
            "openapi"
          ],
          "version": "0.9.0",
          "website": "https://gitlab.com/stcarrez/openapi-ada"
        },
        "path": "index/op/openapi/openapi-0.9.0.toml",
        "version": "0.9.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openai",
            "path": "index/op/openai/openai-1.0.0.toml",
            "provided_version": "0.8.0",
            "qualifies": false,
            "requirement": "~0.7.0",
            "requires": "openapi",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.9.0.toml",
            "provided_version": "0.8.0",
            "qualifies": false,
            "requirement": "^0.9.0",
            "requires": "openapi",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.8.0.toml",
            "provided_version": "0.8.0",
            "qualifies": true,
            "requirement": "^0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.8.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.7.0.toml",
            "provided_version": "0.8.0",
            "qualifies": false,
            "requirement": "0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.7.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.6.0.toml",
            "provided_version": "0.8.0",
            "qualifies": true,
            "requirement": "^0.6.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.6.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada_xml",
            "package": "utilada_xml",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "security",
            "package": "security",
            "provided_version": "1.6.0",
            "requirement": "^1.5.0",
            "resolved": true,
            "version": "1.6.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "security": "^1.5.0",
              "utilada": "^2.6.0",
              "utilada_xml": "^2.6.0"
            }
          ],
          "description": "OpenAPI library to build REST client applications",
          "environment": {
            "PATH": {
              "prepend": "${CRATE_ROOT}/scripts"
            }
          },
          "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/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/build.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/summary)\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## Alire setup\n\n```\nalr with openapi\n```\n\nFor the HTTP connection, you can either use AWS or CURL and run one of the following commands:\n\n```\nalr with utilada_curl\nalr with utilada_aws\n```\n\n## Generation\n\nExample of client generation with OpenAPI file `my-api.yaml` and use of CURL support:\n\n```\n  alr exec -- openapi-generate-client -i my-api.yaml --additional-properties projectName=MyProject --additional-properties openApiName=OpenAPI --additional-properties httpSupport=Curl --model-package MyProject.MyModule -o .\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "openapi",
          "origin": {
            "commit": "0ea881bcced127bb0d5ec23a086ceb368e578571",
            "url": "git+https://gitlab.com/stcarrez/openapi-ada.git"
          },
          "project-files": [
            "openapi.gpr"
          ],
          "tags": [
            "rest",
            "web",
            "api",
            "openapi"
          ],
          "version": "0.8.0",
          "website": "https://gitlab.com/stcarrez/openapi-ada"
        },
        "path": "index/op/openapi/openapi-0.8.0.toml",
        "version": "0.8.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openai",
            "path": "index/op/openai/openai-1.0.0.toml",
            "provided_version": "0.7.0",
            "qualifies": true,
            "requirement": "~0.7.0",
            "requires": "openapi",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.9.0.toml",
            "provided_version": "0.7.0",
            "qualifies": false,
            "requirement": "^0.9.0",
            "requires": "openapi",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.8.0.toml",
            "provided_version": "0.7.0",
            "qualifies": true,
            "requirement": "^0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.8.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.7.0.toml",
            "provided_version": "0.7.0",
            "qualifies": true,
            "requirement": "0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.7.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.6.0.toml",
            "provided_version": "0.7.0",
            "qualifies": true,
            "requirement": "^0.6.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.6.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada_xml",
            "package": "utilada_xml",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "security",
            "package": "security",
            "provided_version": "1.6.0",
            "requirement": "^1.5.0",
            "resolved": true,
            "version": "1.6.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "security": "^1.5.0",
              "utilada": "^2.6.0",
              "utilada_xml": "^2.6.0"
            }
          ],
          "description": "OpenAPI library to build REST client applications",
          "environment": {
            "PATH": {
              "prepend": "${CRATE_ROOT}/scripts"
            }
          },
          "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/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/build.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/openapi-ada/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/openapi-ada/summary)\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## Alire setup\n\n```\nalr with openapi\n```\n\nFor the HTTP connection, you can either use AWS or CURL and run one of the following commands:\n\n```\nalr with utilada_curl\nalr with utilada_aws\n```\n\n## Generation\n\nExample of client generation with OpenAPI file `my-api.yaml` and use of CURL support:\n\n```\n  alr exec -- openapi-generate-client -i my-api.yaml --additional-properties projectName=MyProject --additional-properties openApiName=OpenAPI --additional-properties httpSupport=Curl --model-package MyProject.MyModule -o .\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "openapi",
          "origin": {
            "commit": "91e8ce6ebd894e90fa4876c8ab93a60263108083",
            "url": "git+https://gitlab.com/stcarrez/openapi-ada.git"
          },
          "project-files": [
            ".alire/openapi.gpr"
          ],
          "tags": [
            "rest",
            "web",
            "api",
            "openapi"
          ],
          "version": "0.7.0",
          "website": "https://gitlab.com/stcarrez/openapi-ada"
        },
        "path": "index/op/openapi/openapi-0.7.0.toml",
        "version": "0.7.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openai",
            "path": "index/op/openai/openai-1.0.0.toml",
            "provided_version": "0.6.0",
            "qualifies": false,
            "requirement": "~0.7.0",
            "requires": "openapi",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.9.0.toml",
            "provided_version": "0.6.0",
            "qualifies": false,
            "requirement": "^0.9.0",
            "requires": "openapi",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.8.0.toml",
            "provided_version": "0.6.0",
            "qualifies": false,
            "requirement": "^0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.8.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.7.0.toml",
            "provided_version": "0.6.0",
            "qualifies": false,
            "requirement": "0.7.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.7.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openapi_server",
            "path": "index/op/openapi_server/openapi_server-0.6.0.toml",
            "provided_version": "0.6.0",
            "qualifies": true,
            "requirement": "^0.6.0",
            "requires": "openapi",
            "selected": false,
            "version": "0.6.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.5.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada_xml",
            "package": "utilada_xml",
            "provided_version": "2.9.0",
            "requirement": "^2.5.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "security",
            "package": "security",
            "provided_version": "1.6.0",
            "requirement": "^1.4.1",
            "resolved": true,
            "version": "1.6.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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"
        },
        "path": "index/op/openapi/openapi-0.6.0.toml",
        "version": "0.6.0"
      }
    ]
  },
  "schema_version": 4
}
