ยซ Up

ssreflect 1.5.0 2 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.4.5       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
ocamlbuild          0           Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Thรฉry <>" "Assia Mahboubi <>" ]
maintainer: "thomas.braibant@gmail.com"
homepage: "http://ssr.msr-inria.inria.fr/"
license: "CeCILL-B"
build: [
  [make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
  "ocaml"
  "coq" {>= "8.4pl4" & < "8.5~" & != "8.4.6~camlp4"}
]
conflicts: [
  "coq-mathcomp-ssreflect"
]
synopsis: "The Small Scale Reflection extension"
url {
  src: "https://github.com/math-comp/math-comp/releases/download/archive/ssreflect-1.5.tar.gz"
  checksum: "md5=19155108bd73f5af98add53b9e418f5a"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-ssreflect.1.5.0 coq.8.4.5
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-ssreflect.1.5.0 coq.8.4.5
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-ssreflect.1.5.0 coq.8.4.5
Return code
0
Duration
2 m 0 s

Installation size

Total: 5 M

  • 2 M ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.cmxs
  • 736 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/seq.vo
  • 693 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.cma
  • 539 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/fintype.vo
  • 355 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrbool.vo
  • 327 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrnat.vo
  • 182 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.cmi
  • 169 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/choice.vo
  • 152 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/eqtype.vo
  • 91 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrfun.vo
  • 29 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.vo
  • 9 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrmatching.cmi
  • 2 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrmatching.vo

Uninstall ๐Ÿงน

Command
opam remove -y coq-ssreflect.1.5.0
Return code
0
Missing removes
none
Wrong removes
none