Skip to content

Commit

Permalink
Merge pull request #3314 from silene/coquelicot-3.4.3
Browse files Browse the repository at this point in the history
Coquelicot 3.4.3
  • Loading branch information
silene authored Jan 27, 2025
2 parents 69ddfb7 + 6fbdf86 commit bb90ede
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions released/packages/coq-coquelicot/coq-coquelicot.3.4.3/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:2025-01-27"
]
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.3.tar.gz"
checksum: "sha512=619207d1dfc170dc0c79e72e893fa2e1a60f9df85a56ea23fb3bb8e4bca1b273cd0a3dd588d4b29a138154852a9fe5b7b23fa317c77c512ef058958e05a1f4c2"
}

0 comments on commit bb90ede

Please sign in to comment.