This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to github.com/coq/opam-coq-archive. The list of black-listed packages is in black_list.rb.
# 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.4.1 Fast, portable, and opinionated build system
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
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/coq-belgames-csl2023"
dev-repo: "git+https://github.com/pPomCo/coq-belgames-csl2023.git"
bug-reports: "https://github.com/pPomCo/coq-belgames-csl2023/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"
"keyword:mathcomp/ssreflect"
"logpath:BelGames"
]
authors: [
"Pierre Pomeret-Coquot"
"Erik Martin-Dorel"
"Hélène Fargier"
]
url {
src: "https://github.com/pPomCo/coq-belgames-csl2023/archive/refs/tags/1.0.0.tar.gz"
checksum: "sha512=e3c254725ba62e55c02b5e58f09079c90556735e68c98b8bff1253cff7a7b4014e3f61818c3f5671893e901c943f7c30e7e4a44b8ffcba18410d4ee0a4a15824"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-belgames.1.0.0 coq.8.15.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-belgames.1.0.0 coq.8.15.0opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-belgames.1.0.0 coq.8.15.0# 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
coq-mathcomp-algebra 1.15.0 Mathematical Components Library on Algebra
coq-mathcomp-fingroup 1.15.0 Mathematical Components Library on finite groups
coq-mathcomp-ssreflect 1.15.0 Small Scale Reflection
dune 3.4.1 Fast, portable, and opinionated build system
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
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
[NOTE] Package coq is already installed (current version is 8.15.0).
The following actions will be performed:
- install coq-belgames 1.0.0
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/1: [coq-belgames.1.0.0: http]
[ERROR] The sources of the following couldn't be obtained, aborting:
- coq-belgames.1.0.0:
https://github.com/pPomCo/coq-belgames-csl2023/archive/refs/tags/1.0.0.tar.gz (Bad checksum, expected sha512=e3c254725ba62e55c02b5e58f09079c90556735e68c98b8bff1253cff7a7b4014e3f61818c3f5671893e901c943f7c30e7e4a44b8ffcba18410d4ee0a4a15824)
'opam install -y -v coq-belgames.1.0.0 coq.8.15.0' failed.
No files were installed.
true