Β« Up

metacoq-checker 1.0~alpha1+8.9 7 m 0 s πŸ†

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.9.0       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.03.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0      Official 4.03.0 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.6       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.8"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
          "Simon Boulier <simon.boulier@inria.fr>"
          "Cyril Cohen <cyril.cohen@inria.fr>"
          "Yannick Forster <forster@ps.uni-saarland.de>"
          "Fabian Kunze <fkunze@fakusb.de>"
          "Gregory Malecha <gmalecha@gmail.com>"
          "Matthieu Sozeau <matthieu.sozeau@inria.fr>"
          "Nicolas Tabareau <nicolas.tabareau@inria.fr>"
          "ThΓ©o Winterhalter <theo.winterhalter@inria.fr>"
]
license: "MIT"
build: [
  ["sh" "./configure.sh"]
  [make "-j%{jobs}%" "checker"]
]
install: [
  [make "-C" "checker" "install"]
]
depends: [
  "ocaml" {> "4.02.3"}
  "coq" {>= "8.9" & < "8.10~"}
  "coq-metacoq-template" {= version}
]
synopsis: "Specification of Coq's type theory and reference checker implementation"
description: """
MetaCoq is a meta-programming framework for Coq.
The Checker module provides a complete specification of Coq's typing and conversion
relation along with a reference type-checker that is extracted to a pluging.
This provides a command: `MetaCoq Check [global_reference]` that can be used
to typecheck a Coq definition using the verified type-checker.
"""
url {
  src: "https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.9.tar.gz"
  checksum: "sha256=899ef4ee73b1684a0f1d2e37ab9ab0f9b24424f6d8a10a10efd474c0ed93488e"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-metacoq-checker.1.0~alpha1+8.9 coq.8.9.0
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-metacoq-checker.1.0~alpha1+8.9 coq.8.9.0
Return code
0
Duration
2 m 0 s

Install πŸš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-metacoq-checker.1.0~alpha1+8.9 coq.8.9.0
Return code
0
Duration
7 m 0 s

Installation size

Total: 10 M

  • 1 M ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Typing.vo
  • 1 M ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Substitution.vo
  • 1020 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/uGraph.vo
  • 902 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/kernel/Checker.vo
  • 756 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/wGraph.vo
  • 752 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/metacoq_checker_plugin.cmxs
  • 539 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Weakening.vo
  • 418 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Typing.glob
  • 348 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/TypingWf.vo
  • 307 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Substitution.glob
  • 242 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/metacoq_checker_plugin.cmi
  • 224 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Weakening.glob
  • 222 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WeakeningEnv.vo
  • 204 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/wGraph.glob
  • 195 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/uGraph.glob
  • 175 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Closed.vo
  • 166 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WcbvEval.vo
  • 162 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/kernel/Checker.glob
  • 91 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Closed.glob
  • 90 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Typing.v
  • 85 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WcbvEval.glob
  • 84 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WfInv.vo
  • 76 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WeakeningEnv.glob
  • 72 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/metacoq_checker_plugin.cmx
  • 72 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Substitution.v
  • 63 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/LibHypsNaming.vo
  • 62 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Generation.vo
  • 59 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/uGraph.v
  • 59 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/wGraph.v
  • 57 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Retyping.vo
  • 51 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Weakening.v
  • 50 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Normal.vo
  • 49 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Extraction.vo
  • 47 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/All.vo
  • 43 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/TypingWf.glob
  • 38 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/kernel/Checker.v
  • 36 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/MetaTheory.vo
  • 34 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Loader.vo
  • 28 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WcbvEval.v
  • 24 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WfInv.glob
  • 20 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WeakeningEnv.v
  • 17 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/TypingWf.v
  • 16 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Normal.glob
  • 15 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Closed.v
  • 15 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/LibHypsNaming.v
  • 13 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/LibHypsNaming.glob
  • 12 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Retyping.glob
  • 8 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Generation.glob
  • 5 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/univSubst0.cmi
  • 5 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/WfInv.v
  • 5 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/metacoq_checker_plugin.cmxa
  • 5 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/univSubst0.cmx
  • 5 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/liftSubst.cmi
  • 4 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/liftSubst.cmx
  • 3 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Retyping.v
  • 3 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Normal.v
  • 2 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Generation.v
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Extraction.v
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/MetaTheory.glob
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/MetaTheory.v
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/All.v
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Extraction.glob
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/All.glob
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Loader.glob
  • 1 K ../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/MetaCoq/Checker/Loader.v

Uninstall 🧹

Command
opam remove -y coq-metacoq-checker.1.0~alpha1+8.9
Return code
0
Missing removes
none
Wrong removes
none