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