Skip to content

Commit

Permalink
Renaming coq-mathcomp-altreals to experimental-reals
Browse files Browse the repository at this point in the history
Following discussion during last mathcomp sharing days
  • Loading branch information
proux01 committed Nov 6, 2024
1 parent d26b17b commit 2bbe176
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
mathcomp-classical.job = true;
mathcomp-reals.job = true;
mathcomp-analysis.job = true;
mathcomp-altreals.job = true;
mathcomp-experimental-reals.job = true;
mathcomp-reals-stdlib.job = true;
mathcomp-analysis-stdlib.job = true;
ssprove.job = false;
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- in file `separation_axioms.v`,
+ new lemmas `compact_normal_local`, and `compact_normal`.

- package `coq-mathcomp-altreals` depending on `coq-mathcomp-reals`
- package `coq-mathcomp-experimental-reals` depending on `coq-mathcomp-reals`
with files
+ `xfinmap.v`
+ `discrete.v`
Expand Down
12 changes: 6 additions & 6 deletions _CoqProject
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-Q classical mathcomp.classical
-Q reals mathcomp.reals
-Q reals_stdlib mathcomp.reals_stdlib
-Q altreals mathcomp.altreals
-Q experimental_reals mathcomp.experimental_reals
-Q theories mathcomp.analysis
-Q analysis_stdlib mathcomp.analysis_stdlib

Expand Down Expand Up @@ -32,11 +32,11 @@ reals/itv.v
reals/prodnormedzmodule.v
reals/nsatz_realtype.v
reals/all_reals.v
altreals/xfinmap.v
altreals/discrete.v
altreals/realseq.v
altreals/realsum.v
altreals/distr.v
experimental_reals/xfinmap.v
experimental_reals/discrete.v
experimental_reals/realseq.v
experimental_reals/realsum.v
experimental_reals/distr.v
reals_stdlib/Rstruct.v
theories/all_analysis.v
theories/landau.v
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ description: """
This repository contains a library for alternative real numbers for
the Coq proof-assistant and using the Mathematical Components library."""

build: [make "-C" "altreals" "-j%{jobs}%"]
install: [make "-C" "altreals" "install"]
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 @@ -23,7 +23,7 @@ tags: [
"category:Mathematics/Real Numbers"
"keyword:real numbers"
"keyword:reals"
"logpath:mathcomp.altreals"
"logpath:mathcomp.experimental_reals"
]
authors: [
"Reynald Affeldt"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion altreals/Make → experimental_reals/Make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-Q . mathcomp.altreals
-Q . mathcomp.experimental_reals

-arg -w -arg -parsing
-arg -w -arg +undeclared-scope
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2bbe176

Please sign in to comment.