ยซ Up

graph-theory 0.9.3 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: "christian.doczkal@mpi-sp.org"
homepage: "https://github.com/coq-community/graph-theory"
dev-repo: "git+https://github.com/coq-community/graph-theory.git"
bug-reports: "https://github.com/coq-community/graph-theory/issues"
license: "CECILL-B"
synopsis: "General graph theory definitions and results in Coq and MathComp"
description: """
Formalized general graph theory definitions and results using Coq and
the Mathematical Components library, including various standard results
from the literature (e.g., Menger's Theorem and Hall's Marriage Theorem)."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.8"}
  "coq" {>= "8.16" & < "8.20"}
  "coq-mathcomp-ssreflect" {>= "2.0"}
  "coq-mathcomp-algebra" 
  "coq-mathcomp-finmap" 
  "coq-hierarchy-builder" {>= "1.4.0"}
]
tags: [
  "category:Computer Science/Graph Theory"
  "keyword:graph theory"
  "keyword:minors"
  "keyword:treewidth"
  "keyword:algebra"
  "logpath:GraphTheory.core"
  "date:2023-08-21"
]
authors: [
  "Christian Doczkal"
  "Damien Pous"
]
url {
  src: "https://github.com/coq-community/graph-theory/archive/v0.9.3.tar.gz"
  checksum: "sha512=1cc5fef0c862d8a52ebf63dad547a996b57b61d2e13ec06245ba37fee1deaccd9cf9b90ad965c6c93a06d7c197810cdabb78bf2f85f803e1f8133bf93e51dc73"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-graph-theory.0.9.3 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-graph-theory.0.9.3 coq.8.17.0
Return code
0
Duration
19 m 0 s

Install ๐Ÿš€

Command
opam list; echo; timeout 4h opam install -y -v coq-graph-theory.0.9.3 coq.8.17.0
Return code
0
Duration
4 m 0 s

Installation size

Total: 12 M

  • 1 M ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/transfer.vo
  • 792 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/reduction.vo
  • 690 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/sgraph.vo
  • 606 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/open_confluence.vo
  • 585 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/connectivity.vo
  • 456 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/smerge.vo
  • 436 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/skeleton.vo
  • 428 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph.vo
  • 389 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/digraph.vo
  • 364 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/preliminaries.vo
  • 354 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/checkpoint.vo
  • 339 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/wpgt.vo
  • 321 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/treewidth.vo
  • 320 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finmap_plus.vo
  • 308 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2.vo
  • 279 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_def.vo
  • 270 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/excluded.vo
  • 268 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/minor.vo
  • 220 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/pttdom.vo
  • 213 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_iso.vo
  • 162 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/coloring.vo
  • 162 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/arc.vo
  • 158 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/cp_minor.vo
  • 157 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finite_quotient.vo
  • 147 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/ptt.vo
  • 146 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2_tw2.vo
  • 132 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/dom.vo
  • 124 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/setoid_bigop.vo
  • 102 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/equiv.vo
  • 97 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/structures.vo
  • 97 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_top.vo
  • 92 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/completeness.vo
  • 88 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bij.vo
  • 87 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/helly.vo
  • 83 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/partition.vo
  • 70 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/sgraph.v
  • 69 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/set_tac.vo
  • 67 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/open_confluence.v
  • 55 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/connectivity.v
  • 54 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/transfer.v
  • 52 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/preliminaries.v
  • 45 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/digraph.v
  • 41 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/checkpoint.v
  • 40 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/rewriting.vo
  • 37 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph.v
  • 35 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bounded.vo
  • 33 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/skeleton.v
  • 33 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/wpgt.v
  • 32 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/smerge.v
  • 31 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2.v
  • 30 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/treewidth.v
  • 28 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_def.v
  • 22 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/dom.v
  • 22 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/excluded.v
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/minor.v
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/arc.v
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/coloring.v
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_iso.v
  • 17 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finite_quotient.v
  • 16 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/reduction.v
  • 15 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/pttdom.v
  • 14 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finmap_plus.v
  • 12 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/cp_minor.v
  • 12 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/equiv.v
  • 10 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2_tw2.v
  • 10 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/setoid_bigop.v
  • 9 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/set_tac.v
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_top.v
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bij.v
  • 8 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/partition.v
  • 7 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/completeness.v
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/structures.v
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/helly.v
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/ptt.v
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/edone.vo
  • 6 K ../ocaml-base-compiler.5.0.0/doc/coq-graph-theory/README.md
  • 4 K ../ocaml-base-compiler.5.0.0/lib/coq-graph-theory/dune-package
  • 3 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/rewriting.v
  • 2 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bounded.v
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq-graph-theory/opam
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/edone.v
  • 0 K ../ocaml-base-compiler.5.0.0/lib/coq-graph-theory/META

Uninstall ๐Ÿงน

Command
opam remove -y coq-graph-theory.0.9.3
Return code
0
Missing removes
  • /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory
  • /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core
Wrong removes
none