7253e60c03
* First batch of 23.0.0 releases for GNATcoll, LAL, XMLAda, etc. * Update libadalang_tools-23.0.0.toml
27 lines
895 B
TOML
27 lines
895 B
TOML
name = "gnatcoll_postgres"
|
|
version = "23.0.0"
|
|
description = "GNAT Components Collection - postgres"
|
|
website = "https://github.com/adacore/gnatcoll-db"
|
|
authors = ["AdaCore"]
|
|
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
project-files = ["postgres/gnatcoll_postgres.gpr"]
|
|
tags = ["gnatcoll", "gnatcoll-db", "postgres", "postgresql", "database"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[gpr-externals]
|
|
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"]
|
|
LIBRARY_TYPE = ["static", "relocatable", "static-pic"]
|
|
|
|
[[depends-on]]
|
|
gnatcoll = "~23.0.0"
|
|
gnatcoll_sql = "~23.0.0"
|
|
postgresql = "*"
|
|
|
|
[origin]
|
|
url="https://github.com/AdaCore/gnatcoll-db/archive/v23.0.0/gnatcoll-db-23.0.0.zip"
|
|
hashes=['sha512:adf8e40fb7f3ad64be9d5342c8b2017074c1a6b5f7e26ca5ae8f33a3e46d2c981ac3e8be5d0d4be709bed153868ce52935e15706e43f8b5a7dc83a5b63fd7fd8']
|