13 pname = "graph-theory";
15 release."0.9".sha256 = "sha256-Hl3JS9YERD8QQziXqZ9DqLHKp63RKI9HxoFYWSkJQZI=";
16 release."0.9.1".sha256 = "sha256-lRRY+501x+DqNeItBnbwYIqWLDksinWIY4x/iojRNYU=";
17 release."0.9.2".sha256 = "sha256-DPYCZS8CzkfgpR+lmYhV2v20ezMtyWp8hdWpuh0OOQU=";
18 release."0.9.3".sha256 = "sha256-9WX3gsw+4btJLqcGg2W+7Qy+jaZtkfw7vCp8sXYmaWw=";
19 release."0.9.4".sha256 = "sha256-fXTAsRdPisNhg8Umaa7S7gZ1M8zuPGg426KP9fAkmXQ=";
21 releaseRev = v: "v${v}";
27 [ coq.coq-version mathcomp.version ]
32 (range "2.0.0" "2.2.0")
39 (range "2.0.0" "2.1.0")
46 (range "1.13.0" "1.18.0")
53 (range "1.13.0" "1.14.0")
60 (range "1.12.0" "1.14.0")
67 propagatedBuildInputs = [
76 description = "Library of formalized graph theory results in Coq";
78 A library of formalized graph theory results, including various
79 standard results from the literature (e.g., Menger’s Theorem, Hall’s
80 Marriage Theorem, and the excluded minor characterization of
81 treewidth-two graphs) as well as some more recent results arising from
82 the study of relation algebra within the ERC CoVeCe project (e.g.,
83 soundness and completeness of an axiomatization of graph isomorphism).
85 maintainers = with maintainers; [ siraben ];
86 license = licenses.cecill-b;