Skip to content

Commit

Permalink
[extra-dev] Rename mathcomp-altreals to mathcomp-experimental-reals
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Nov 8, 2024
1 parent e6147f3 commit b6022c7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "CECILL-C"

synopsis: "A library to link real numbers from mathematical components and Stdlib"
description: """
This repository contains a library to link real numbers for
This package contains a library to link real numbers for
the Coq proof-assistant using the Mathematical Components library and Stdlib."""

build: [make "-C" "analysis_stdlib" "-j%{jobs}%"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "CECILL-C"

synopsis: "An analysis library for mathematical components"
description: """
This repository contains an experimental library for real analysis for
This package contains a library for real analysis for
the Coq proof-assistant and using the Mathematical Components library."""

build: [make "-C" "theories" "-j%{jobs}%"]
Expand All @@ -23,8 +23,6 @@ depends: [
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:analysis"
"keyword:extended real numbers"
"keyword:filter"
"keyword:Cantor"
"keyword:topology"
"keyword:real numbers"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,19 @@ depends: [
]

tags: [
"category:Mathematics/Logic/Classical logic"
"keyword:classical logic"
"category:Mathematics/Classical Logic"
"keyword:classical"
"keyword:logic"
"keyword:sets"
"keyword:set theory"
"keyword:function"
"keyword:cardinal"
"keyword:filter"
"logpath:mathcomp.classical"
]
authors: [
"Reynald Affeldt"
"Alessandro Bruni"
"Yves Bertot"
"Cyril Cohen"
"Marie Kerjean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ license: "CECILL-C"

synopsis: "A library for alternative real numbers for mathematical components"
description: """
This repository contains a library for alternative real numbers for
the Coq proof-assistant and using the Mathematical Components library."""
This package contains an experiment along real numbers
made at the beginning of the MathComp-Analysis library
(which now offers the coq-mathcomp-reals package).

build: [make "-C" "altreals" "-j%{jobs}%"]
install: [make "-C" "altreals" "install"]
Beware that this still contains a few Admitted."""

build: [make "-C" "experimental_reals" "-j%{jobs}%"]
install: [make "-C" "experimental_reals" "install"]
depends: [
"coq-mathcomp-reals" { = version}
"coq-mathcomp-bigenough" { (>= "1.0.0") }
Expand All @@ -22,7 +25,7 @@ tags: [
"category:Mathematics/Real Numbers"
"keyword:real numbers"
"keyword:reals"
"logpath:mathcomp.altreals"
"logpath:mathcomp.experimental_reals"
]
authors: [
"Reynald Affeldt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "CECILL-C"

synopsis: "A library to link real numbers from mathematical components and Stdlib"
description: """
This repository contains a library to link real numbers for
This package contains a library to link real numbers for
the Coq proof-assistant using the Mathematical Components library and Stdlib."""

build: [make "-C" "reals_stdlib" "-j%{jobs}%"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "CECILL-C"

synopsis: "A library for real numbers for mathematical components"
description: """
This repository contains a library for real numbers for
This package contains a library for real numbers for
the Coq proof-assistant and using the Mathematical Components library."""

build: [make "-C" "reals" "-j%{jobs}%"]
Expand All @@ -21,6 +21,7 @@ tags: [
"category:Mathematics/Real Numbers"
"keyword:real numbers"
"keyword:reals"
"keyword:extended real numbers"
"logpath:mathcomp.reals"
]
authors: [
Expand Down

0 comments on commit b6022c7

Please sign in to comment.