diff --git a/index/gn/gnatcoll_iconv.toml b/index/gn/gnatcoll_iconv.toml new file mode 100644 index 00000000..5750a7c5 --- /dev/null +++ b/index/gn/gnatcoll_iconv.toml @@ -0,0 +1,47 @@ +[general] +description = "GNAT Components Collection - Bindings to libiconv" +licenses = ["GPL 3.0"] +authors = ["AdaCore"] +maintainers = ["derodat@adacore.com"] +maintainers-logins = ["pmderodat"] + +project-files = ["iconv/gnatcoll_iconv.gpr"] + + [general.gpr-externals] + BUILD = ["DEBUG", "PROD"] + LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + GNATCOLL_VERSION = "" + GNATCOLL_OS = ["windows", "unix", "osx"] + GNATCOLL_ICONV_OPT = "" + + [general.gpr-set-externals] + BUILD = "PROD" + LIBRARY_TYPE = "static-pic" + GNATCOLL_ICONV_OPT = "" + + [general.gpr-set-externals.'case(os)'] + linux = { GNATCOLL_OS = "unix" } + macos = { GNATCOLL_OS = "osx" } + windows = { GNATCOLL_OS = "windows" } + +[2019] +origin = """https://community.download.adacore.com/v1/\ + 964ece4f78755a2fb3c1c84cec2c375cda66bd98?filename=""" +archive-name = "gnatcoll-bindings-2019-20190430-1928C-src.tar.gz" +origin-hashes = ["""\ + sha512:6db1d35a1cdf5188001084750f7aa32b193768f8c3dfb6d7db8a8314c745fc054b0\ + a6d2234a6dd64c5acd4b1bafffa7ce7f1080bd51fbb8bc88edfcc855b7a48\ +"""] + + [2019.available.'case(compiler)'] + 'gnat-fsf-9-0' = true + 'gnat-fsf-9-1' = true + 'gnat-fsf-9-2-or-newer' = true + 'gnat-community-2019' = true + '...' = false + + [2019.depends-on] + gnatcoll = "^2019" + + [2019.gpr-set-externals] + GNATCOLL_VERSION = "2019"