2b717eabc0
* GNAT 11.2.2 The Linux versions are built on ubuntu 18 instead of 20 for the .1 releases. * GPRbuild 21.0.1 The Linux versions are built on ubuntu 18 instead of 20 for the .1 releases. * GNATcov 21.0.1 The Linux versions are built on ubuntu 18 instead of 20 for the .1 releases.
28 lines
1.1 KiB
TOML
28 lines
1.1 KiB
TOML
name = "gnat_native"
|
|
version = "10.3.2"
|
|
provides = ["gnat=10.3.1"]
|
|
description = "The GNAT Ada compiler - Native"
|
|
maintainers = ["chouteau@adacore.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
|
|
|
|
auto-gpr-with = false
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[environment]
|
|
PATH.prepend = "${CRATE_ROOT}/bin"
|
|
|
|
[origin."case(os)".windows."case(word-size)".bits-64]
|
|
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-2/gnat-x86_64-windows64-10.3.0-2.tar.gz"
|
|
hashes = ["sha256:b187d9541ce60bbf46d979c638351a501450df1597389cb97e7e996f6aa84d09"]
|
|
|
|
[origin."case(os)".macos."case(word-size)".bits-64]
|
|
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-2/gnat-x86_64-darwin-10.3.0-2.tar.gz"
|
|
hashes = ["sha256:e112fd3fe78aab5825164830f20f0e2a99557cf2645ad3202da0e2798ec108d3"]
|
|
|
|
[origin."case(os)".linux."case(word-size)".bits-64]
|
|
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-10.3.0-2/gnat-x86_64-linux-10.3.0-2.tar.gz"
|
|
hashes = ["sha256:d7078088b5ff812e828048c5a50417a7c63724c7181a37ff39cd49e25c154fc6"]
|