-
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.
- Loading branch information
Showing
3 changed files
with
65 additions
and
2 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
...packages/coq-mathcomp-algebra-tactics/coq-mathcomp-algebra-tactics.hierarchy-builder/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,29 @@ | ||
opam-version: "2.0" | ||
name: "coq-mathcomp-algebra-tactics" | ||
synopsis: "Ring and field tactics for Mathematical Components" | ||
description: """\ | ||
This library provides `ring` and `field` tactics for Mathematical Components, | ||
that work with any `comRingType` and `fieldType` instances, respectively. | ||
Their instance resolution is done through canonical structure inference. | ||
Therefore, they work with abstract rings and do not require `Add Ring` and | ||
`Add Field` commands. Another key feature of this library is that they | ||
automatically push down ring morphisms and additive functions to leaves of | ||
ring/field expressions before normalization to the Horner form.""" | ||
maintainer: "[email protected]" | ||
authors: "Kazuhiko Sakaguchi" | ||
license: "CECILL-B" | ||
tags: "logpath:mathcomp.algebra_tactics" | ||
homepage: "https://github.com/math-comp/algebra-tactics" | ||
bug-reports: "https://github.com/math-comp/algebra-tactics/issues" | ||
depends: [ | ||
"coq" {>= "8.13"} | ||
"coq-mathcomp-algebra" {>= "2.0"} | ||
"coq-mathcomp-zify" {>= "1.1.0"} | ||
"coq-elpi" {>= "1.10.1"} | ||
] | ||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
dev-repo: "git+https://github.com/math-comp/algebra-tactics.git" | ||
url { | ||
src: "git+https://github.com/proux01/algebra-tactics.git#hierarchy-builder" | ||
} |
34 changes: 34 additions & 0 deletions
34
...-coq-archive/released/packages/coq-mathcomp-zify/coq-mathcomp-zify.hierarchy-builder/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,34 @@ | ||
# This file was generated from `meta.yml`, please do not edit manually. | ||
# Follow the instructions on https://github.com/coq-community/templates to regenerate. | ||
|
||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
|
||
homepage: "https://github.com/math-comp/mczify" | ||
dev-repo: "git+https://github.com/math-comp/mczify.git" | ||
bug-reports: "https://github.com/math-comp/mczify/issues" | ||
license: "CECILL-B" | ||
|
||
synopsis: "Micromega tactics for Mathematical Components" | ||
description: """ | ||
This small library enables the use of the Micromega arithmetic solvers of Coq | ||
for goals stated with the definitions of the Mathematical Components library | ||
by extending the zify tactic.""" | ||
|
||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {>= "8.13"} | ||
"coq-mathcomp-ssreflect" {>= "2.0"} | ||
"coq-mathcomp-algebra" | ||
] | ||
|
||
tags: [ | ||
"logpath:mathcomp.zify" | ||
] | ||
authors: [ | ||
"Kazuhiko Sakaguchi" | ||
] | ||
url { | ||
src: "git+https://github.com/proux01/mczify.git#hierarchy-builder" | ||
} |
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