# 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"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-of-ocaml.1.1.1 coq.8.5.2Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-of-ocaml.1.1.1 coq.8.5.2opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-of-ocaml.1.1.1 coq.8.5.2Total: 15 M
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/List.vo../ocaml-base-compiler.4.02.3/bin/coqOfOCaml.native../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Effect.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/List.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/OCaml.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Basics.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Effect.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Basics.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Libraries.vo../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/List.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Basics.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Effect.v../ocaml-base-compiler.4.02.3/share/coq-of-ocaml/interfaces/list.interface../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Libraries.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/OCaml.glob../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/Libraries.v../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/OCaml/OCaml.vopam remove -y coq-of-ocaml.1.1.1