Skip to content

Commit

Permalink
Merge pull request #2692 from andrew-appel/master
Browse files Browse the repository at this point in the history
Add vcfloat.2.1.1 release to opam-coq-archive
  • Loading branch information
palmskog committed Aug 31, 2023
2 parents 27a4525 + bb26d03 commit 7064aef
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions released/packages/coq-vcfloat/coq-vcfloat.2.1.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "VCFloat: Floating Point Round-off Error Analysis"
description: "VCFloat is a tool for Coq proofs about floating-point round-off error."
authors: [
"Andrew W. Appel"
"Ariel E. Kellison"
"Tahina Ramananandro"
"Paul Mountcastle"
"Benoit Meister"
"Richard Lethin"
]
homepage: "https://verinum.org/vcfloat/"
maintainer: "Andrew W. Appel <appel@princeton.edu>"
dev-repo: "git+https://github.com/VeriNum/vcfloat"
bug-reports: "https://github.com/VeriNum/vcfloat/issues"
license: "LGPL-3.0-or-later"

build: [
[ make "-C" "vcfloat" "-j%{jobs}%" "vcfloat2"]
]
install: [
[make "-C" "vcfloat" "-j%{jobs}%" "install" "INSTALLDIR=%{lib}%/coq/user-contrib/vcfloat"]
]
run-test: [
[make "-C" "vcfloat" "-j%{jobs}%" "tests"]
]
depends: [
"coq" {>= "8.16" & < "8.18~"}
"coq-flocq" {>= "4.1.1" & < "5.0"}
"coq-interval" {>= "4.8.0"}
"coq-compcert" {>= "3.12"}
"coq-bignums"
]
url {
src: "https://github.com/VeriNum/vcfloat/archive/refs/tags/v2.1.1.tar.gz"
checksum: "sha256=cd0098a7448e13116f4bb1faa3d93c6f1a8b5a6fa83be979875b432aeb9eb27e"
}
tags: [
"date:2023-08-31"
"keyword:decision procedure"
"keyword:floating-point arithmetic"
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"logpath:VCFloat"
]

0 comments on commit 7064aef

Please sign in to comment.