« Up

graph-theory 0.9 10 m 5 s

(2021-10-22 16:55:43 UTC)

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-findutils        1           Virtual package relying on findutils
conf-gmp              3           Virtual package relying on a GMP lib system installation
coq                   8.13.1      Formal proof management system
num                   1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "christian.doczkal@inria.fr"
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: "Graph theory results in Coq and MathComp"
description: """
A library of formalized graph theory results, including various
standard results from the literature (e.g., Menger’s Theorem, Hall’s
Marriage Theorem, and the excluded minor characterization of
treewidth-two graphs) as well as some more recent results arising
from the study of relation algebra within the ERC CoVeCe project
(e.g., soundness and completeness of an axiomatization of graph
isomorphism)."""
build: [
  ["sh" "-exc" "cat _CoqProject.wagner >>_CoqProject"] {coq-fourcolor:installed}
  [make "-j%{jobs}%" ]
]
install: [make "install"]
depends: [
  "coq" {(>= "8.12" & < "8.14~") | (= "dev")}
  "coq-mathcomp-algebra" {(>= "1.12" & < "1.13~") | (= "dev")}
  "coq-mathcomp-finmap" 
  "coq-hierarchy-builder" { (>= "1.1.0") }
]
depopts: ["coq-fourcolor"]
tags: [
  "category:Computer Science/Graph Theory"
  "keyword:graph theory"
  "keyword:minors"
  "keyword:treewidth"
  "keyword:algebra"
  "logpath:GraphTheory"
  "date:2020-12-08"
]
authors: [
  "Christian Doczkal"
  "Damien Pous"
]
url {
  src: "https://github.com/coq-community/graph-theory/archive/v0.9.tar.gz"
  checksum: "sha512=db62ec2bdbbb1fa2cbe411c42acaa4d4ab0988486a8cff8b53acd4f0b9776df72e117ca9256141a7d59de35686bda8f07d705273b00f79e2715755aa78d93f0e"
}

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 coq.8.13.1
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; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-graph-theory.0.9 coq.8.13.1
Return code
0
Duration
15 m 30 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-graph-theory.0.9 coq.8.13.1
Return code
0
Duration
10 m 5 s

Installation size

Total: 17 M

  • 1 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/transfer.vo
  • 832 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/reduction.vo
  • 669 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/sgraph.vo
  • 581 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/connectivity.vo
  • 580 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/open_confluence.vo
  • 530 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/sgraph.glob
  • 476 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/open_confluence.glob
  • 423 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph.vo
  • 421 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/skeleton.vo
  • 415 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/smerge.vo
  • 400 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/preliminaries.glob
  • 373 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/connectivity.glob
  • 366 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/preliminaries.vo
  • 361 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/transfer.glob
  • 350 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/checkpoint.vo
  • 346 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/digraph.vo
  • 328 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/wpgt.vo
  • 321 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/treewidth.vo
  • 313 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph2.vo
  • 280 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/digraph.glob
  • 277 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_def.vo
  • 264 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/excluded.vo
  • 262 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/minor.vo
  • 256 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/checkpoint.glob
  • 244 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/wpgt.glob
  • 244 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/skeleton.glob
  • 231 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/smerge.glob
  • 225 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/pttdom.vo
  • 216 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph.glob
  • 214 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/finmap_plus.vo
  • 209 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_iso.vo
  • 182 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_def.glob
  • 173 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph2.glob
  • 168 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/treewidth.glob
  • 158 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_iso.glob
  • 158 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/arc.glob
  • 158 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/coloring.vo
  • 157 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/arc.vo
  • 153 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/cp_minor.vo
  • 149 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/ptt.vo
  • 145 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph2_tw2.vo
  • 137 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/coloring.glob
  • 136 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/finite_quotient.vo
  • 131 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/excluded.glob
  • 124 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/setoid_bigop.vo
  • 122 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/dom.vo
  • 119 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/dom.glob
  • 117 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/finmap_plus.glob
  • 112 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/finite_quotient.glob
  • 109 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/minor.glob
  • 101 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/structures.vo
  • 100 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/reduction.glob
  • 97 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/equiv.vo
  • 96 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/setoid_bigop.glob
  • 93 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_top.vo
  • 88 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/completeness.vo
  • 83 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph2_tw2.glob
  • 81 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/bij.vo
  • 80 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/helly.vo
  • 77 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/partition.vo
  • 75 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/pttdom.glob
  • 73 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/cp_minor.glob
  • 72 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/equiv.glob
  • 70 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/sgraph.v
  • 67 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/open_confluence.v
  • 62 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_top.glob
  • 60 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/set_tac.vo
  • 55 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/partition.glob
  • 55 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/connectivity.v
  • 54 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/transfer.v
  • 52 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/preliminaries.v
  • 51 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/completeness.glob
  • 46 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/digraph.v
  • 44 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/bij.glob
  • 41 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/checkpoint.v
  • 38 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/helly.glob
  • 37 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph.v
  • 37 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/rewriting.vo
  • 33 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/set_tac.glob
  • 33 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/skeleton.v
  • 33 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/wpgt.v
  • 32 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/smerge.v
  • 30 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph2.v
  • 30 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/treewidth.v
  • 29 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/ptt.glob
  • 28 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_def.v
  • 27 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/bounded.vo
  • 24 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/structures.glob
  • 22 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/dom.v
  • 22 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/excluded.v
  • 19 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/minor.v
  • 19 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/arc.v
  • 19 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/coloring.v
  • 19 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_iso.v
  • 17 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/finite_quotient.v
  • 16 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/reduction.v
  • 15 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/pttdom.v
  • 14 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/finmap_plus.v
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/cp_minor.v
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/equiv.v
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/bounded.glob
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/rewriting.glob
  • 10 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/mgraph2_tw2.v
  • 10 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/setoid_bigop.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/set_tac.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/bij.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/extraction_top.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/partition.v
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/completeness.v
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/structures.v
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/helly.v
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/ptt.v
  • 5 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/edone.vo
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/rewriting.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/bounded.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/edone.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/GraphTheory/edone.glob

Uninstall

Command
opam remove -y coq-graph-theory.0.9
Return code
0
Missing removes
none
Wrong removes
none