-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnatcoll bindings and DB 25.0.0 (#1279)
- Loading branch information
1 parent
23706ca
commit ccfa443
Showing
11 changed files
with
287 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name = "gnatcoll_gmp" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - GNU Multiple Precision Arithmetic binding" | ||
website = "https://github.com/adacore/gnatcoll-bindings" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["gmp/gnatcoll_gmp.gpr"] | ||
tags = ["gnatcoll", "bindings", "gmp", "arbitrary", "precision", "arithmetic"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
libgmp = "*" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-bindings/archive/v25.0.0/gnatcoll-bindings-25.0.0.zip" | ||
hashes=['sha512:0848cc59092c9ef66645f113762beb049554fa58371e062a90a2a432e6a1d6d08c8f3f162b1de1033d77fb62c0f85257fe96abb8129feef67967f6eb6b52f1ce'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name = "gnatcoll_iconv" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - iconv binding" | ||
website = "https://github.com/adacore/gnatcoll-bindings" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["iconv/gnatcoll_iconv.gpr"] | ||
tags = ["gnatcoll", "bindings", "iconv", "i18n"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
# GNATCOLL_ICONV_OPT should be empty on linux but gprbuild consider empty | ||
# environement variable as not being set. So we use a harmless linker option to | ||
# have a non-empty GNATCOLL_ICONV_OPT. | ||
[gpr-set-externals."case(os)".linux] | ||
GNATCOLL_ICONV_OPT = "-v" | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
[depends-on."case(os)".windows] | ||
libiconv = "*" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-bindings/archive/v25.0.0/gnatcoll-bindings-25.0.0.zip" | ||
hashes=['sha512:0848cc59092c9ef66645f113762beb049554fa58371e062a90a2a432e6a1d6d08c8f3f162b1de1033d77fb62c0f85257fe96abb8129feef67967f6eb6b52f1ce'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name = "gnatcoll_lzma" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - lzma binding" | ||
website = "https://github.com/adacore/gnatcoll-bindings" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["lzma/gnatcoll_lzma.gpr"] | ||
tags = ["gnatcoll", "bindings", "lzma", "compression", "7z", "7zip"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
liblzma = "*" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-bindings/archive/v25.0.0/gnatcoll-bindings-25.0.0.zip" | ||
hashes=['sha512:0848cc59092c9ef66645f113762beb049554fa58371e062a90a2a432e6a1d6d08c8f3f162b1de1033d77fb62c0f85257fe96abb8129feef67967f6eb6b52f1ce'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name = "gnatcoll_omp" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - OpenMP binding" | ||
website = "https://github.com/adacore/gnatcoll-bindings" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["omp/gnatcoll_omp.gpr"] | ||
tags = ["gnatcoll", "bindings", "openmp", "libgomp"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
libgomp = "*" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-bindings/archive/v25.0.0/gnatcoll-bindings-25.0.0.zip" | ||
hashes=['sha512:0848cc59092c9ef66645f113762beb049554fa58371e062a90a2a432e6a1d6d08c8f3f162b1de1033d77fb62c0f85257fe96abb8129feef67967f6eb6b52f1ce'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name = "gnatcoll_postgres" | ||
version = "25.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 = ["[email protected]"] | ||
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 = "~25.0.0" | ||
gnatcoll_sql = "~25.0.0" | ||
postgresql = "*" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-db/archive/v25.0.0/gnatcoll-db-25.0.0.zip" | ||
hashes=['sha512:99777a001ed8ab1cd9318da7b98c629e62cb83e223d5c0140b79c1cc686bf81c6e373e8de2d1d7b4d8b876a56c100c6c1443a8f61d6228ca31f2d033e0606b3d'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name = "gnatcoll_readline" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - readline binding" | ||
website = "https://github.com/adacore/gnatcoll-bindings" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["readline/gnatcoll_readline.gpr"] | ||
tags = ["gnatcoll", "bindings", "readline", "cli"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
libreadline = "*" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-bindings/archive/v25.0.0/gnatcoll-bindings-25.0.0.zip" | ||
hashes=['sha512:0848cc59092c9ef66645f113762beb049554fa58371e062a90a2a432e6a1d6d08c8f3f162b1de1033d77fb62c0f85257fe96abb8129feef67967f6eb6b52f1ce'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name = "gnatcoll_sql" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - sql" | ||
website = "https://github.com/adacore/gnatcoll-db" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["sql/gnatcoll_sql.gpr"] | ||
tags = ["gnatcoll", "gnatcoll-db", "sql", "database"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-db/archive/v25.0.0/gnatcoll-db-25.0.0.zip" | ||
hashes=['sha512:99777a001ed8ab1cd9318da7b98c629e62cb83e223d5c0140b79c1cc686bf81c6e373e8de2d1d7b4d8b876a56c100c6c1443a8f61d6228ca31f2d033e0606b3d'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name = "gnatcoll_sqlite" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - sqlite" | ||
website = "https://github.com/adacore/gnatcoll-db" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["sqlite/gnatcoll_sqlite.gpr"] | ||
tags = ["gnatcoll", "gnatcoll-db", "sqlite", "sql", "database"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
gnatcoll_sql = "~25.0.0" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-db/archive/v25.0.0/gnatcoll-db-25.0.0.zip" | ||
hashes=['sha512:99777a001ed8ab1cd9318da7b98c629e62cb83e223d5c0140b79c1cc686bf81c6e373e8de2d1d7b4d8b876a56c100c6c1443a8f61d6228ca31f2d033e0606b3d'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name = "gnatcoll_syslog" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - syslog binding" | ||
website = "https://github.com/adacore/gnatcoll-bindings" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["syslog/gnatcoll_syslog.gpr"] | ||
tags = ["gnatcoll", "bindings", "syslog", "logging"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[available.'case(os)'] | ||
'windows' = false | ||
'...' = true | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-bindings/archive/v25.0.0/gnatcoll-bindings-25.0.0.zip" | ||
hashes=['sha512:0848cc59092c9ef66645f113762beb049554fa58371e062a90a2a432e6a1d6d08c8f3f162b1de1033d77fb62c0f85257fe96abb8129feef67967f6eb6b52f1ce'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name = "gnatcoll_xref" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - xref" | ||
website = "https://github.com/adacore/gnatcoll-db" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["xref/gnatcoll_xref.gpr"] | ||
tags = ["gnatcoll", "database", "xref", "ali"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
gnatcoll_iconv = "~25.0.0" | ||
gnatcoll_sql = "~25.0.0" | ||
gnatcoll_sqlite = "~25.0.0" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-db/archive/v25.0.0/gnatcoll-db-25.0.0.zip" | ||
hashes=['sha512:99777a001ed8ab1cd9318da7b98c629e62cb83e223d5c0140b79c1cc686bf81c6e373e8de2d1d7b4d8b876a56c100c6c1443a8f61d6228ca31f2d033e0606b3d'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name = "gnatcoll_zlib" | ||
version = "25.0.0" | ||
description = "GNAT Components Collection - zlib binding" | ||
website = "https://github.com/adacore/gnatcoll-bindings" | ||
authors = ["AdaCore"] | ||
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1" | ||
maintainers = ["[email protected]"] | ||
maintainers-logins = ["Fabien-Chouteau"] | ||
project-files = ["zlib/gnatcoll_zlib.gpr"] | ||
tags = ["gnatcoll", "bindings", "zlib", "compression", "zip", "deflate"] | ||
|
||
[configuration] | ||
disabled = true | ||
|
||
[gpr-externals] | ||
GNATCOLL_BUILD_MODE = ["DEBUG", "PROD"] | ||
LIBRARY_TYPE = ["static", "relocatable", "static-pic"] | ||
|
||
[[depends-on]] | ||
gnatcoll = "~25.0.0" | ||
zlib = "*" | ||
|
||
[origin] | ||
url="https://github.com/adacore/gnatcoll-bindings/archive/v25.0.0/gnatcoll-bindings-25.0.0.zip" | ||
hashes=['sha512:0848cc59092c9ef66645f113762beb049554fa58371e062a90a2a432e6a1d6d08c8f3f162b1de1033d77fb62c0f85257fe96abb8129feef67967f6eb6b52f1ce'] |