ยซ Up

quickchick 2.0.0 Uninstallation error ๐ŸŒช๏ธ

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.17.0      The Coq Proof Assistant
coq-core              8.17.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.17.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.17.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 5.0.0       The OCaml compiler (virtual package)
ocaml-base-compiler   5.0.0       Official release 5.0.0
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "llamp@seas.upenn.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~" & < "8.18"}
  "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.tar.gz"
  checksum: [
    "sha512=a0c79a3c58a9b809c29cee5c47ce74c905de6e76fde0e29bbc848d6d150e664ff7b35b8e83c38715b1b2ea750b46a9d5f180f3727876cf9ef95623293e5c7af7"
  ]
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-quickchick.2.0.0 coq.8.17.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; timeout 4h opam install -y --deps-only coq-quickchick.2.0.0 coq.8.17.0
Return code
0
Duration
2 m 0 s

Install ๐Ÿš€

Command
opam list; echo; timeout 4h opam install -y -v coq-quickchick.2.0.0 coq.8.17.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 19 M

  • 3 M ../ocaml-base-compiler.5.0.0/bin/quickChick
  • 2 M ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cma
  • 2 M ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.a
  • 1 M ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmxs
  • 1 M ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/quickchick_plugin.cmxs
  • 760 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/State.vo
  • 695 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmt
  • 676 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmt
  • 411 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Producer.vo
  • 359 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmt
  • 306 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmt
  • 226 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Instances.vo
  • 211 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Generators.vo
  • 204 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Sets.vo
  • 169 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/EnumProofs.vo
  • 168 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmt
  • 165 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RandomQC.vo
  • 161 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmt
  • 154 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmt
  • 147 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenProofs.vo
  • 146 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ShowFacts.vo
  • 138 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Enumerators.vo
  • 137 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/SemChecker.vo
  • 129 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CheckerProofs.vo
  • 126 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CoArbitrary.vo
  • 103 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Decidability.vo
  • 103 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmti
  • 102 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmt
  • 99 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Test.vo
  • 96 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmt
  • 95 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmti
  • 93 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmt
  • 88 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmt
  • 86 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/DependentClasses.vo
  • 84 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Classes.vo
  • 84 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmt
  • 84 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmxa
  • 84 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmt
  • 84 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Checker.vo
  • 79 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/unifyQC.ml
  • 74 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmt
  • 73 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmt
  • 71 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmt
  • 62 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmt
  • 62 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmti
  • 60 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmt
  • 59 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LazyList.vo
  • 57 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Show.vo
  • 56 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmti
  • 55 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genericLib.ml
  • 51 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/EnumProofs.v
  • 48 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickChick.ml
  • 44 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/StringOT.vo
  • 43 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Producer.v
  • 40 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmti
  • 39 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmti
  • 38 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmt
  • 37 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CheckerProofs.v
  • 37 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/MutateCheck.vo
  • 35 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmi
  • 34 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenProofs.v
  • 34 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Typeclasses.vo
  • 32 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGenClass.vo
  • 32 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmti
  • 31 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Sets.v
  • 31 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ExtractionQC.vo
  • 31 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/mergeTypes.ml
  • 31 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmti
  • 30 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/SemChecker.v
  • 30 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmti
  • 29 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/TacticsUtil.vo
  • 29 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Generators.v
  • 28 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Nat_util.vo
  • 27 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/QuickChick.vo
  • 26 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Proofs.vo
  • 26 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RandomQC.v
  • 25 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Mutation.vo
  • 25 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Tactics.vo
  • 24 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Enumerators.v
  • 23 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Instances.v
  • 23 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmi
  • 22 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Test.v
  • 22 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmt
  • 20 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/depDriver.ml
  • 20 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmx
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmti
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmi
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmi
  • 17 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CoArbitrary.v
  • 17 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmti
  • 16 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/DependentClasses.v
  • 15 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RoseTrees.vo
  • 15 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Classes.v
  • 14 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmti
  • 14 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Checker.v
  • 14 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmti
  • 13 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/driver.ml
  • 13 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmti
  • 13 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/dune-package
  • 12 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmt
  • 12 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmi
  • 12 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmi
  • 12 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmx
  • 12 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmti
  • 11 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmi
  • 11 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmti
  • 11 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sized.ml
  • 10 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmt
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmi
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmi
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmx
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LazyList.v
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genericLib.mli
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmx
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Show.v
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmx
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmi
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/tactic_quickchick.ml
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/setLib.ml
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmx
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmx
  • 7 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Typeclasses.v
  • 7 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Decidability.v
  • 7 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/setLib.mli
  • 7 K ../ocaml-base-compiler.5.0.0/doc/coq-quickchick/CHANGELOG.md
  • 7 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/checkerSizedST.ml
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmx
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/enumSizedST.ml
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySizedST.ml
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmx
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmx
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmti
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmx
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmx
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmi
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmx
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/StringOT.v
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmx
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ExtractionQC.v
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/simplDriver.ml
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmi
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Mutation.v
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/semLib.ml
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmx
  • 5 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySized.ml
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ShowFacts.v
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmti
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmx
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmx
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmti
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmi
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/enumSized.ml
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmi
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/semLib.mli
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmi
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/unifyQC.mli
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/coqLib.ml
  • 4 K ../ocaml-base-compiler.5.0.0/doc/coq-quickchick/README.md
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmx
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmi
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/coqLib.mli
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmx
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/weightmap.ml
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmx
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmi
  • 3 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmi
  • 3 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/TacticsUtil.v
  • 3 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/checkerSizedST.mli
  • 3 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySizedST.mli
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmi
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RoseTrees.v
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/MutateCheck.v
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.ml
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGenClass.v
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Nat_util.v
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genLib.ml
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genLib.mli
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/QuickChick.v
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Tactics.v
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/State.v
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/opam
  • 1 K ../ocaml-base-compiler.5.0.0/doc/coq-quickchick/LICENSE
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sized.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmx
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeUtils.ml
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmx
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/depDriver.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmi
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/weightmap.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySized.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeUtils.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/simplDriver.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/META
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmi
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmi
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/mergeTypes.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/error.ml
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickChick.mli
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Proofs.v
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/error.mli
  • 0 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/tactic_quickchick.mli
  • 0 K ../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/driver.mli

Uninstall ๐Ÿงน

Command
opam remove -y coq-quickchick.2.0.0
Return code
0
Missing removes
  • /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick
Wrong removes
none