Skip to content

Commit

Permalink
coq 8.18 + platform for coqprime
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Oct 7, 2023
1 parent 71a92d5 commit cdee3c7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion released/packages/coq-coqprime/coq-coqprime.1.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: [
]
depends: [
"ocaml"
"coq" {>= "8.16~" & < "8.19"}
"coq" {>= "8.16~" & < "8.18"}
"coq-bignums"
]
synopsis: "Certifying prime numbers in Coq"
Expand Down
23 changes: 23 additions & 0 deletions released/packages/coq-coqprime/coq-coqprime.1.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.18~" & < "8.19"}
"coq-bignums"
]
synopsis: "Certifying prime numbers in Coq"
url {
src: "https://github.com/thery/coqprime/archive/refs/tags/v8.18.tar.gz"
checksum: "sha512=61aa57e9c01aa9d5a0feb408eae8428869e77b025da649399a161134433fad81474cea933772dead00ef36a7d81a15e13e6b25f9b0ef055b068ae4cd4ece81ba"
}
Binary file not shown.

0 comments on commit cdee3c7

Please sign in to comment.