# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.8.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 A library manager for OCaml # opam file: # This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A formal verification of algorithm W" maintainer: ["Masayuki Mizuno <mizuno@wantedly.com>"] authors: ["Masayuki Mizuno <mizuno@wantedly.com>"] license: "MIT" homepage: "https://github.com/fetburner/type-infer" bug-reports: "https://github.com/fetburner/type-infer/issues" depends: [ "dune" {>= "2.5"} "coq" {>= "8.8"} "coq-mathcomp-ssreflect" {>= "1.11"} ] build: [ ["dune" "subst"] {pinned} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/fetburner/type-infer.git" url { src: "https://github.com/fetburner/type-infer/archive/0.1.0.tar.gz" checksum: "md5=c4d970724196eb181cc51ee7718de3c6" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-type-infer.0.1.0 coq.8.8.0
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-type-infer.0.1.0 coq.8.8.0
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-type-infer.0.1.0 coq.8.8.0
Total: 1 M
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Typing.vo
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Types.vo
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/TypeSafety.vo
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Term.vo
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Util.vo
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Typing.v
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Types.v
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Util.v
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/TypeSafety.v
../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/TypeInfer/Term.v
../ocaml-base-compiler.4.04.2/doc/coq-type-infer/LICENSE
../ocaml-base-compiler.4.04.2/lib/coq-type-infer/opam
../ocaml-base-compiler.4.04.2/lib/coq-type-infer/dune-package
../ocaml-base-compiler.4.04.2/lib/coq-type-infer/META
opam remove -y coq-type-infer.0.1.0