« Up

belgames 1.1.0 1 m 0 s 🏆

Context

# 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.15.0      Formal proof management system
dune                     3.7.1       Fast, portable, and opinionated build system
ocaml                    4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler      4.05.0      Official 4.05.0 release
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:
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "erik.martin-dorel@irit.fr"
homepage: "https://github.com/pPomCo/belgames"
dev-repo: "git+https://github.com/pPomCo/belgames.git"
bug-reports: "https://github.com/pPomCo/belgames/issues"
license: "MIT"
synopsis: "BelGames: A Formal Theory of Games of Incomplete Information Based on Belief Functions in the Coq Proof Assistant"
description: """
We extend Bayesian games to the theory of belief functions. We
obtain a more expressive class of games we refer to as BelGames. It
makes it possible to better capture human behaviors with respect to
lack of information.
Next, we prove an extended version of the so-called
Howson--Rosenthal's theorem, showing that BelGames can be turned
into games of complete information, i.e., without any uncertainty."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {(>= "8.14" & < "8.17~")}
  "coq-mathcomp-algebra" {(>= "1.13" & < "1.16~")}
]
tags: [
  "keyword:games of incomplete information"
  "keyword:belief functions theory"
  "category:Computer Science/Algorithms/Correctness proofs of algorithms"
  "logpath:BelGames"
  "date:2023-02-24"
]
authors: [
  "Pierre Pomeret-Coquot"
  "Erik Martin-Dorel"
  "Hélène Fargier"
]
url {
  src: "https://github.com/pPomCo/belgames/releases/download/1.1.0/belgames-1.1.0.tar.gz"
  checksum: "sha512=6f58495a7c09972b0d757f4c5ee88edcea064154e79b9a0e8cdbb7064f297375e855701f30bd457e1086c28d79e92326a591fcf79162e76ca9cfc0ed76bb3743"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-belgames.1.1.0 coq.8.15.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-belgames.1.1.0 coq.8.15.0
Return code
0
Duration
8 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-belgames.1.1.0 coq.8.15.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 2 M

  • 313 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/bel.vo
  • 310 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/bel.glob
  • 130 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/general_lemmas.glob
  • 123 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/HRtransform.vo
  • 121 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/fprod.vo
  • 117 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/general_lemmas.vo
  • 114 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/games.vo
  • 88 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/fprod.glob
  • 79 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/HRtransform.glob
  • 72 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/games.glob
  • 45 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/bel.v
  • 20 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/general_lemmas.v
  • 18 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/HRtransform.v
  • 17 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/games.v
  • 14 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/BelGames/fprod.v

Uninstall 🧹

Command
opam remove -y coq-belgames.1.1.0
Return code
0
Missing removes
none
Wrong removes
none