-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coq-quickchick v2.0.1 supporting Coq 8.18
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
released/packages/coq-quickchick/coq-quickchick.2.0.1/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,51 @@ | ||
opam-version: "2.0" | ||
maintainer: "leonidas@umd.edu" | ||
synopsis: "Randomized Property-Based Testing Plugin for Coq" | ||
|
||
homepage: "https://github.com/QuickChick/QuickChick" | ||
dev-repo: "git+https://github.com/QuickChick/QuickChick.git" | ||
bug-reports: "https://github.com/QuickChick/QuickChick/issues" | ||
license: "MIT" | ||
|
||
build: [ | ||
[make "compat"] | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}] | ||
] | ||
depends: [ | ||
"dune" {>= "2.8"} | ||
"ocaml" {>= "4.07"} | ||
"menhir" {build} | ||
"cppo" {build & >= "1.6.8"} | ||
"coq" {>= "8.15~"} | ||
"coq-ext-lib" | ||
"coq-mathcomp-ssreflect" | ||
"coq-simple-io" | ||
"ocamlfind" | ||
"ocamlbuild" | ||
"odoc" {with-doc} | ||
] | ||
|
||
authors: [ | ||
"Leonidas Lampropoulos <>" | ||
"Zoe Paraskevopoulou <>" | ||
"Maxime Denes <>" | ||
"Catalin Hritcu <>" | ||
"Benjamin Pierce <>" | ||
"Li-yao Xia <>" | ||
"Arthur Azevedo de Amorim <>" | ||
"Yishuai Li <>" | ||
"Antal Spector-Zabusky <>" | ||
] | ||
|
||
tags: [ | ||
"keyword:extraction" | ||
"category:Miscellaneous/Coq Extensions" | ||
"logpath:QuickChick" | ||
] | ||
url { | ||
src: "https://github.com/QuickChick/QuickChick/archive/v2.0.1.tar.gz" | ||
checksum: [ | ||
"sha512=d28f458086476ffadde56dfdabd88836840db4504abedb504ef816ac7ebd19bf5613df9bd4aaf14cb6e31778e53a441f58843ece40709e373432bfbb87764486" | ||
] | ||
} |