gnatcoll_postgres 26.0.0 (#1754)
This commit is contained in:
@@ -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']
|
||||||
@@ -7,5 +7,5 @@ maintainers-logins = ["Fabien-Chouteau"]
|
|||||||
[[external]]
|
[[external]]
|
||||||
kind = "system"
|
kind = "system"
|
||||||
[external.origin."case(distribution)"]
|
[external.origin."case(distribution)"]
|
||||||
"debian|ubuntu|arch" = ["postgresql"]
|
"debian|ubuntu|arch|fedora" = ["postgresql"]
|
||||||
msys2 = ["mingw-w64-x86_64-postgresql"]
|
msys2 = ["mingw-w64-x86_64-postgresql"]
|
||||||
|
|||||||
Reference in New Issue
Block a user