ยซ Up

switch 1.0.2 1 m 0 s ๐Ÿ†

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-m4             1           Virtual package relying on m4
coq                 8.11.dev    Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.08.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1      Official release 4.08.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "vzaliva@cmu.edu"
homepage: "https://github.com/vzaliva/coq-switch"
dev-repo: "git://git@github.com:vzaliva/coq-switch.git"
bug-reports: "https://github.com/vzaliva/coq-switch/issues"
authors: ["Vadim Zaliva <vzaliva@cmu.edu>"]
license: "MIT"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {>= "8.10.2"}
  "coq-metacoq-template" {>= "1.0~alpha2+8.10"}
]
tags: [
  "category:Miscellaneous/Coq Extensions"
  "date:2020-03-13"
  "logpath:Switch"
]
synopsis: "A plugin to implement functionality similar to `switch` statement in C language."
description: """It allows easier dispatch on several constant values
of a type with decidable equality. Given a type, boolean equality
predicate, and list of choices, it will generate (using TemplateCoq)
an inductive type with constructors, one for each of the choices, and
a function mapping values to this type."""
url {
  src: "https://github.com/vzaliva/coq-switch/archive/v1.0.2.tar.gz"
  checksum: "51ad3d8d53edb2334854d8bc976b75ed"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-switch.1.0.2 coq.8.11.dev
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 2h opam install -y --deps-only coq-switch.1.0.2 coq.8.11.dev
Return code
0
Duration
5 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-switch.1.0.2 coq.8.11.dev
Return code
0
Duration
1 m 0 s

Installation size

Total: 113 K

  • 101 K ../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Switch/Switch.vo
  • 9 K ../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Switch/Switch.glob
  • 2 K ../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Switch/Switch.v

Uninstall ๐Ÿงน

Command
opam remove -y coq-switch.1.0.2
Return code
0
Missing removes
none
Wrong removes
none