ยซ Up

mirror-core 1.0.2 Black list ๐Ÿดโ€โ˜ ๏ธ

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library 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.5.3       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0      Official 4.05.0 release
ocaml-config        1           OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "gmalecha@gmail.com"
homepage: "https://github.com/gmalecha/mirror-core"
dev-repo: "git+https://github.com/gmalecha/mirror-core.git"
bug-reports: "https://github.com/gmalecha/mirror-core/issues"
authors: ["Gregory Malecha"]
license: "BSD"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: [
  ["rm" "-R" "%{lib}%/coq/user-contrib/MirrorCore"]
  ["rm" "-R" "%{lib}%/coq/user-contrib/McExamples"]
]
depends: [
  "ocaml"
  "coq" {>= "8.5.2" & < "8.6~"}
  "coq-ext-lib" {>= "0.9.2"}
  "coq-plugin-utils"
]
synopsis: "A framework for computational reflection"
flags: light-uninstall
url {
  src: "https://github.com/gmalecha/mirror-core/archive/v1.0.2.tar.gz"
  checksum: "md5=1576ec14f05ed73c2d15aa9b83bf22a1"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-mirror-core.1.0.2 coq.8.5.3
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-mirror-core.1.0.2 coq.8.5.3
Return code
0
Duration
2 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mirror-core.1.0.2 coq.8.5.3
Return code
10240
Duration
1 m 0 s
Output
# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library 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.5.3       Formal proof management system
coq-ext-lib         0.9.4       A library of Coq definitions, theorems, and tactics
coq-plugin-utils    1.2.0       Utility functions for implementing Coq plugins
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0      Official 4.05.0 release
ocaml-config        1           OCaml Switch Configuration
[NOTE] Package coq is already installed (current version is 8.5.3).
The following actions will be performed:
  - install coq-mirror-core 1.0.2
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/1: [coq-mirror-core.1.0.2: http]
[ERROR] The sources of the following couldn't be obtained, aborting:
          - coq-mirror-core.1.0.2:
            https://github.com/gmalecha/mirror-core/archive/v1.0.2.tar.gz (Bad checksum, expected md5=1576ec14f05ed73c2d15aa9b83bf22a1)
'opam install -y -v coq-mirror-core.1.0.2 coq.8.5.3' failed.

Installation size

No files were installed.

Uninstall ๐Ÿงน

Command
true
Return code
0
Missing removes
none
Wrong removes
none