46 lines
1.8 KiB
TOML
46 lines
1.8 KiB
TOML
name = "utilada_curl"
|
|
version = "2.9.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
licenses = "Apache-2.0"
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["utilada_curl.gpr"]
|
|
tags = ["web", "http", "rest"]
|
|
website = "https://gitlab.com/stcarrez/ada-util"
|
|
description = "Utility Library REST support on top of CURL"
|
|
long-description = """
|
|
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-util/summary)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-util/summary)
|
|
[](https://ada-util.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
This small library provides an HTTP backend on top of CURL.
|
|
It can be used by the `Util.Http` package.
|
|
|
|
An alternate HTTP backend is provided by AWS with `utilada_aws`.
|
|
|
|
# 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.9.0"
|
|
libcurl = "*"
|
|
|
|
[gpr-externals]
|
|
UTIL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
|
|
[origin]
|
|
commit = "bd635f55729b99ca1d2633fb487fe17f935e7d6b"
|
|
subdir = "./curl/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-util.git"
|
|
|