Skip to content

Commit dc1f827

Browse files
authored
Merge pull request #3348 from silene/gappalib-1.7.0
Gappa support library 1.7.0
2 parents 2192297 + ea8a04d commit dc1f827

File tree

1 file changed

+34
-0
lines changed
  • released/packages/coq-gappa/coq-gappa.1.7.0

1 file changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
homepage: "https://gappa.gitlabpages.inria.fr/"
4+
dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git"
5+
bug-reports: "https://gitlab.inria.fr/gappa/coq/issues"
6+
license: "LGPL-3.0-or-later"
7+
build: [
8+
["autoconf"] {dev}
9+
["./configure"]
10+
["./remake" "-j%{jobs}%"]
11+
]
12+
install: ["./remake" "install"]
13+
depends: [
14+
"ocaml"
15+
"ocamlfind" {build}
16+
"coq" {>= "8.16" & < "8.21~"}
17+
"coq-flocq" {>= "4.1"}
18+
"conf-autoconf" {build & dev}
19+
("conf-g++" {build} | "conf-clang" {build})
20+
]
21+
tags: [
22+
"keyword:floating-point arithmetic"
23+
"keyword:interval arithmetic"
24+
"keyword:decision procedure"
25+
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
26+
"logpath:Gappa"
27+
"date:2025-02-19"
28+
]
29+
authors: [ "Guillaume Melquiond <[email protected]>" ]
30+
synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover"
31+
url {
32+
src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.7.0.tar.gz"
33+
checksum: "sha512=3a627b5580ab81936d3231b7c80611cae7e89cba66f7ba2530d75199135d3922d993b71df00edef80c6cff81b1be216260c25a7ccab106aa79e0579e87cf7ceb"
34+
}

0 commit comments

Comments
 (0)