gnatcoll_postgres 26.0.0 (#1754)

This commit is contained in:
César Sagaert
2026-01-08 20:50:33 +01:00
committed by GitHub
parent 1097de8421
commit 670898f1fb
2 changed files with 27 additions and 1 deletions
@@ -0,0 +1,26 @@
name = "gnatcoll_postgres"
version = "26.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", "sagaert@adacore.com"]
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
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 = "~26.0.0"
gnatcoll_sql = "~26.0.0"
postgresql = "*"
[origin]
url="https://github.com/AdaCore/gnatcoll-db/archive/refs/tags/v26.0.0.zip"
hashes=['sha512:65ed82f825d80cfd3e3e762f424c9a0e8ad0a99613f7d4cb2419e24955d5c2b3ac567f5703c14b4e9b69580881e5104786e0db00a1c9c1f04daeb9c2c4263a21']
+1 -1
View File
@@ -7,5 +7,5 @@ maintainers-logins = ["Fabien-Chouteau"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"debian|ubuntu|arch" = ["postgresql"]
"debian|ubuntu|arch|fedora" = ["postgresql"]
msys2 = ["mingw-w64-x86_64-postgresql"]