{
  "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": "Utility Library REST support on top of AWS",
    "development_only": false,
    "latest_version": "2.9.0",
    "name": "utilada_aws",
    "selected_version": "2.9.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.9.0",
            "qualifies": true,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.9.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "aws",
            "package": "aws",
            "provided_version": "25.2.0",
            "requirement": "^24.0|^25.0",
            "resolved": true,
            "version": "25.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "aws": "^24.0|^25.0",
              "utilada": "^2.9.0"
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "UTIL_AWS_IMPL": [
              "1",
              "2",
              "3"
            ]
          },
          "gpr-set-externals": {
            "UTIL_AWS_IMPL": "3"
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](https://ada-util.readthedocs.io/en/latest/?badge=latest)\n\nThis small library provides an HTTP backend on top of AWS.\nIt can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with `utilada_curl`.\n\n# Documentation\n\n* [Ada Utility Library Programmer's Guide](https://ada-util.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-util/blob/master/docs/utilada-book.pdf)\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "commit": "bd635f55729b99ca1d2633fb487fe17f935e7d6b",
            "subdir": "./aws/",
            "url": "git+https://gitlab.com/stcarrez/ada-util.git"
          },
          "project-files": [
            "utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.9.0",
          "website": "https://gitlab.com/stcarrez/ada-util"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.9.0.toml",
        "version": "2.9.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.8.2",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.8.2",
            "qualifies": true,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.8.2",
            "qualifies": false,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.8.2",
            "qualifies": true,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.8.2",
            "qualifies": true,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.8.2",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.8.2",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.8.2",
            "qualifies": true,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.8.1",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "aws",
            "package": "aws",
            "provided_version": "25.2.0",
            "requirement": "^24.0|^25.0",
            "resolved": true,
            "version": "25.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "aws": "^24.0|^25.0",
              "utilada": "^2.8.1"
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "UTIL_AWS_IMPL": [
              "1",
              "2",
              "3"
            ]
          },
          "gpr-set-externals": {
            "UTIL_AWS_IMPL": "3"
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](https://ada-util.readthedocs.io/en/latest/?badge=latest)\n\nThis small library provides an HTTP backend on top of AWS.\nIt can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with `utilada_curl`.\n\n# Documentation\n\n* [Ada Utility Library Programmer's Guide](https://ada-util.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-util/blob/master/docs/utilada-book.pdf)\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "commit": "30b22a5998340109f8322292e74b33b29d3494fe",
            "subdir": "./aws/",
            "url": "git+https://gitlab.com/stcarrez/ada-util.git"
          },
          "project-files": [
            "utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.8.2",
          "website": "https://gitlab.com/stcarrez/ada-util"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.8.2.toml",
        "version": "2.8.2"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.8.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.8.0",
            "qualifies": true,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.8.0",
            "qualifies": false,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.8.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.8.0",
            "qualifies": true,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.8.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.8.0",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.8.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.7.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "aws",
            "package": "aws",
            "provided_version": "24.0.0",
            "requirement": "^24.0",
            "resolved": true,
            "version": "24.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "aws": "^24.0",
              "utilada": "^2.7.0"
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "UTIL_AWS_IMPL": [
              "1",
              "2",
              "3"
            ]
          },
          "gpr-set-externals": {
            "UTIL_AWS_IMPL": "3"
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](https://ada-util.readthedocs.io/en/latest/?badge=latest)\n\nThis small library provides an HTTP backend on top of AWS.\nIt can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with `utilada_curl`.\n\n# Documentation\n\n* [Ada Utility Library Programmer's Guide](https://ada-util.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-util/blob/master/docs/utilada-book.pdf)\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "commit": "0d2660318d3862cd36d9e1f8708c3d8e32541204",
            "subdir": "./aws/",
            "url": "git+https://gitlab.com/stcarrez/ada-util.git"
          },
          "project-files": [
            "utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.8.0",
          "website": "https://gitlab.com/stcarrez/ada-util"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.8.0.toml",
        "version": "2.8.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.7.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.7.0",
            "qualifies": false,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.7.0",
            "qualifies": false,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.7.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.7.0",
            "qualifies": true,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.7.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.7.0",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.7.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.7.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "name": "aws",
            "package": "aws",
            "provided_version": "23.0.0",
            "requirement": "^23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "23.0.0",
            "requirement": "^23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "name": "gnatcoll",
            "package": "gnatcoll",
            "provided_version": "23.0.0",
            "requirement": "^23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=...",
            "name": "aws",
            "package": "aws",
            "provided_version": "24.0.0",
            "requirement": "^24.0.0",
            "resolved": true,
            "version": "24.0.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=...",
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "24.0.0",
            "requirement": "^24.0.0",
            "resolved": true,
            "version": "24.0.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=...",
            "name": "gnatcoll",
            "package": "gnatcoll",
            "provided_version": "24.0.0",
            "requirement": "^24.0.0",
            "resolved": true,
            "version": "24.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "utilada": "^2.7.0"
            },
            {
              "case(os)": {
                "...": {
                  "aws": "^24.0.0",
                  "gnatcoll": "^24.0.0",
                  "xmlada": "^24.0.0"
                },
                "windows": {
                  "aws": "^23.0.0",
                  "gnatcoll": "^23.0.0",
                  "xmlada": "^23.0.0"
                }
              }
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "UTIL_AWS_IMPL": [
              "1",
              "2",
              "3"
            ],
            "UTIL_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "UTIL_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "gpr-set-externals": {
            "UTIL_AWS_IMPL": "3"
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](https://ada-util.readthedocs.io/en/latest/?badge=latest)\n\nThis small library provides an HTTP backend on top of AWS.\nIt can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with `utilada_curl`.\n\n# Documentation\n\n* [Ada Utility Library Programmer's Guide](https://ada-util.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-util/blob/master/docs/utilada-book.pdf)\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "commit": "f98f7d02798d00e10660ec49d46e175f8748be56",
            "subdir": "./.alire/aws/",
            "url": "git+https://gitlab.com/stcarrez/ada-util.git"
          },
          "project-files": [
            "utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.7.0",
          "website": "https://gitlab.com/stcarrez/ada-util"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.7.0.toml",
        "version": "2.7.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.6.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.6.0",
            "qualifies": false,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.6.0",
            "qualifies": false,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.6.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.6.0",
            "qualifies": true,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.6.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.6.0",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.6.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.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": "aws",
            "package": "aws",
            "provided_version": "24.0.0",
            "requirement": "^24.0.0",
            "resolved": true,
            "version": "24.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "24.0.0",
            "requirement": "^24.0.0",
            "resolved": true,
            "version": "24.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "gnatcoll",
            "package": "gnatcoll",
            "provided_version": "24.0.0",
            "requirement": "^24.0.0",
            "resolved": true,
            "version": "24.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": false,
              "windows": false
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "aws": "^24.0.0",
              "gnatcoll": "^24.0.0",
              "utilada": "^2.6.0",
              "xmlada": "^24.0.0"
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "UTIL_AWS_IMPL": [
              "1",
              "2",
              "3"
            ],
            "UTIL_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "gpr-set-externals": {
            "UTIL_AWS_IMPL": "3"
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util)\n\n\nThis small library provides an HTTP backend on top of AWS.\nIt is can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with utilada_curl.\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "commit": "99ca46a12f0d542348262d67b613d58f0d14c7b5",
            "subdir": "./.alire/aws/",
            "url": "git+https://gitlab.com/stcarrez/ada-util.git"
          },
          "project-files": [
            "utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.6.0",
          "website": "https://gitlab.com/stcarrez/ada-util"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.6.0.toml",
        "version": "2.6.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.5.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.5.0",
            "qualifies": false,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.5.0",
            "qualifies": false,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.5.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.5.0",
            "qualifies": false,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.5.0",
            "qualifies": true,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.5.0",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.5.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.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": "aws",
            "package": "aws",
            "provided_version": "21.0.0",
            "requirement": "~21.0",
            "resolved": true,
            "version": "21.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "aws": "~21.0",
              "utilada": "^2.5.0"
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "UTIL_AWS_IMPL": [
              "1",
              "2",
              "3"
            ],
            "UTIL_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "gpr-set-externals": {
            "UTIL_AWS_IMPL": "2"
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util)\n\n\nThis small library provides an HTTP backend on top of AWS.\nIt is can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with utilada_curl.\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "commit": "f65f9ba9cd38c57d11b1248e17207338026b49af",
            "url": "git+https://gitlab.com/stcarrez/ada-util.git"
          },
          "project-files": [
            ".alire/aws/utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.5.0",
          "website": "https://gitlab.com/stcarrez/ada-util"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.5.0.toml",
        "version": "2.5.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.1.0",
            "qualifies": false,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.1.0",
            "qualifies": false,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.1.0",
            "qualifies": false,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.1.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.1.0",
            "qualifies": false,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.1.0",
            "qualifies": false,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.1.0",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.1.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.1.0",
            "resolved": true,
            "version": "2.9.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "depends-on": [
            {
              "utilada": "^2.1.0"
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "UTIL_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util)\n\n\nThis small library provides an HTTP backend on top of AWS.\nIt is can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with utilada_curl.\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "hashes": [
              "sha512:56b450911111eef4ff0675021781e79c7be7c4063868c01a773a7bf5193202a58da3c5285924d2723c07f4d95df93b74f6fe3fb4d32ad718274ff3bce25601d3"
            ],
            "url": "https://github.com/stcarrez/ada-util/archive/2.1.0.tar.gz"
          },
          "project-files": [
            ".alire/aws/utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.1.0"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.1.0.toml",
        "version": "2.1.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "awa",
            "path": "index/aw/awa/awa-2.4.0.toml",
            "provided_version": "2.0.0",
            "qualifies": false,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "2.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "2.0.0",
            "qualifies": false,
            "requirement": "^2.8.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.2.toml",
            "provided_version": "2.0.0",
            "qualifies": false,
            "requirement": "^2.9.0",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.8.2"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.8.1.toml",
            "provided_version": "2.0.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.8.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.7.1.toml",
            "provided_version": "2.0.0",
            "qualifies": false,
            "requirement": "^2.6.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.7.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.6.0.toml",
            "provided_version": "2.0.0",
            "qualifies": false,
            "requirement": "^2.5.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.6.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "servletada_aws",
            "path": "index/se/servletada_aws/servletada_aws-1.3.0.toml",
            "provided_version": "2.0.0",
            "qualifies": true,
            "requirement": "^2.0.0",
            "requires": "utilada_aws",
            "selected": false,
            "version": "1.3.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "wi2wic",
            "path": "index/wi/wi2wic/wi2wic-1.1.0.toml",
            "provided_version": "2.0.0",
            "qualifies": false,
            "requirement": "^2.8.2",
            "requires": "utilada_aws",
            "selected": true,
            "version": "1.1.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.0.0",
            "resolved": true,
            "version": "2.9.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "depends-on": [
            {
              "utilada": "^2.0.0"
            }
          ],
          "description": "Utility Library REST support on top of AWS",
          "gpr-externals": {
            "BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "UTIL_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util)\n\n\nThis small library provides an HTTP backend on top of AWS.\nIt is can be used by the `Util.Http` package.\n\nAn alternate HTTP backend is provided by CURL with utilada_curl.\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "utilada_aws",
          "origin": {
            "hashes": [
              "sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"
            ],
            "url": "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz"
          },
          "project-files": [
            ".alire/aws/utilada_aws.gpr"
          ],
          "tags": [
            "web",
            "http"
          ],
          "version": "2.0.0"
        },
        "path": "index/ut/utilada_aws/utilada_aws-2.0.0.toml",
        "version": "2.0.0"
      }
    ]
  },
  "schema_version": 4
}
