« Up

graph-theory 0.7 7 m 0 s 🏆

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-m4             1           Virtual package relying on m4
coq                 8.10.0      Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.06.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1      Official 4.06.1 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# 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: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
  "coq" {>= "8.10" & < "8.13~"}
  "coq-mathcomp-ssreflect" {>= "1.10" & < "1.12~"}
  "coq-mathcomp-finmap" 
]
tags: [
  "category:Computer Science/Graph Theory"
  "keyword:graph theory"
  "keyword:minors"
  "keyword:treewidth"
  "keyword:algebra"
  "logpath:GraphTheory"
  "date:2020-06-22"
]
authors: [
  "Christian Doczkal"
  "Damien Pous"
]
url {
  src: "https://github.com/coq-community/graph-theory/archive/v0.7.tar.gz"
  checksum: "sha512=303d953491cacc678fd41e5d47531b84bccbd8830d7b29062881334bf34787e70c0039c4f719a4c17e3b08bef9fa26217b06f0319030ad5c514bde295f733359"
}

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.7 coq.8.10.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; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-graph-theory.0.7 coq.8.10.0
Return code
0
Duration
3 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-graph-theory.0.7 coq.8.10.0
Return code
0
Duration
7 m 0 s

Installation size

Total: 50 M

  • 13 M ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/sgraph.vo
  • 12 M ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/preliminaries.vo
  • 12 M ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/set_tac.vo
  • 1 M ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/transfer.vo
  • 636 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/open_confluence.vo
  • 612 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/reduction.vo
  • 564 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/connectivity.vo
  • 455 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/open_confluence.glob
  • 430 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph.vo
  • 427 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/skeleton.vo
  • 413 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/checkpoint.vo
  • 375 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/excluded.vo
  • 360 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/sgraph.glob
  • 356 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/treewidth.vo
  • 346 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/digraph.vo
  • 345 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/transfer.glob
  • 302 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/connectivity.glob
  • 290 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph2.vo
  • 277 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_def.vo
  • 273 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/minor.vo
  • 244 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/checkpoint.glob
  • 238 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/digraph.glob
  • 236 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/skeleton.glob
  • 233 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/finmap_plus.vo
  • 222 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_iso.vo
  • 218 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/preliminaries.glob
  • 201 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph.glob
  • 185 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/excluded.glob
  • 175 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_def.glob
  • 169 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph2_tw2.vo
  • 164 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/cp_minor.vo
  • 161 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/treewidth.glob
  • 160 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph2.glob
  • 154 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_iso.glob
  • 154 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/finite_quotient.vo
  • 134 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/pttdom.vo
  • 112 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/equiv.vo
  • 111 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/setoid_bigop.vo
  • 110 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/finmap_plus.glob
  • 107 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/finite_quotient.glob
  • 104 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_top.vo
  • 100 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/minor.glob
  • 99 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/reduction.glob
  • 98 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/helly.vo
  • 95 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/bij.vo
  • 92 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/completeness.vo
  • 86 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/setoid_bigop.glob
  • 81 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph2_tw2.glob
  • 72 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/ptt.vo
  • 71 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/cp_minor.glob
  • 67 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/open_confluence.v
  • 66 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/equiv.glob
  • 61 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/pttdom.glob
  • 58 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_top.glob
  • 54 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/transfer.v
  • 51 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/sgraph.v
  • 51 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/structures.vo
  • 48 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/connectivity.v
  • 42 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/completeness.glob
  • 41 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/rewriting.vo
  • 41 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/checkpoint.v
  • 41 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/digraph.v
  • 40 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/bounded.vo
  • 39 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/bij.glob
  • 38 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph.v
  • 36 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/helly.glob
  • 33 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/skeleton.v
  • 32 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/excluded.v
  • 31 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/preliminaries.v
  • 31 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/set_tac.glob
  • 30 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph2.v
  • 30 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/treewidth.v
  • 28 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_def.v
  • 19 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/ptt.glob
  • 19 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_iso.v
  • 19 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/minor.v
  • 17 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/reduction.v
  • 17 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/structures.glob
  • 17 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/finite_quotient.v
  • 14 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/finmap_plus.v
  • 13 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/pttdom.v
  • 12 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/cp_minor.v
  • 12 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/equiv.v
  • 11 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/bounded.glob
  • 10 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/mgraph2_tw2.v
  • 10 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/rewriting.glob
  • 9 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/setoid_bigop.v
  • 8 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/set_tac.v
  • 8 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/extraction_top.v
  • 7 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/completeness.v
  • 7 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/bij.v
  • 6 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/helly.v
  • 5 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/edone.vo
  • 5 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/structures.v
  • 4 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/ptt.v
  • 2 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/bounded.v
  • 2 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/rewriting.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/edone.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/GraphTheory/edone.glob

Uninstall 🧹

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