# 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.14.1 Formal proof management system dune 3.12.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.6 A library manager for OCaml ocamlfind-secondary 1.9.6 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/runtimeverification/giskard-verification" dev-repo: "git+https://github.com/runtimeverification/giskard-verification.git" bug-reports: "https://github.com/runtimeverification/giskard-verification/issues" license: "NCSA" synopsis: "Verified model of the Giskard consensus protocol in Coq" description: """ The Giskard consensus protocol is used to validate transactions and computations in the PlatON network. This project provides a model of Giskard in Coq, and formally proves several key safety properties of the protocol.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.10"} ] tags: [ "category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems" "keyword:Giskard" "keyword:consensus" "keyword:blockchain" "logpath:Giskard" "date:2022-11-23" ] authors: [ "Elaine Li" "Karl Palmskog" "Mircea Sebe" ] url { src: "https://github.com/runtimeverification/giskard-verification/archive/v1.1.tar.gz" checksum: "sha512=96c90a21e95f109c3cd7e1bbcf03abeb07f9b1a5af9fcffff07f50e9818e4f8eb7f16c7656a0d39bb00b67c6c1de02afe45767fdb56ca82070eb50b348a27d33" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-giskard.1.1 coq.8.14.1
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-giskard.1.1 coq.8.14.1
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-giskard.1.1 coq.8.14.1
Total: 2 M
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/precommit.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/global.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/precommit.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/global.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/prepare.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/local.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/local.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/precommit.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/structures.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/prepare.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/global.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/local.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/structures.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/prepare.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/commit.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/lib.vo
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/structures.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/commit.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/lib.glob
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/commit.v
../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Giskard/lib.v
opam remove -y coq-giskard.1.1