-
Notifications
You must be signed in to change notification settings - Fork 45
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 #135 from math-comp/test_with_mathcomp-1.8.0
Porting to mathcomp-1.8.0
- Loading branch information
Showing
11 changed files
with
105 additions
and
98 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
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
opam-version: "1.2" | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
homepage: "https://github.com/math-comp/analysis" | ||
bug-reports: "https://github.com/math-comp/analysis/issues" | ||
dev-repo: "https://github.com/math-comp/analysis.git" | ||
dev-repo: "git+https://github.com/math-comp/analysis.git" | ||
license: "CeCILL-C" | ||
authors: [ | ||
"Reynald Affeldt" | ||
|
@@ -21,8 +21,14 @@ install: [ | |
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/mathcomp/analysis"] | ||
depends: [ | ||
"coq" { (>= "8.8" | = "dev") } | ||
"coq-mathcomp-field" {(>= "1.7.0" & < "1.8.0~")} | ||
"coq-mathcomp-field" {(>= "1.8.0" & < "1.9.0~")} | ||
"coq-mathcomp-bigenough" {(>= "1.0.0" & < "1.1.0~")} | ||
"coq-mathcomp-finmap" {(>= "1.1.0" & < "1.2.0~")} | ||
"coq-mathcomp-finmap" {(>= "1.2.0" & < "1.3.0~")} | ||
] | ||
synopsis: "An analysis library for mathematical components" | ||
description: """ | ||
This repository contains an experimental library for real analysis for | ||
the Coq proof-assistant and using the Mathematical Components library. | ||
|
||
It is inspired by the Coquelicot library. | ||
""" |
Oops, something went wrong.