# 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                   dev         Formal proof management system
dune                  3.1.1       Fast, portable, and opinionated build system
ocaml                 4.13.1      The OCaml compiler (virtual package)
ocaml-base-compiler   4.13.1      Official release 4.13.1
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.3       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/uwplse/cheerios"
dev-repo: "git+https://github.com/uwplse/cheerios.git"
bug-reports: "https://github.com/uwplse/cheerios/issues"
license: "BSD-2-Clause"
synopsis: "Coq library for verified serialization"
description: """
A formally verified serialization library for Coq
which defines a typeclass for serializable types and instances
for many standard library types.
"""
build: [
  ["./configure"]
  [make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
  "coq" {(>= "8.6.1" & < "8.12~") | (= "dev")}
  "coq-struct-tact" {= "dev"}
]
tags: [
  "category:Computer Science/Data Types and Data Structures"
  "keyword:serialization"
  "logpath:Cheerios"
]
authors: [
  "Justin Adsuara"
  "Karl Palmskog"
  "Keith Simmons"
  "James R. Wilcox"
  "Doug Woos"
]
url {
  src: "git+https://github.com/uwplse/cheerios.git#master"
}
            trueDry install with the current Coq version:
opam install -y --show-action coq-cheerios.dev coq.devDry 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-cheerios.dev coq.devopam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-cheerios.dev coq.devTotal: 1 M
../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Tree.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Tree.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ByteDecidable.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/BasicSerializers.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Types.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Combinators.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Core.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/BasicSerializers.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ByteDecidable.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Tree.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosBasic.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Core.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Combinators.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractTreeSerializer.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Tactics.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractPositiveSerializer.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/DeserializerMonad.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractTreeSerializerDeps.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosFinInt.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosNatInt.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosString.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractPositiveSerializerDeps.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Cheerios.vo../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Types.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/BasicSerializers.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ByteDecidable.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Combinators.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Core.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosBasic.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Types.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/DeserializerMonad.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractTreeSerializer.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/DeserializerMonad.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractPositiveSerializer.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Tactics.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractTreeSerializer.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractPositiveSerializer.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Tactics.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Cheerios.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosFinInt.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosNatInt.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/Cheerios.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosBasic.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosString.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractTreeSerializerDeps.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractPositiveSerializerDeps.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosString.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosFinInt.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtrOcamlCheeriosNatInt.glob../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractTreeSerializerDeps.v../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/Cheerios/ExtractPositiveSerializerDeps.vopam remove -y coq-cheerios.dev