« Up

belgames 1.1.1 Not compatible 👼

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   dev         The Coq Proof Assistant
coq-core              dev         The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            dev         The Coq Proof Assistant -- Standard Library
coqide-server         dev         The Coq Proof Assistant, XML protocol server
dune                  3.12.1      Fast, portable, and opinionated build system
ocaml                 4.14.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.14.0      Official release 4.14.0
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:
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/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
  "logpath:BelGames"
  "date:2023-02-27"
]
authors: [
  "Pierre Pomeret-Coquot"
  "Erik Martin-Dorel"
  "Hélène Fargier"
]
url {
  src: "https://github.com/pPomCo/belgames/releases/download/1.1.1/belgames-1.1.1.tar.gz"
  checksum: "sha512=992a2e0c844c24ae9c22365663ba629e63d0e180d3d8b7b69849f5d37a5be9ca2df72158266dd4612eea8ce302e98dd93888694744792c56c0cdcd28afa4979e"
}

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.1 coq.dev
Return code
5120
Output
[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
  - coq-belgames -> coq < 8.17~ -> ocaml < 4.12
      base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
  - No available version of coq satisfies the constraints
No solution found, exiting

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

Command
opam remove -y coq; opam install -y --show-action --unlock-base coq-belgames.1.1.1
Return code
0

Install dependencies

Command
true
Return code
0
Duration
0 s

Install 🚀

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none