Skip to content

Commit

Permalink
gnatprove 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Nov 8, 2023
1 parent 332abd7 commit a5d3cbe
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index/gn/gnatprove/gnatprove-13.2.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "gnatprove"
version = "13.2.1"
description = "Automatic formal verification of SPARK code"
maintainers = ["[email protected]"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "GPL-3.0-or-later"

auto-gpr-with = false

[configuration]
disabled = true

[environment]
PATH.prepend = "${CRATE_ROOT}/bin"

[origin."case(os)".windows."case(host-arch)".x86-64]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatprove-13.2.0-1/gnatprove-x86_64-windows64-13.2.0-1.tar.gz"
hashes = ["sha256:c7d44efa4167551935eab485a38a5d3a592004c1553e7a32c02187602c2a5b01"]

[origin."case(os)".macos."case(host-arch)".x86-64]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatprove-13.2.0-1/gnatprove-x86_64-darwin-13.2.0-1.tar.gz"
hashes = ["sha256:d088f8a188658aa0befcb5a4a5b9211fccf7d14ba5d5a49189ba70303d5201d7"]

[origin."case(os)".linux."case(host-arch)".x86-64]
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnatprove-13.2.0-1/gnatprove-x86_64-linux-13.2.0-1.tar.gz"
hashes = ["sha256:28fc3583d2364c1e10790fe258c408faffa42d7ff77bb81dc18d4907608f4017"]

0 comments on commit a5d3cbe

Please sign in to comment.