Skip to content

Commit

Permalink
coq 8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Dec 19, 2024
1 parent 099b571 commit 9ff1418
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions released/packages/coq-plouffe/coq-plouffe.1.5.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/thery/Plouffe"
bug-reports: "https://github.com/thery/Plouffe/issues"
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.20" & < "8.21~"}
"coq-bignums"
"coq-mathcomp-ssreflect"
"coq-coquelicot" {>= "3.4.2"}
]
tags: [
"logpath:Plouffe"
]
synopsis: "A Coq formalization of Plouffe formula"
authors: "Laurent Thery"
url {
src: "https://github.com/thery/Plouffe/archive/v1.5.0.zip"
checksum: "sha256=3cb727dcb7e47ccdf50292ce0b859a81fd613cac032722ab14c951968cf661f9d"
}
Binary file not shown.

0 comments on commit 9ff1418

Please sign in to comment.