ยซ Up

smc 8.9.0 1 m 0 s ๐Ÿ†

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-ocamlbuild     base        OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-perl           2           Virtual package relying on perl
coq                 8.9.0       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.02.3      The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3      Official 4.02.3 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.6       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/smc"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SMC"]
depends: [
  "ocaml"
  "coq" {>= "8.9" & < "8.10~"}
  "coq-int-map" {>= "8.9" & < "8.10~"}
]
tags: [
  "keyword: BDD"
  "keyword: binary decision diagrams"
  "keyword: classical logic"
  "keyword: propositional logic"
  "keyword: garbage collection"
  "keyword: modal mu-calculus"
  "keyword: model checking"
  "keyword: symbolic model checking"
  "keyword: reflection"
  "category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
  "date: 2002-11"
]
authors: [
  "Kumar Neeraj Verma <verma@lsv.ens-cachan.fr>"
]
bug-reports: "https://github.com/coq-contribs/smc/issues"
dev-repo: "git+https://github.com/coq-contribs/smc.git"
synopsis: "BDD based symbolic model checker for the modal mu-calculus"
description: """
Provides BDD algorithms, a symbolic model checker for the modal
mu-calculus based on it, together with a garbage collector"""
flags: light-uninstall
url {
  src: "https://github.com/coq-contribs/smc/archive/v8.9.0.tar.gz"
  checksum: "md5=5393bb4adae218fe834d80e06b62db6b"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-smc.8.9.0 coq.8.9.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-smc.8.9.0 coq.8.9.0
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-smc.8.9.0 coq.8.9.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 5 M

  • 448 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/mu.glob
  • 398 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/mu.vo
  • 351 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/quant.glob
  • 319 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/config.glob
  • 216 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/config.vo
  • 197 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/quant.vo
  • 192 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/or.glob
  • 191 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/op.glob
  • 190 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/gc.glob
  • 160 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/gc.vo
  • 144 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/muset.vo
  • 142 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/mu.v
  • 133 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/alloc.glob
  • 127 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/munew.glob
  • 124 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/myMap.glob
  • 118 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/myMap.vo
  • 110 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/muset.glob
  • 108 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/or.vo
  • 102 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/munew.vo
  • 100 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/quant.v
  • 96 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/config.v
  • 94 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/alloc.vo
  • 73 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/op.vo
  • 68 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/or.v
  • 63 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/univ.vo
  • 62 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/neg.glob
  • 62 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/neg.vo
  • 61 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/bool_fun.vo
  • 59 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/univ.glob
  • 58 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/misc.vo
  • 57 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/gc.v
  • 52 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/tauto.vo
  • 49 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/op.v
  • 48 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/bool_fun.glob
  • 46 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/make.vo
  • 46 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/misc.glob
  • 41 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/muset.v
  • 39 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/munew.v
  • 37 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/tauto.glob
  • 35 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/myMap.v
  • 33 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/smc.vo
  • 31 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/make.glob
  • 24 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/alloc.v
  • 21 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/univ.v
  • 21 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/neg.v
  • 19 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/bool_fun.v
  • 16 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/tauto.v
  • 14 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/misc.v
  • 8 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/make.v
  • 2 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/smc.v
  • 1 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/SMC/smc.glob

Uninstall ๐Ÿงน

Command
opam remove -y coq-smc.8.9.0
Return code
0
Missing removes
none
Wrong removes
none