ยซ Up

of-ocaml 1.1.1 1 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.5.2       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
# 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" {< "2.0.0"}
]
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.2
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-of-ocaml.1.1.1 coq.8.5.2
Return code
0
Duration
22 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-of-ocaml.1.1.1 coq.8.5.2
Return code
0
Duration
1 m 0 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
  • 80 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