Skip to content

Commit 75d8756

Browse files
committed
Update not-the-real .opam file, for informational purposes
1 parent 688347e commit 75d8756

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

coq-vcfloat.opam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the _real_ opam file for coq-vcfloat is at [adjusted for version number]
2-
# https://github.com/coq/opam-coq-archive/blob/master/released/packages/coq-vcfloat/coq-vcfloat.2.1/opam
2+
# https://github.com/coq/opam-coq-archive/blob/master/released/packages/coq-vcfloat/coq-vcfloat.2.1.1/opam
33
opam-version: "2.0"
44
synopsis: "VCFloat: Floating Point Round-off Error Analysis"
55
description: "VCFloat is a tool for Coq proofs about floating-point round-off error."
@@ -28,13 +28,13 @@ run-test: [
2828
]
2929
depends: [
3030
"coq" {>= "8.16" & < "8.18~"}
31-
"coq-flocq" {>= "4.1.0" & < "5.0"}
32-
"coq-interval" {>= "4.5.2"}
33-
"coq-compcert" {>= "3.11"}
31+
"coq-flocq" {>= "4.1.1" & < "5.0"}
32+
"coq-interval" {>= "4.8.0"}
33+
"coq-compcert" {>= "3.12"}
3434
"coq-bignums"
3535
]
3636
tags: [
37-
"date:2023-04-13"
37+
"date:2023-08-31"
3838
"keyword:decision procedure"
3939
"keyword:floating-point arithmetic"
4040
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"

0 commit comments

Comments
 (0)