-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2713 from silene/interval-4.8.1
Interval 4.8.1
- Loading branch information
Showing
4 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
opam-version: "2.0" | ||
maintainer: "guillaume.melquiond@inria.fr" | ||
homepage: "https://coqinterval.gitlabpages.inria.fr/" | ||
dev-repo: "git+https://gitlab.inria.fr/coqinterval/interval.git" | ||
bug-reports: "https://gitlab.inria.fr/coqinterval/interval/issues" | ||
license: "CeCILL-C" | ||
build: [ | ||
["autoconf"] {dev} | ||
["./configure"] | ||
["./remake" "-j%{jobs}%"] | ||
] | ||
install: ["./remake" "install"] | ||
depends: [ | ||
"coq" {>= "8.11"} | ||
"coq-bignums" | ||
"coq-flocq" {>= "3.1"} | ||
"coq-mathcomp-ssreflect" {>= "1.6"} | ||
"coq-coquelicot" {>= "3.0"} | ||
"conf-autoconf" {build & dev} | ||
("conf-g++" {build} | "conf-clang" {build}) | ||
] | ||
tags: [ | ||
"keyword:interval arithmetic" | ||
"keyword:decision procedure" | ||
"keyword:floating-point arithmetic" | ||
"keyword:reflexive tactic" | ||
"keyword:Taylor models" | ||
"category:Mathematics/Real Calculus and Topology" | ||
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" | ||
"logpath:Interval" | ||
"date:2023-09-08" | ||
] | ||
authors: [ | ||
"Guillaume Melquiond <guillaume.melquiond@inria.fr>" | ||
"Érik Martin-Dorel <erik.martin-dorel@irit.fr>" | ||
"Pierre Roux <pierre.roux@onera.fr>" | ||
"Thomas Sibut-Pinote <thomas.sibut-pinote@inria.fr>" | ||
] | ||
synopsis: "A Coq tactic for proving bounds on real-valued expressions automatically" | ||
url { | ||
src: "https://coqinterval.gitlabpages.inria.fr/releases/interval-4.8.1.tar.gz" | ||
checksum: "sha512=d1df6eba5b473f50bf17488d16020b2d377f2c757d58953359d90deb9256fd434a6d4d13ab9c4a075d2dba400e97400064ffe900ca35769df396d53a6d0d53e9" | ||
} |