# 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 4 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 3.1.1 Fast, portable, and opinionated build system ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/math-comp/tarjan" dev-repo: "git+https://github.com/math-comp/tarjan.git" bug-reports: "https://github.com/math-comp/tarjan/issues" license: "CECILL-B" synopsis: "Strongly connected component algorithms by Tarjan and Kosaraju using Coq and MathComp" description: """ This development contains formalizations and correctness proofs using Coq and the Mathematical Components library of algorithms originally due to Kosaraju and Tarjan for finding strongly connected components in finite graphs. It also contains a verified implementation of topological sorting with extended guarantees for acyclic graphs.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.10"} "coq-mathcomp-ssreflect" {>= "1.12.0"} "coq-mathcomp-fingroup" ] tags: [ "category:Computer Science/Graph Theory" "keyword:strongly connected components" "keyword:topological sorting" "keyword:Kosaraju" "keyword:Tarjan" "keyword:acyclicity" "keyword:graph theory" "logpath:mathcomp.tarjan" ] authors: [ "Cyril Cohen" "Jean-Jacques Lévy" "Karl Palmskog" "Laurent Théry" ] url { src: "git+https://github.com/math-comp/tarjan.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-tarjan.dev coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-tarjan.dev coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-mathcomp-tarjan.dev coq.dev
Total: 4 M
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_num.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_num.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank_bigmin.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank_bigmin.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_nocolors.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/kosaraju.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_nocolors.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/kosaraju.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/extra.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/extra_nocolors.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/extra_nocolors.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/extra.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/bigmin.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_num.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/bigmin.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank_bigmin.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/kosaraju.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic_tsorted.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_nocolors.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/extra.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic_tsorted.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/extra_nocolors.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/bigmin.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic_tsorted.v
opam remove -y coq-mathcomp-tarjan.dev