-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #463 from MSoegtropIMC/2025.01-prep-8
2025.01 prep 8
- Loading branch information
Showing
17 changed files
with
277 additions
and
20 deletions.
There are no files selected for viewing
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
45 changes: 45 additions & 0 deletions
45
...am-coq-archive/released/packages/coq-coqprime-generator/coq-coqprime-generator.1.1.2/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,45 @@ | ||
opam-version: "2.0" | ||
maintainer: "thery@sophia.inria.fr" | ||
homepage: "https://github.com/thery/coqprime" | ||
bug-reports: "https://github.com/thery/coqprime/issues" | ||
dev-repo: "git+https://github.com/thery/coqprime.git" | ||
license: "LGPL-2.1-only" | ||
authors: ["Laurent Théry"] | ||
|
||
build: [ | ||
# cd to a subfolder in opam is tricky, so just move gencertif to the root folder | ||
[ "find" "gencertif" "-type" "f" "-exec" "mv" "{}" "." ";" ] | ||
[ "autoreconf" "-i" "-s" ] | ||
[ "./configure" "--prefix" prefix | ||
# Optiosn for finding opam local gmp-ecm | ||
"CPPFLAGS=-I%{prefix}%/include" | ||
"LDFLAGS=-L%{lib}%" | ||
# Options for homebrew on Intel silicon (overwriting the above) | ||
"CPPFLAGS=-I%{prefix}%/include -I/opt/local/include" { os-distribution = "macports" & os = "macos" } | ||
"LDFLAGS=-L%{lib}% -L/opt/local/lib" { os-distribution = "macports" & os = "macos" } | ||
# Options for homebrew on Apple silicon (overwriting the above) | ||
"CPPFLAGS=-I%{prefix}%/include -I/opt/homebrew/include" { os-distribution = "homebrew" & os = "macos" & arch = "arm64"} | ||
"LDFLAGS=-L%{lib}% -L/opt/homebrew/lib" { os-distribution = "homebrew" & os = "macos" & arch = "arm64"} | ||
# Options for Windows cygwin | ||
"--build=%{arch}%-pc-cygwin" { os = "win32" & os-distribution = "cygwinports" } | ||
"--host=%{arch}%-w64-mingw32" { os = "win32" & os-distribution = "cygwinports" } | ||
"--target=%{arch}%-w64-mingw32" { os = "win32" & os-distribution = "cygwinports" } | ||
] | ||
[ make "-j" "%{jobs}%" ] | ||
] | ||
install: [ | ||
[make "install"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.14.2"} | ||
"ocamlfind" | ||
"zarith" | ||
"num" | ||
"conf-gmp" | ||
"gmp-ecm" | ||
] | ||
synopsis: "Certificate generator for prime numbers in Coq" | ||
url { | ||
src: "https://github.com/thery/coqprime/archive/v8.20.1.tar.gz" | ||
checksum: "sha512=8281e395b919fff9244287a75b2ab3ade21fc989e22185c4eb788706cc6a099a4be3de4435bdf60e5da32824a500b642ad8f7b759f2c4ddf0359f2d438413e68" | ||
} |
98 changes: 98 additions & 0 deletions
98
opam/opam-coq-archive/released/packages/coq-corn/coq-corn.8.20.0/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,98 @@ | ||
opam-version: "2.0" | ||
maintainer: "b.a.w.spitters@gmail.com" | ||
|
||
homepage: "https://github.com/coq-community/corn" | ||
dev-repo: "git+https://github.com/coq-community/corn.git" | ||
bug-reports: "https://github.com/coq-community/corn/issues" | ||
license: "GPL-2.0" | ||
|
||
synopsis: "The Coq Constructive Repository at Nijmegen" | ||
description: """ | ||
CoRN includes the following parts: | ||
|
||
- Algebraic Hierarchy | ||
|
||
An axiomatic formalization of the most common algebraic | ||
structures, including setoids, monoids, groups, rings, | ||
fields, ordered fields, rings of polynomials, real and | ||
complex numbers | ||
|
||
- Model of the Real Numbers | ||
|
||
Construction of a concrete real number structure | ||
satisfying the previously defined axioms | ||
|
||
- Fundamental Theorem of Algebra | ||
|
||
A proof that every non-constant polynomial on the complex | ||
plane has at least one root | ||
|
||
- Real Calculus | ||
|
||
A collection of elementary results on real analysis, | ||
including continuity, differentiability, integration, | ||
Taylor's theorem and the Fundamental Theorem of Calculus | ||
|
||
- Exact Real Computation | ||
|
||
Fast verified computation inside Coq. This includes: real numbers, functions, | ||
integrals, graphs of functions, differential equations. | ||
""" | ||
|
||
build: [ | ||
["./configure.sh"] | ||
[make "-j%{jobs}%"] | ||
] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {>= "8.18" & < "8.21~"} | ||
"coq-math-classes" {>= "8.19.0"} | ||
"coq-bignums" | ||
"coq-elpi" {>= "1.19.3"} | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Algebra" | ||
"category:Mathematics/Real Calculus and Topology" | ||
"category:Mathematics/Exact Real computation" | ||
"keyword:constructive mathematics" | ||
"keyword:algebra" | ||
"keyword:real calculus" | ||
"keyword:real numbers" | ||
"keyword:Fundamental Theorem of Algebra" | ||
"logpath:CoRN" | ||
"date:2025-01-27" | ||
] | ||
authors: [ | ||
"Evgeny Makarov" | ||
"Robbert Krebbers" | ||
"Eelis van der Weegen" | ||
"Bas Spitters" | ||
"Jelle Herold" | ||
"Russell O'Connor" | ||
"Cezary Kaliszyk" | ||
"Dan Synek" | ||
"Luís Cruz-Filipe" | ||
"Milad Niqui" | ||
"Iris Loeb" | ||
"Herman Geuvers" | ||
"Randy Pollack" | ||
"Freek Wiedijk" | ||
"Jan Zwanenburg" | ||
"Dimitri Hendriks" | ||
"Henk Barendregt" | ||
"Mariusz Giero" | ||
"Rik van Ginneken" | ||
"Dimitri Hendriks" | ||
"Sébastien Hinderer" | ||
"Bart Kirkels" | ||
"Pierre Letouzey" | ||
"Lionel Mamane" | ||
"Nickolay Shmyrev" | ||
"Vincent Semeria" | ||
] | ||
|
||
url { | ||
src: "https://github.com/coq-community/corn/archive/refs/tags/8.20.0.tar.gz" | ||
checksum: "sha512=f3dbb1a11deb92483d7db9c5de1a0a33b20594a8da011e31e54cc68e86c8515a29f213a99409778aee26dea74c1f3663b09fe09a528988918856d555b59c4e09" | ||
} |
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
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
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
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
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
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,18 @@ | ||
#!/bin/bash | ||
|
||
###################### COPYRIGHT/COPYLEFT ###################### | ||
|
||
# (C) 2025 Michael Soegtrop | ||
|
||
# Released to the public under the | ||
# Creative Commons CC0 1.0 Universal License | ||
# See https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt | ||
|
||
###################### POST CHECKS / FIXES ##################### | ||
|
||
if [[ "$OSTYPE" == cygwin ]] | ||
then | ||
# Call the script to link shared libraries into the bin folder. | ||
# This is required e.g. to call vscoqtop from VSCoq without setting PATH. | ||
/platform/windows/link_shared_libraries.sh | ||
fi |
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
Oops, something went wrong.