« Up

of-ocaml 1.1.1 1 m 17 s

(2020-09-23 22:02:02 UTC)

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
camlp4              4.02+7       Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils      1            Virtual package relying on findutils
conf-which          1            Virtual package relying on which
coq                 8.5.0~camlp4 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"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-of-ocaml"
dev-repo: "git+https://github.com/clarus/coq-of-ocaml.git"
bug-reports: "https://github.com/clarus/coq-of-ocaml/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
  ["sh" "-c" "cd OCaml && ./configure.sh"]
  [make "-C" "OCaml" "-j%{jobs}%"]
  [make "-j%{jobs}%"]
]
install: [make "-C" "OCaml" "install"]
depends: [
  "conf-ruby" {build}
  "coq" {>= "8.4.5" & < "8.6"}
  "ocaml" {>= "4.02.0" & < "4.03.0"}
  "ocamlbuild" {build}
  "smart-print"
  "yojson"
]
tags: [
  "date:2019-05-09"
  "keyword:compilation"
  "keyword:ocaml"
]
synopsis: "Compile OCaml to Coq"
extra-files: ["coq-of-ocaml.install" "md5=aaa1f52ec40bedefd2674f46a44cd578"]
url {
  src: "https://github.com/clarus/coq-of-ocaml/archive/1.1.1.tar.gz"
  checksum: "md5=6148587be3cee4ec577e9909fabd45ce"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-of-ocaml.1.1.1 coq.8.5.0~camlp4
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-of-ocaml.1.1.1 coq.8.5.0~camlp4
Return code
0
Duration
16 m 48 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-of-ocaml.1.1.1 coq.8.5.0~camlp4
Return code
0
Duration
1 m 17 s

Installation size

Total: 15 M

  • 7 M ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/List.vo
  • 7 M ../ocaml-base-compiler.4.02.3/bin/coqOfOCaml.native
  • 92 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Effect.vo
  • 81 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/List.glob
  • 75 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/OCaml.vo
  • 71 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Basics.vo
  • 40 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Effect.glob
  • 38 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Basics.glob
  • 31 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Libraries.vo
  • 15 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/List.v
  • 13 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Basics.v
  • 9 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Effect.v
  • 2 K ../ocaml-base-compiler.4.02.3/share/coq-of-ocaml/interfaces/list.interface
  • 1 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Libraries.glob
  • 1 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/OCaml.glob
  • 1 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Libraries.v
  • 1 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/OCaml.v

Uninstall

Command
opam remove -y coq-of-ocaml.1.1.1
Return code
0
Missing removes
none
Wrong removes
none