Files
alire-index-community/index/gn/gnatcoll_iconv.toml
T
2020-02-17 17:44:49 +01:00

42 lines
1.2 KiB
TOML

[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.depends-on]
gnat = ">=9.0"
gnatcoll = "^2019"
[2019.gpr-set-externals]
GNATCOLL_VERSION = "2019"