From 033b97fd02774002e8e6d178fe808db9d8c12c95 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Fri, 31 Oct 2025 18:14:16 +0100 Subject: [PATCH] utilada_aws 2.8.2 (#1652) --- index/ut/utilada_aws/utilada_aws-2.8.2.toml | 47 +++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 index/ut/utilada_aws/utilada_aws-2.8.2.toml diff --git a/index/ut/utilada_aws/utilada_aws-2.8.2.toml b/index/ut/utilada_aws/utilada_aws-2.8.2.toml new file mode 100644 index 00000000..1e0d0135 --- /dev/null +++ b/index/ut/utilada_aws/utilada_aws-2.8.2.toml @@ -0,0 +1,47 @@ +description = "Utility Library REST support on top of AWS" +name = "utilada_aws" +version = "2.8.2" +authors = ["Stephane.Carrez@gmail.com"] +licenses = "Apache-2.0" +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["utilada_aws.gpr"] +tags = ["web", "http"] +website = "https://gitlab.com/stcarrez/ada-util" +long-description = """ + +[![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) +[![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) +[![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) +[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](https://ada-util.readthedocs.io/en/latest/?badge=latest) + +This small library provides an HTTP backend on top of AWS. +It can be used by the `Util.Http` package. + +An alternate HTTP backend is provided by CURL with `utilada_curl`. + +# Documentation + +* [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) + +""" + +[[depends-on]] +utilada = "^2.8.1" +aws = "^24.0" + +[gpr-externals] +UTIL_AWS_IMPL = ["1", "2", "3"] + +[gpr-set-externals] +UTIL_AWS_IMPL = "3" + +[configuration] +disabled = true + + +[origin] +commit = "30b22a5998340109f8322292e74b33b29d3494fe" +subdir = "./aws/" +url = "git+https://gitlab.com/stcarrez/ada-util.git" +