Skip to content

Commit

Permalink
Merge pull request #2897 from liyishuai/qc
Browse files Browse the repository at this point in the history
Update coq-quickchick.dev
  • Loading branch information
palmskog authored Jan 16, 2024
2 parents d44cc27 + 7d8cfcd commit 65200ae
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions extra-dev/packages/coq-quickchick/coq-quickchick.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,24 @@ dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
bug-reports: "https://github.com/QuickChick/QuickChick/issues"
license: "MIT"

build: [ make "-j" jobs ]
install: [
[make "-j" jobs "install" ]
[make "-j" jobs "tests"] {with-test}
build: [
[make "compat"]
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
]

depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.07"}
"coq" {>= "8.11"}
"menhir" {build}
"cppo" {build & >= "1.6.8"}
"coq" {>= "8.15~"}
"coq-ext-lib"
"coq-mathcomp-ssreflect"
"coq-simple-io"
"ocamlbuild"
"ocamlfind"
"odoc" {with-doc}
]
authors: [
"Leonidas Lampropoulos <>"
Expand Down

0 comments on commit 65200ae

Please sign in to comment.