# 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" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-ssreflect.1.5.0 coq.8.4.5
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-ssreflect.1.5.0 coq.8.4.5
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-ssreflect.1.5.0 coq.8.4.5
Total: 5 M
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.cmxs
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/seq.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.cma
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/fintype.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrbool.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrnat.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.cmi
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/choice.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/eqtype.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrfun.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssreflect.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrmatching.cmi
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Ssreflect/ssrmatching.vo
opam remove -y coq-ssreflect.1.5.0