-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[extra-dev] Add coq-mathcomp-reals, coq-mathcomp-altreals, coq-mathco…
…mp-reals-stdlib and coq-mathcomp-analysis-stdlib
- Loading branch information
Showing
6 changed files
with
202 additions
and
6 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
extra-dev/packages/coq-mathcomp-altreals/coq-mathcomp-altreals.dev/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
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 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.""" | ||
|
||
build: [make "-C" "altreals" "-j%{jobs}%"] | ||
install: [make "-C" "altreals" "install"] | ||
depends: [ | ||
"coq-mathcomp-reals" { = version} | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Real Numbers" | ||
"keyword:real numbers" | ||
"keyword:reals" | ||
"logpath:mathcomp.altreals" | ||
] | ||
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: "git+https://github.com/math-comp/analysis.git#master" | ||
} |
44 changes: 44 additions & 0 deletions
44
extra-dev/packages/coq-mathcomp-analysis-stdlib/coq-mathcomp-analysis-stdlib.dev/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
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 to link real numbers from mathematical components and Stdlib" | ||
description: """ | ||
This repository 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}%"] | ||
install: [make "-C" "analysis_stdlib" "install"] | ||
depends: [ | ||
"coq-mathcomp-analysis" { = version} | ||
"coq-mathcomp-reals-stdlib" | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Real Numbers" | ||
"keyword:real numbers" | ||
"keyword:reals" | ||
"logpath:mathcomp.reals_stdlib" | ||
] | ||
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: "git+https://github.com/math-comp/analysis.git#master" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
extra-dev/packages/coq-mathcomp-reals-stdlib/coq-mathcomp-reals-stdlib.dev/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
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 to link real numbers from mathematical components and Stdlib" | ||
description: """ | ||
This repository 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}%"] | ||
install: [make "-C" "reals_stdlib" "install"] | ||
depends: [ | ||
"coq-mathcomp-reals" { = version} | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Real Numbers" | ||
"keyword:real numbers" | ||
"keyword:reals" | ||
"logpath:mathcomp.reals_stdlib" | ||
] | ||
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: "git+https://github.com/math-comp/analysis.git#master" | ||
} |
43 changes: 43 additions & 0 deletions
43
extra-dev/packages/coq-mathcomp-reals/coq-mathcomp-reals.dev/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
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 real numbers for mathematical components" | ||
description: """ | ||
This repository contains a library for real numbers for | ||
the Coq proof-assistant and using the Mathematical Components library.""" | ||
|
||
build: [make "-C" "reals" "-j%{jobs}%"] | ||
install: [make "-C" "reals" "install"] | ||
depends: [ | ||
"coq-mathcomp-classical" { = version} | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Real Numbers" | ||
"keyword:real numbers" | ||
"keyword:reals" | ||
"logpath:mathcomp.reals" | ||
] | ||
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: "git+https://github.com/math-comp/analysis.git#master" | ||
} |