Skip to content

Commit 5f8b9b1

Browse files
authored
Merge pull request #2926 from silene/flocq-4.1.4
Flocq 4.1.4
2 parents 389b2b5 + ce90113 commit 5f8b9b1

File tree

1 file changed

+31
-0
lines changed
  • released/packages/coq-flocq/coq-flocq.4.1.4

1 file changed

+31
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
homepage: "https://flocq.gitlabpages.inria.fr/"
4+
dev-repo: "git+https://gitlab.inria.fr/flocq/flocq.git"
5+
bug-reports: "https://gitlab.inria.fr/flocq/flocq/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+
"coq" {>= "8.12"}
15+
"conf-autoconf" {build & dev}
16+
("conf-g++" {build} | "conf-clang" {build})
17+
]
18+
tags: [
19+
"keyword:floating-point arithmetic"
20+
"logpath:Flocq"
21+
"date:2024-01-23"
22+
]
23+
authors: [
24+
"Sylvie Boldo <[email protected]>"
25+
"Guillaume Melquiond <[email protected]>"
26+
]
27+
synopsis: "A formalization of floating-point arithmetic for the Coq system"
28+
url {
29+
src: "https://flocq.gitlabpages.inria.fr/releases/flocq-4.1.4.tar.gz"
30+
checksum: "sha512=f4d17a58b6f6eeaad654ee48fd870113c11d4f98390b5311a39a0e335888b10f133249262f6101a3ff88728fe226072581048c145b809a3922689fea0e73cf60"
31+
}

0 commit comments

Comments
 (0)