# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server dune 3.12.2 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 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: "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.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; timeout 4h opam install -y --deps-only coq-giskard.1.1 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-giskard.1.1 coq.8.17.0
Total: 2 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/precommit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/global.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/precommit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/global.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/prepare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/local.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/local.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/precommit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/structures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/prepare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/global.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/local.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/structures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/prepare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/commit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/lib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/structures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/commit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/lib.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/commit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Giskard/lib.v
opam remove -y coq-giskard.1.1