Skip to content

Commit

Permalink
Coquelicot 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silene committed Jan 16, 2024
1 parent dbac9fc commit f80010d
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion released/packages/coq-coquelicot/coq-coquelicot.3.2.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.8"}
"coq" {>= "8.8" & < "8.19~"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "1.16~"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-coquelicot/coq-coquelicot.3.3.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.12"}
"coq" {>= "8.12" & < "8.19~"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "1.17~"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-coquelicot/coq-coquelicot.3.3.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.12"}
"coq" {>= "8.12" & < "8.19~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-coquelicot/coq-coquelicot.3.4.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.12"}
"coq" {>= "8.12" & < "8.19~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
Expand Down
37 changes: 37 additions & 0 deletions released/packages/coq-coquelicot/coq-coquelicot.3.4.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://coquelicot.saclay.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/coquelicot/coquelicot.git"
bug-reports: "https://gitlab.inria.fr/coquelicot/coquelicot/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.12"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:real analysis"
"keyword:topology"
"keyword:filters"
"keyword:metric spaces"
"category:Mathematics/Real Calculus and Topology"
"logpath:Coquelicot"
"date:2024-01-16"
]
authors: [
"Sylvie Boldo <[email protected]>"
"Catherine Lelay <[email protected]>"
"Guillaume Melquiond <[email protected]>"
]
synopsis: "A Coq formalization of real analysis compatible with the standard library"
url {
src: "https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.4.1.tar.gz"
checksum: "sha512=54e2670e701c04774f701bde48866ae36733dd6c1e3f488518f525bfe52d9b063dfbbb434eebeb3dcb112bc98fd2232c8599225ee725ab237bf639370cac2e01"
}

0 comments on commit f80010d

Please sign in to comment.