ยซ Up

quickchick 2.0.2 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.18.0      The Coq Proof Assistant
coq-core              8.18.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 5.1.1       The OCaml compiler (virtual package)
ocaml-base-compiler   5.1.1       Official release 5.1.1
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"
synopsis: "Randomized Property-Based Testing for Coq"
description: """\
A library for property-based testing in Coq.
  - Combinators for testable properties and random generators.
  - QuickChick plugin for running tests in a Coq session.
  - Includes a mutation testing tool."""
maintainer: "leonidas@umd.edu"
authors: [
  "Leonidas Lampropoulos"
  "Zoe Paraskevopoulou"
  "Maxime Denes"
  "Catalin Hritcu"
  "Benjamin Pierce"
  "Li-yao Xia"
  "Arthur Azevedo de Amorim"
  "Yishuai Li"
  "Antal Spector-Zabusky"
]
license: "MIT"
homepage: "https://github.com/QuickChick/QuickChick"
bug-reports: "https://github.com/QuickChick/QuickChick/issues"
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}
]
build: [
  [make "compat"]
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
url {
  src:
    "https://github.com/QuickChick/QuickChick/archive/refs/tags/v2.0.2.tar.gz"
  checksum: [
    "md5=dc00eb702277d91fecc9501e8f1e0347"
    "sha512=5fabdd85b651d81a651cb7a56fe74666a6e52ace61d374b1b4d6f9bf07bc9d653f787382fcf5fd8301b36077f27479ae9e22330a94493d3014d0f5c11cf087f1"
  ]
}

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.2 coq.8.18.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.2 coq.8.18.0
Return code
0
Duration
9 m 0 s

Install ๐Ÿš€

Command
opam list; echo; timeout 4h opam install -y -v coq-quickchick.2.0.2 coq.8.18.0
Return code
0
Duration
2 m 0 s

Installation size

Total: 18 M

  • 4 M ../ocaml-base-compiler.5.1.1/bin/quickChick
  • 2 M ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cma
  • 2 M ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.a
  • 1 M ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmxs
  • 1 M ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/quickchick_plugin.cmxs
  • 724 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmt
  • 699 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmt
  • 532 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/State.vo
  • 408 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Producer.vo
  • 363 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmt
  • 307 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmt
  • 220 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Instances.vo
  • 212 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Generators.vo
  • 205 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Sets.vo
  • 169 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmt
  • 166 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RandomQC.vo
  • 166 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/EnumProofs.vo
  • 160 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmt
  • 154 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmt
  • 146 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/GenProofs.vo
  • 136 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Enumerators.vo
  • 136 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/SemChecker.vo
  • 128 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CoArbitrary.vo
  • 127 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CheckerProofs.vo
  • 105 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmti
  • 102 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmti
  • 102 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmt
  • 101 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Decidability.vo
  • 98 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Test.vo
  • 96 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmt
  • 92 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmt
  • 89 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmt
  • 85 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/DependentClasses.vo
  • 84 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmt
  • 84 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Checker.vo
  • 84 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Classes.vo
  • 84 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmxa
  • 83 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmt
  • 79 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/unifyQC.ml
  • 76 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmt
  • 73 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmt
  • 71 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmt
  • 63 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmt
  • 62 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmti
  • 62 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmt
  • 61 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LazyList.vo
  • 58 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genericLib.ml
  • 57 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmti
  • 56 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Show.vo
  • 53 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ShowFacts.vo
  • 51 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/EnumProofs.v
  • 49 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickChick.ml
  • 44 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/StringOT.vo
  • 43 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Producer.v
  • 40 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmti
  • 39 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmti
  • 38 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/MutateCheck.vo
  • 38 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmt
  • 37 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CheckerProofs.v
  • 36 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmi
  • 35 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Typeclasses.vo
  • 34 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/GenProofs.v
  • 34 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LiftGenClass.vo
  • 33 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ExtractionQC.vo
  • 32 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmti
  • 31 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Sets.v
  • 31 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/TacticsUtil.vo
  • 31 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/mergeTypes.ml
  • 31 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmti
  • 30 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmti
  • 30 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Nat_util.vo
  • 30 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/SemChecker.v
  • 29 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Generators.v
  • 28 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/QuickChick.vo
  • 28 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Proofs.vo
  • 26 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Tactics.vo
  • 26 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RandomQC.v
  • 26 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Mutation.vo
  • 25 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmi
  • 24 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Enumerators.v
  • 23 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Instances.v
  • 22 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Test.v
  • 21 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmt
  • 21 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmx
  • 20 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/depDriver.ml
  • 20 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmi
  • 19 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmti
  • 19 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmi
  • 17 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CoArbitrary.v
  • 16 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmti
  • 16 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/DependentClasses.v
  • 15 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Classes.v
  • 15 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RoseTrees.vo
  • 14 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmti
  • 14 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Checker.v
  • 14 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/driver.ml
  • 13 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmti
  • 13 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmt
  • 13 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmti
  • 13 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/dune-package
  • 12 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmi
  • 12 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmi
  • 12 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmi
  • 12 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmx
  • 11 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sized.ml
  • 11 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmti
  • 11 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmti
  • 11 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/tactic_quickchick.ml
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmi
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genericLib.mli
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmt
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmx
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmi
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LazyList.v
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmx
  • 9 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Show.v
  • 8 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmx
  • 8 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmi
  • 8 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/setLib.ml
  • 8 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmx
  • 8 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmx
  • 7 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Typeclasses.v
  • 7 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Decidability.v
  • 7 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/setLib.mli
  • 7 K ../ocaml-base-compiler.5.1.1/doc/coq-quickchick/CHANGELOG.md
  • 7 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/checkerSizedST.ml
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/enumSizedST.ml
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmx
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySizedST.ml
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmx
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmx
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmx
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmx
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmi
  • 6 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmti
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/StringOT.v
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmx
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmx
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ExtractionQC.v
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/simplDriver.ml
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmi
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Mutation.v
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/semLib.ml
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmx
  • 5 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySized.ml
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmx
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/enumSized.ml
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmx
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmi
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmi
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/semLib.mli
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ShowFacts.v
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmti
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmi
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmti
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/unifyQC.mli
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/coqLib.ml
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmx
  • 4 K ../ocaml-base-compiler.5.1.1/doc/coq-quickchick/README.md
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmi
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/coqLib.mli
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmx
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/weightmap.ml
  • 4 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmx
  • 3 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmi
  • 3 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmi
  • 3 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/TacticsUtil.v
  • 3 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/checkerSizedST.mli
  • 3 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySizedST.mli
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmi
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RoseTrees.v
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/MutateCheck.v
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.ml
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LiftGenClass.v
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Nat_util.v
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genLib.ml
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genLib.mli
  • 2 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/QuickChick.v
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Tactics.v
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/State.v
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/opam
  • 1 K ../ocaml-base-compiler.5.1.1/doc/coq-quickchick/LICENSE
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sized.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmx
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sizeUtils.ml
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmx
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/depDriver.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmi
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/weightmap.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySized.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sizeUtils.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/simplDriver.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/META
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmi
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmi
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/mergeTypes.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/error.ml
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickChick.mli
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Proofs.v
  • 1 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/error.mli
  • 0 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/tactic_quickchick.mli
  • 0 K ../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/driver.mli

Uninstall ๐Ÿงน

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