{
  "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"
}
