# 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.1 Formal proof management system dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release 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: "Minki Cho <minki.cho@sf.snu.ac.kr>, Youngju Song <youngju@mpi-sws.org>" authors: "Minki Cho, Youngju Song, Dongjae Lee" license: "BSD-3-Clause" homepage: "https://github.com/CCR-project/FreeSim" bug-reports: "https://github.com/CCR-project/FreeSim/issues" dev-repo: "git+https://github.com/CCR-project/FreeSim" synopsis: "Stuttering For Free" description: """ One of the most common tools for proving behavioral refinements between transition systems is the method of simulation proofs, which has been explored extensively over the past several decades. Stuttering simulations are an extension of traditional simulations---used, for example, in CompCert---in which either the source or target of the simulation is permitted to ``stutter'' (stay in place) while the other side steps forward. In the interest of ensuring soundness, however, existing stuttering simulations restrict proofs to only perform a finite number of stuttering steps before making synchronous progress---a step of reasoning in which both sides of the simulation progress forward together. This restriction guarantees that a terminating program cannot be proven to simulate a non-terminating one. In this paper, we observe that the requirement to eventually achieve synchronous progress is burdensome and, what's more, unnecessary: it is possible to ensure soundness of stuttering simulations while only requiring asynchronous progress (progress on both sides of the simulation that may be achieved with only stuttering steps). Building on this observation, we develop a new simulation technique we call FreeSim (short for ``freely-stuttering simulations''), mechanized in Coq, and we demonstrate its effectiveness on a range of interesting case studies. These include a simplification of the meta-theory of CompCert, as well as the DTrees library, which enriches the ITrees (Interaction Trees) library with dual non-determinism. """ tags: [ "keyword:simulation" "keyword:coinduction" "keyword:dual non-determinism" "keyword:up to techniques" "keyword:companion" "keyword:Interaction Trees" "keyword:CompCert" "logpath:FreeSim" ] depends: [ "coq" { >= "8.15" & < "8.16" } "coq-paco" { (= "4.1.2") } "coq-itree" { (= "4.0.0") } "coq-ordinal" { (= "0.5.2") } "coq-compcert" { (= "3.11") } ] build: [make "-j%{jobs}%"] install: [make "-f" "Makefile.coq" "install"] url { src: "https://github.com/CCR-project/FreeSim/archive/refs/tags/AE.tar.gz" checksum: "sha512=5c561c8f66a9733ff353292c6b7ac2ddb272eb1d71720597fd269a69aac2c7aa3474e19f36278e4e45e1ee0f52913b9de3aa554362be0c760f699359b996a55f" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-freesim.1.0.0 coq.8.15.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-freesim.1.0.0 coq.8.15.1
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-freesim.1.0.0 coq.8.15.1
Total: 8 M
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndexFacts.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ModSem.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Coqlib.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndexFacts.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex2Explicit1.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/sflib.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Replayability.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/AList.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ITreelib.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalExplicit2Alts.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/IRed.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Tutorial.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimSTS.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimSTSIndex.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalAlts.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex2Explicit1.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Coqlib.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STSNorm.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STS2ITree.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Skeleton.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ModSem.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalAlts2Index.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Tutorial.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ModSemE.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Behavior.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex2Explicit2.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ITreelib.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalExplicit.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalAlts.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/IRed.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimSTS.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimSTSIndex.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/WFLib.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndexFacts.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/AList.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Replayability.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Any.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/sflib.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/sflib.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STS2ITree.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Coqlib.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalEquiv.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STS.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ModSem.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Behavior.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex2Explicit1.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/WFLib.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalExplicit2Alts.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ModSemE.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Skeleton.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimSTS.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/IRed.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalExplicit.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Replayability.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimSTSIndex.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STSNorm.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Tutorial.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalAlts.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ITreelib.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/AList.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Any.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Axioms.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex2Explicit2.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STS2ITree.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Red.vo
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Behavior.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalAlts2Index.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Red.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/WFLib.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalExplicit2Alts.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Skeleton.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STSNorm.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalEquiv.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/ModSemE.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalExplicit.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STS.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalAlts2Index.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Red.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Any.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalIndex2Explicit2.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/SimGlobalEquiv.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Axioms.glob
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/STS.v
../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/SimComp/Axioms.v
opam remove -y coq-freesim.1.0.0