-
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 #3190 from affeldt-aist/analysis.1.6.0
release MathComp-Analysis 1.6.0
- Loading branch information
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
67 changes: 67 additions & 0 deletions
67
released/packages/coq-mathcomp-analysis/coq-mathcomp-analysis.1.6.0/opam
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,67 @@ | ||
opam-version: "2.0" | ||
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>" | ||
|
||
homepage: "https://github.com/math-comp/analysis" | ||
dev-repo: "git+https://github.com/math-comp/analysis.git" | ||
bug-reports: "https://github.com/math-comp/analysis/issues" | ||
license: "CECILL-C" | ||
|
||
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.""" | ||
|
||
build: [make "-C" "theories" "-j%{jobs}%"] | ||
install: [make "-C" "theories" "install"] | ||
depends: [ | ||
"coq" { (>= "8.19" & < "8.21~") | (= "dev") } | ||
"coq-mathcomp-classical" { = version} | ||
"coq-mathcomp-solvable" { (>= "2.0.0") } | ||
"coq-mathcomp-field" | ||
"coq-mathcomp-bigenough" { (>= "1.0.0") } | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Real Calculus and Topology" | ||
"keyword:analysis" | ||
"keyword:extended real numbers" | ||
"keyword:filter" | ||
"keyword:Cantor" | ||
"keyword:topology" | ||
"keyword:real numbers" | ||
"keyword:sequence" | ||
"keyword:convexity" | ||
"keyword:Landau notation" | ||
"keyword:logarithm" | ||
"keyword:sin" | ||
"keyword:cos" | ||
"keyword:tangent" | ||
"keyword:trigonometric function" | ||
"keyword:exponential" | ||
"keyword:differentiation" | ||
"keyword:derivative" | ||
"keyword:measure theory" | ||
"keyword:integration" | ||
"keyword:Lebesgue" | ||
"keyword:probability" | ||
"logpath:mathcomp.analysis" | ||
"date:2024-10-25" | ||
] | ||
authors: [ | ||
"Reynald Affeldt" | ||
"Alessandro Bruni" | ||
"Yves Bertot" | ||
"Cyril Cohen" | ||
"Marie Kerjean" | ||
"Assia Mahboubi" | ||
"Damien Rouhling" | ||
"Pierre Roux" | ||
"Kazuhiko Sakaguchi" | ||
"Zachary Stone" | ||
"Pierre-Yves Strub" | ||
"Laurent Théry" | ||
] | ||
url { | ||
src: "https://github.com/math-comp/analysis/releases/download/1.6.0/analysis-1.6.0.tar.gz" | ||
checksum: "sha512=c65a3386459fb31279b19b77b6b1a8794811c84b9253949a9a49f55cc6e57925412261a80fddd88f99814078b2dc174b35772783e3ddb301f53a4df345213615" | ||
} |
53 changes: 53 additions & 0 deletions
53
released/packages/coq-mathcomp-classical/coq-mathcomp-classical.1.6.0/opam
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,53 @@ | ||
opam-version: "2.0" | ||
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>" | ||
|
||
homepage: "https://github.com/math-comp/analysis" | ||
dev-repo: "git+https://github.com/math-comp/analysis.git" | ||
bug-reports: "https://github.com/math-comp/analysis/issues" | ||
license: "CECILL-C" | ||
|
||
synopsis: "A library for classical logic for mathematical components" | ||
description: """ | ||
This repository contains a library for classical logic for | ||
the Coq proof-assistant and using the Mathematical Components library.""" | ||
|
||
build: [make "-C" "classical" "-j%{jobs}%"] | ||
install: [make "-C" "classical" "install"] | ||
depends: [ | ||
"coq" { (>= "8.19" & < "8.21~") | (= "dev") } | ||
"coq-mathcomp-ssreflect" { (>= "2.1.0") } | ||
"coq-mathcomp-fingroup" | ||
"coq-mathcomp-algebra" | ||
"coq-mathcomp-finmap" { (>= "2.0.0") } | ||
"coq-hierarchy-builder" { (>= "1.4.0") } | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Classical Logic" | ||
"keyword:classical" | ||
"keyword:logic" | ||
"keyword:sets" | ||
"keyword:set theory" | ||
"keyword:function" | ||
"keyword:cardinal" | ||
"logpath:mathcomp.classical" | ||
"date:2024-10-25" | ||
] | ||
authors: [ | ||
"Reynald Affeldt" | ||
"Alessandro Bruni" | ||
"Yves Bertot" | ||
"Cyril Cohen" | ||
"Marie Kerjean" | ||
"Assia Mahboubi" | ||
"Damien Rouhling" | ||
"Pierre Roux" | ||
"Kazuhiko Sakaguchi" | ||
"Zachary Stone" | ||
"Pierre-Yves Strub" | ||
"Laurent Théry" | ||
] | ||
url { | ||
src: "https://github.com/math-comp/analysis/releases/download/1.6.0/analysis-1.6.0.tar.gz" | ||
checksum: "sha512=c65a3386459fb31279b19b77b6b1a8794811c84b9253949a9a49f55cc6e57925412261a80fddd88f99814078b2dc174b35772783e3ddb301f53a4df345213615" | ||
} |