forked from coq/opam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
137 additions
and
21 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
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
33 changes: 33 additions & 0 deletions
33
released/packages/coq-hierarchy-builder/coq-hierarchy-builder.1.8.1/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,33 @@ | ||
opam-version: "2.0" | ||
synopsis: | ||
"High level commands to declare and evolve a hierarchy based on packed classes" | ||
description: """\ | ||
Hierarchy Builder is a high level language to build hierarchies of algebraic structures and make these | ||
hierarchies evolve without breaking user code. The key concepts are the ones of factory, builder | ||
and abbreviation that let the hierarchy developer describe an actual interface for their library. | ||
Behind that interface the developer can provide appropriate code to ensure retro compatibility.""" | ||
maintainer: "Enrico Tassi <[email protected]>" | ||
authors: ["Cyril Cohen" "Kazuhiko Sakaguchi" "Enrico Tassi"] | ||
license: "MIT" | ||
tags: "logpath:HB" | ||
homepage: "https://github.com/math-comp/hierarchy-builder" | ||
bug-reports: "https://github.com/math-comp/hierarchy-builder/issues" | ||
depends: [ | ||
("coq" {>= "8.18" & < "8.20~"} & "coq-elpi" {>= "2.0"} | ||
| "coq" {>= "8.20" | = "dev"} & "coq-elpi" {(>= "2.4" < "2.5") | = "dev"}) | ||
] | ||
conflicts: ["coq-hierarchy-builder-shim"] | ||
build: [ | ||
[make "build"] | ||
[make "test-suite"] {with-test} | ||
] | ||
install: [make "install"] | ||
dev-repo: "git+https://github.com/math-comp/hierarchy-builder" | ||
url { | ||
src: | ||
"https://github.com/math-comp/hierarchy-builder/releases/download/v1.8.1/hierarchy-builder-1.8.1.tar.gz" | ||
checksum: [ | ||
"md5=faa5a113d28f52b680b7f7b44a090fb9" | ||
"sha512=244dab5c4a8f62f4c2fd506ebe7822d68405d1a2c1bae35664028f27ca7776b60bff7446ef232b841335357a24c4d502815c01e8d11ced3318f0d271990f77e6" | ||
] | ||
} |
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
released/packages/coq-mathcomp-algebra-tactics/coq-mathcomp-algebra-tactics.1.2.4/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: "[email protected]" | ||
|
||
homepage: "https://github.com/math-comp/algebra-tactics" | ||
dev-repo: "git+https://github.com/math-comp/algebra-tactics.git" | ||
bug-reports: "https://github.com/math-comp/algebra-tactics/issues" | ||
license: "CECILL-B" | ||
|
||
synopsis: "Ring, field, lra, nra, and psatz tactics for Mathematical Components" | ||
description: """ | ||
This library provides `ring`, `field`, `lra`, `nra`, and `psatz` tactics for | ||
the Mathematical Components library. These tactics use the algebraic | ||
structures defined in the MathComp library and their canonical instances for | ||
the instance resolution, and do not require any special instance declaration, | ||
like the `Add Ring` and `Add Field` commands. Therefore, each of these tactics | ||
works with any instance of the respective structure, including concrete | ||
instances declared through Hierarchy Builder, abstract instances, and mixed | ||
concrete and abstract instances, e.g., `int * R` where `R` is an abstract | ||
commutative ring. Another key feature of Algebra Tactics is that they | ||
automatically push down ring morphisms and additive functions to leaves of | ||
ring/field expressions before applying the proof procedures.""" | ||
|
||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {>= "8.16" & < "9.1~"} | ||
"coq-mathcomp-ssreflect" {>= "2.0" & < "2.4~"} | ||
"coq-mathcomp-algebra" | ||
"coq-mathcomp-zify" {>= "1.5.0"} | ||
"coq-elpi" {>= "1.15.0" & != "1.17.0"} | ||
] | ||
|
||
tags: [ | ||
"logpath:mathcomp.algebra_tactics" | ||
] | ||
authors: [ | ||
"Kazuhiko Sakaguchi" | ||
"Pierre Roux" | ||
] | ||
url { | ||
src: "https://github.com/math-comp/algebra-tactics/archive/refs/tags/1.2.3.tar.gz" | ||
checksum: "sha256=a556875e9ed8db1f77474de77c6ae56142c4477a9f11438d70e1f346c90001e4" | ||
} |
39 changes: 39 additions & 0 deletions
39
released/packages/coq-mathcomp-bigenough/coq-mathcomp-bigenough.1.0.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,39 @@ | ||
|
||
opam-version: "2.0" | ||
maintainer: "Cyril Cohen <[email protected]>" | ||
|
||
homepage: "https://github.com/math-comp/bigenough" | ||
dev-repo: "git+https://github.com/math-comp/bigenough.git" | ||
bug-reports: "https://github.com/math-comp/bigenough/issues" | ||
license: "CeCILL-B" | ||
|
||
synopsis: "A small library to do epsilon - N reasoning" | ||
description: """ | ||
The package contains a package to reasoning with big enough objects | ||
(mostly natural numbers). This package is essentially for backward | ||
compatibility purposes as `bigenough` will be subsumed by the near | ||
tactics. The formalization is based on the Mathematical Components | ||
library.""" | ||
|
||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {(>= "8.10" & < "9.1~") | (= "dev")} | ||
"coq-mathcomp-ssreflect" {>= "1.6"} | ||
] | ||
|
||
tags: [ | ||
"keyword:bigenough" | ||
"keyword:asymptotic reasonning" | ||
"keyword:small scale reflection" | ||
"keyword:mathematical components" | ||
"logpath:mathcomp.bigenough" | ||
] | ||
authors: [ | ||
"Cyril Cohen" | ||
] | ||
|
||
url { | ||
src: "https://github.com/math-comp/bigenough/archive/1.0.2.tar.gz" | ||
checksum: "sha512=faaa56c7db5b00a3e3b1a60dc0b3623d8ef5bcf7d08a228df2184e79a124f9dbd4917b2c24cef0bd9ad98b3dd7aae331d5fbe6dd2d154b80fdc108d8dc828b29" | ||
} |
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