Skip to content

Commit

Permalink
Merge pull request #3190 from affeldt-aist/analysis.1.6.0
Browse files Browse the repository at this point in the history
release MathComp-Analysis 1.6.0
  • Loading branch information
palmskog authored Oct 27, 2024
2 parents 3385f9f + 153ac97 commit 54990f4
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
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"
}
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"
}

0 comments on commit 54990f4

Please sign in to comment.