« Up

of-ocaml 1.2.1 58 s

(2020-09-09 03:51:12 UTC)

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
camlp4              4.05+1       Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils      1            Virtual package relying on findutils
coq                 8.5.0~camlp4 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
ocamlbuild          0.14.0       OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# 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.5"}
  "ocaml" {>= "4.05.0" & < "4.06.0"}
  "ocamlbuild" {build}
  "smart-print"
  "yojson"
]
tags: [
  "date:2015-08-31"
  "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.2.1.tar.gz"
  checksum: "md5=e8cb5565b8ce622d2afa5bcc59873ad2"
}

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.2.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.2.1 coq.8.5.0~camlp4
Return code
0
Duration
13 m 48 s

Install

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

Installation size

Total: 18 M

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

Uninstall

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