# 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                   8.16.0      Formal proof management system
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 4.13.1      The OCaml compiler (virtual package)
ocaml-base-compiler   4.13.1      Official release 4.13.1
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# 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"
}
            trueDry install with the current Coq version:
opam install -y --show-action coq-type-infer.0.1.0 coq.8.16.0Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; timeout 4h opam install -y --deps-only coq-type-infer.0.1.0 coq.8.16.0opam list; echo; timeout 4h opam install -y -v coq-type-infer.0.1.0 coq.8.16.0Total: 1 M
../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Typing.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Types.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/TypeSafety.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Term.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Util.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Typing.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Types.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Util.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/TypeSafety.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/TypeInfer/Term.v../ocaml-base-compiler.4.13.1/doc/coq-type-infer/LICENSE../ocaml-base-compiler.4.13.1/lib/coq-type-infer/opam../ocaml-base-compiler.4.13.1/lib/coq-type-infer/dune-package../ocaml-base-compiler.4.13.1/lib/coq-type-infer/METAopam remove -y coq-type-infer.0.1.0