« Up

hol-light 0.0.0 1 m 0 s 🏆

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.17.0      The Coq Proof Assistant
coq-core              8.17.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.17.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.17.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 5.0.0       The OCaml compiler (virtual package)
ocaml-base-compiler   5.0.0       Official release 5.0.0
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
synopsis: "HOL-Light library in Coq"
description: """
This library contains an automatic translation in Coq of (for the moment) some
small part the HOL-Light library using https://github.com/Deducteam/hol2dk.
"""
homepage: "https://github.com/Deducteam/coq-hol-light"
dev-repo: "git+https://github.com/Deducteam/coq-hol-light.git"
bug-reports: "https://github.com/Deducteam/coq-hol-light/issues"
doc: "https://github.com/Deducteam/coq-hol-light"
maintainer: "frederic.blanqui@inria.fr"
authors: ["Frédéric Blanqui"]
license: "CeCILL-2.1"
depends: [ "coq" {>= "8.16"} ]
build: [make "-j%{jobs}%"]
install: [make "install"]
tags: [
  "keyword:HOL-Light"
  "category:Math/Arith/Misc"
  "date:2023-11-06"
  "logpath:HOLLight"
]
url {
  src: "https://github.com/Deducteam/coq-hol-light/archive/refs/tags/0.0.0.tar.gz"
  checksum: "sha256=7e89265a208d33b1190487fc4a0d436d23df591c7ea7a2886a34a84460a5d4fa"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-hol-light.0.0.0 coq.8.17.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; timeout 4h opam install -y --deps-only coq-hol-light.0.0.0 coq.8.17.0
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; timeout 4h opam install -y -v coq-hol-light.0.0.0 coq.8.17.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 1 M

  • 571 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_opam.glob
  • 181 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/coq.glob
  • 142 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/coq.vo
  • 108 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_opam.vo
  • 65 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_opam.v
  • 46 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_terms.glob
  • 37 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/coq.v
  • 33 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_terms.vo
  • 20 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/theory_hol.vo
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_axioms.vo
  • 19 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_types.vo
  • 6 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_terms.v
  • 3 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/theory_hol.glob
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/theory_hol.v
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_axioms.glob
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_axioms.v
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_types.glob
  • 1 K ../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_types.v

Uninstall 🧹

Command
opam remove -y coq-hol-light.0.0.0
Return code
0
Missing removes
none
Wrong removes
none