diff --git a/index/gn/gnatcoll_gmp/gnatcoll_gmp-25.0.0.toml b/index/gn/gnatcoll_gmp/gnatcoll_gmp-25.0.0.toml new file mode 100644 index 000000000..d90a55c77 --- /dev/null +++ b/index/gn/gnatcoll_gmp/gnatcoll_gmp-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_iconv/gnatcoll_iconv-25.0.0.toml b/index/gn/gnatcoll_iconv/gnatcoll_iconv-25.0.0.toml new file mode 100644 index 000000000..09aeb16f7 --- /dev/null +++ b/index/gn/gnatcoll_iconv/gnatcoll_iconv-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_lzma/gnatcoll_lzma-25.0.0.toml b/index/gn/gnatcoll_lzma/gnatcoll_lzma-25.0.0.toml new file mode 100644 index 000000000..a861f840d --- /dev/null +++ b/index/gn/gnatcoll_lzma/gnatcoll_lzma-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_omp/gnatcoll_omp-25.0.0.toml b/index/gn/gnatcoll_omp/gnatcoll_omp-25.0.0.toml new file mode 100644 index 000000000..7e33b0b4f --- /dev/null +++ b/index/gn/gnatcoll_omp/gnatcoll_omp-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_postgres/gnatcoll_postgres-25.0.0.toml b/index/gn/gnatcoll_postgres/gnatcoll_postgres-25.0.0.toml new file mode 100644 index 000000000..7ec70fcaf --- /dev/null +++ b/index/gn/gnatcoll_postgres/gnatcoll_postgres-25.0.0.toml @@ -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 = ["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 = "~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'] diff --git a/index/gn/gnatcoll_readline/gnatcoll_readline-25.0.0.toml b/index/gn/gnatcoll_readline/gnatcoll_readline-25.0.0.toml new file mode 100644 index 000000000..111ae2391 --- /dev/null +++ b/index/gn/gnatcoll_readline/gnatcoll_readline-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_sql/gnatcoll_sql-25.0.0.toml b/index/gn/gnatcoll_sql/gnatcoll_sql-25.0.0.toml new file mode 100644 index 000000000..1dff227a1 --- /dev/null +++ b/index/gn/gnatcoll_sql/gnatcoll_sql-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_sqlite/gnatcoll_sqlite-25.0.0.toml b/index/gn/gnatcoll_sqlite/gnatcoll_sqlite-25.0.0.toml new file mode 100644 index 000000000..0073a7dc7 --- /dev/null +++ b/index/gn/gnatcoll_sqlite/gnatcoll_sqlite-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_syslog/gnatcoll_syslog-25.0.0.toml b/index/gn/gnatcoll_syslog/gnatcoll_syslog-25.0.0.toml new file mode 100644 index 000000000..65a3afb57 --- /dev/null +++ b/index/gn/gnatcoll_syslog/gnatcoll_syslog-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_xref/gnatcoll_xref-25.0.0.toml b/index/gn/gnatcoll_xref/gnatcoll_xref-25.0.0.toml new file mode 100644 index 000000000..f476b8c40 --- /dev/null +++ b/index/gn/gnatcoll_xref/gnatcoll_xref-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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'] diff --git a/index/gn/gnatcoll_zlib/gnatcoll_zlib-25.0.0.toml b/index/gn/gnatcoll_zlib/gnatcoll_zlib-25.0.0.toml new file mode 100644 index 000000000..a4724ccd3 --- /dev/null +++ b/index/gn/gnatcoll_zlib/gnatcoll_zlib-25.0.0.toml @@ -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 = ["chouteau@adacore.com"] +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']