1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# This MANIFEST
MANIFEST
# Documentations, human readable informations and license
AUTHORS.md
FILES.md
README.md
INSTALL.md
NIX.md
Licence_CeCILL-C_V1-en.txt
# Build and meta data
reals_stdlib/Make
reals_stdlib/Makefile
analysis_stdlib/Make
analysis_stdlib/Makefile
classical/Make
classical/Makefile
Makefile.common
experimental_reals/Make
experimental_reals/Makefile
theories/Make
theories/Makefile
reals/Make
reals/Makefile
Makefile
Makefile.common
_CoqProject
.gitignore
.travis.yml
coq-mathcomp-analysis-stdlib.opam
coq-mathcomp-analysis.opam
coq-mathcomp-classical.opam
coq-mathcomp-experimental-reals.opam
coq-mathcomp-reals-stdlib.opam
coq-mathcomp-reals.opam
default.nix
# Theory files
analysis_stdlib/*.v
analysis_stdlib/showcase/*.v
classical/*.v
experimental_reals/*.v
reals/*.v
reals_stdlib/*.v
theories/*.v
theories/showcase/*.v
theories/topology_theory/*.v
# Build scripts
scripts/install-sh
scripts/distribution
|