# 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.0.3 Fast, portable, and opinionated build system ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "Yishuai Li <yishuai@cis.upenn.edu>" homepage: "https://github.com/liyishuai/coq-async-test" dev-repo: "git+https://github.com/liyishuai/coq-async-test.git" bug-reports: "https://github.com/liyishuai/coq-async-test/issues" license: "MPL-2.0" synopsis: "Testing asynchronous system" description: """ From interaction trees to asynchronous tests.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" { >= "8.12~" } "coq-json" "coq-itree-io" { >= "0.1.0" } "coq-quickchick" ] tags: [ "category:Miscellaneous/Extracted Programs/Decision procedures" "keyword:extraction" "keyword:reactive systems" "logpath:AsyncTest" ] authors: [ "Yishuai Li <yishuai@cis.upenn.edu>" ] url { src: "git+https://github.com/liyishuai/coq-async-test" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-async-test.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-async-test.dev coq.dev
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-async-test.dev coq.dev
Total: 390 K
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/AsyncTest.vo
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Instances.vo
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Jexp.vo
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Operator.vo
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Common.vo
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Classes.vo
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/AsyncTest.glob
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Trace.vo
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Instances.glob
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Jexp.glob
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Common.glob
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/AsyncTest.v
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Classes.glob
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Operator.glob
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Jexp.v
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Instances.v
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Common.v
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Trace.glob
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Operator.v
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Classes.v
../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/AsyncTest/Trace.v
opam remove -y coq-async-test.dev