Skip to content

Commit

Permalink
Split MathComp Analysis
Browse files Browse the repository at this point in the history
Following the merge of math-comp/analysis#600
  • Loading branch information
proux01 committed Oct 12, 2022
1 parent 4c6124a commit 8e6dcc2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@ description: """
This repository contains an experimental library for real analysis for
the Coq proof-assistant and using the Mathematical Components library."""

build: [make "-j%{jobs}%"]
install: [make "install"]
build: [make "-C" "theories" "-j%{jobs}%"]
install: [make "-C" "theories" "install"]
depends: [
"coq" { (>= "8.13") }
"coq-mathcomp-ssreflect" { (>= "1.12.0") }
"coq-mathcomp-fingroup" { (>= "1.12.0") }
"coq-mathcomp-algebra" { (>= "1.12.0") }
"coq-mathcomp-solvable" { (>= "1.12.0") }
"coq-mathcomp-field" { (>= "1.12.0") }
"coq-mathcomp-finmap" { (>= "1.5.1") }
"coq-mathcomp-classical" { = version}
"coq-mathcomp-solvable" { (>= "1.13.0") }
"coq-mathcomp-field"
"coq-mathcomp-bigenough" { (>= "1.0.0") }
"coq-hierarchy-builder" { (>= "0.10.0") }
]

tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:analysis"
"keyword:topology"
"keyword:real numbers"
"logpath:mathcomp.analysis"
]
authors: [
"Reynald Affeldt"
"Yves Bertot"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
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.14") }
"coq-mathcomp-ssreflect" { (>= "1.13.0") }
"coq-mathcomp-fingroup"
"coq-mathcomp-algebra"
"coq-mathcomp-finmap" { (>= "1.5.1") }
"coq-hierarchy-builder" { (>= "1.2.0") }
]

tags: [
"category:Mathematics/Classical Logic"
"keyword:classical"
"keyword:logic"
"keyword:sets"
"logpath:mathcomp.classical"
]
authors: [
"Reynald Affeldt"
"Yves Bertot"
"Cyril Cohen"
"Marie Kerjean"
"Assia Mahboubi"
"Damien Rouhling"
"Pierre Roux"
"Kazuhiko Sakaguchi"
"Zachary Stone"
"Pierre-Yves Strub"
"Laurent Théry"
]

url {
src: "git+/~https://github.com/math-comp/analysis.git#master"
}

0 comments on commit 8e6dcc2

Please sign in to comment.