Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 3 additions & 22 deletions extra-dev/packages/coq-mathcomp-zify/coq-mathcomp-zify.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,7 @@ 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 tactics for goals stated
with the definitions of the Mathematical Components library by extending the
zify tactic."""
depends: [ "rocq-mathcomp-zify" { = version } ]
authors: [ "Kazuhiko Sakaguchi" ]

build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-mathcomp-algebra"
]

tags: [
"logpath:mathcomp.zify"
]
authors: [
"Kazuhiko Sakaguchi"
]
url {
src: "git+https://github.com/math-comp/mczify.git#master"
}
synopsis: "Compatibility package for rocq-mathcomp-zify"
32 changes: 32 additions & 0 deletions extra-dev/packages/rocq-mathcomp-zify/rocq-mathcomp-zify.dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
maintainer: "kazuhiko.sakaguchi@inria.fr"

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 Rocq
for goals stated with the definitions of the Mathematical Components library
by extending the zify tactic."""

build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"rocq-core" {>= "9.0"}
"rocq-stdlib"
"rocq-mathcomp-ssreflect" {>= "2.4"}
"rocq-mathcomp-algebra"
]

tags: [
"logpath:mathcomp.zify"
]
authors: [
"Kazuhiko Sakaguchi"
]
url {
src: "git+https://github.com/math-comp/mczify.git#master"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
opam-version: "2.0"
maintainer: "kazuhiko.sakaguchi@inria.fr"

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"

depends: [ "rocq-mathcomp-zify" { = version } ]
authors: [ "Kazuhiko Sakaguchi" ]

synopsis: "Compatibility package for rocq-mathcomp-zify"
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
opam-version: "2.0"
maintainer: "kazuhiko.sakaguchi@inria.fr"

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 Rocq
for goals stated with the definitions of the Mathematical Components library
by extending the zify tactic."""

build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"rocq-core" {>= "9.0" & < "9.4~"}
"rocq-stdlib"
"rocq-mathcomp-ssreflect" {>= "2.4" & < "2.7~"}
"rocq-mathcomp-algebra"
]

tags: [
"logpath:mathcomp.zify"
]
authors: [
"Kazuhiko Sakaguchi"
]
url {
src: "https://github.com/math-comp/mczify/archive/refs/tags/1.7.0+2.4+9.0.tar.gz"
checksum: "sha256=649fa3d82be1cc606261e25b6fd26ddc5b55b2e6697a314b20f0564273089a54"
}
Loading