# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-ocamlbuild     base        OCamlbuild binary and libraries 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.7.0       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.02.3      The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3      Official 4.02.3 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.6       A library manager for OCaml
# opam file:
opam-version: "2.0"
license: "BSD-2-Clause"
synopsis: "A library for algorithmic game theory in Ssreflect/Coq"
maintainer: "Gordon Stewart <gstew5@gmail.com>"
authors: [
  "Alexander Bagnall"
  "Samuel Merten"
  "Gordon Stewart"
]
bug-reports: "https://github.com/gstew5/games/issues"
dev-repo: "git+https://github.com/gstew5/games.git"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {(>= "8.7" & < "8.12~")}
  "coq-mathcomp-algebra" {(>= "1.9.0" & < "1.11~")}
]
tags: [
  "category:Mathematics/Combinatorics and Graph Theory"
  "keyword:game theory"
  "logpath:Games"
]
url {
  src: "https://github.com/gstew5/games/archive/0.1.0.tar.gz"
  checksum: "sha512=b0c0524fb72b65187c4331ea2ee98f88f074db4d133ab2371be630a1d98944e340b3c3b30a23d4674d8e9772f5da8e0ebd31f5b76515f159279b1cbb58990297"
}
            trueDry install with the current Coq version:
opam install -y --show-action coq-games.0.1.0 coq.8.7.0Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-games.0.1.0 coq.8.7.0opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-games.0.1.0 coq.8.7.0Total: 3 M
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/numerics.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/games.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/numerics.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/games.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/routing.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dynamics.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/congestion.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/congestion.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dist.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dyadic.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/potential.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dyadic.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/christodoulou.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/christodoulou.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/smooth.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/extrema.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/general.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/routing.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dist.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dynamics.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/numerics.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/smooth.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/games.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/potential.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/extrema.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dyadic.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/congestion.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dynamics.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/routing.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/christodoulou.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/general.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/dist.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/potential.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/smooth.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/extrema.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Games/general.vopam remove -y coq-games.0.1.0