a65d9247ab
* Add Ada Database Objects 2.4.1 crates * Remove ado_all due to issues in alr pin when building --------- Co-authored-by: Alejandro R Mosteo <amosteo@unizar.es>
39 lines
1.5 KiB
TOML
39 lines
1.5 KiB
TOML
description = "Ada Database Objects (PostgreSQL)"
|
|
tags = ["database", "uml", "sql", "postgresql"]
|
|
name = "ado_postgresql"
|
|
version = "2.4.1"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["ado_postgresql.gpr"]
|
|
website = "https://gitlab.com/stcarrez/ada-ado"
|
|
long-description = """
|
|
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-ado/xunits)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)
|
|
[](https://ada-ado.readthedocs.io/en/latest/?badge=latest)
|
|
|
|
This is the PostgreSQL driver for the Ada Database Objects library.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
ado = "^2.4.0"
|
|
libpq = "*"
|
|
|
|
[gpr-externals]
|
|
ADO_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
ADO_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
|
|
[origin]
|
|
commit = "cf105198c23027ddf7d8111bf8094155c43a7709"
|
|
subdir = "./postgresql/"
|
|
url = "git+https://gitlab.com/stcarrez/ada-ado.git"
|
|
|