Skip to content

Commit

Permalink
Merge pull request #2713 from silene/interval-4.8.1
Browse files Browse the repository at this point in the history
Interval 4.8.1
  • Loading branch information
silene authored Sep 8, 2023
2 parents a638149 + 8376b44 commit 95d8ada
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
2 changes: 1 addition & 1 deletion released/packages/coq-interval/coq-interval.4.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.8.1"}
"coq" {>= "8.8.1" & < "8.18~"}
"coq-bignums" {< "9~"}
"coq-flocq" {>= "3.1"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "2~"}
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-interval/coq-interval.4.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.11"}
"coq" {>= "8.11" & < "8.18~"}
"coq-bignums"
"coq-flocq" {>= "3.1"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "2~"}
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-interval/coq-interval.4.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.11"}
"coq" {>= "8.11" & < "8.18~"}
"coq-bignums"
"coq-flocq" {>= "3.1"}
"coq-mathcomp-ssreflect" {>= "1.6"}
Expand Down
43 changes: 43 additions & 0 deletions released/packages/coq-interval/coq-interval.4.8.1/opam
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"
}

0 comments on commit 95d8ada

Please sign in to comment.