Skip to content

Commit

Permalink
Merge pull request #3268 from thery/coqprime
Browse files Browse the repository at this point in the history
coq-coqprime for coq 8.20
  • Loading branch information
palmskog authored Dec 19, 2024
2 parents 60aef35 + 4345ded commit 6be6aa3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions released/packages/coq-coqprime/coq-coqprime.1.6.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.20" & < "8.21"}
"coq-bignums"
]
synopsis: "Certifying prime numbers in Coq"
url {
src: "https://github.com/thery/coqprime/archive/refs/tags/v8.20.tar.gz"
checksum: "sha256=13cd94a90e4869f22bb00e30ea48faec24bf1698205e6e31b46baf8376bab1c0"
}

0 comments on commit 6be6aa3

Please sign in to comment.