Skip to content

Commit

Permalink
Merge pull request #2733 from silene/gappa-1.5.4
Browse files Browse the repository at this point in the history
Gappa 1.5.4
  • Loading branch information
silene committed Sep 20, 2023
2 parents 0e95709 + c07b442 commit 13c865f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions released/packages/coq-gappa/coq-gappa.1.5.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
opam-version: "2.0"
maintainer: "guillaume.melquiond@inria.fr"
homepage: "https://gappa.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"ocaml"
"ocamlfind" {build}
"coq" {>= "8.8.1" & < "8.19~"}
"coq-flocq" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"keyword:interval arithmetic"
"keyword:decision procedure"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:Gappa"
"date:2023-09-20"
]
authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ]
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
url {
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.4.tar.gz"
checksum: "sha512=a86b55503bc228b668f32a3677b879df328a74a6df4aeceb451b1ed3aa94549a75d89c9d50642acd9419fb98ad4b06a86115cf6e0cee8057a553111f2027c147"
}

0 comments on commit 13c865f

Please sign in to comment.