ยซ Up

hammer-tactics dev 1 m 0 s ๐Ÿ†

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 dev         Formal proof management system
dune                3.0.3       Fast, portable, and opinionated build system
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.3       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "Reconstruction tactics for the hammer for Coq"
description: """
Collection of tactics that are used by the hammer for Coq
to reconstruct proofs found by automated theorem provers. When the hammer
has been successfully applied to a project, only this package needs
to be installed; the hammer plugin is not required.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "tactics"]
install: [
  [make "install-tactics"]
  [make "test-tactics"] {with-test}
]
depends: [
  "ocaml"
  "coq" {= "dev"}
]
conflicts: [
  "coq-hammer" {!= version}
]
tags: [  
  "keyword:automation"
  "keyword:hammer"
  "keyword:tactics"
  "logpath:Hammer.Tactics"
]
authors: [
  "Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
]
url {
  src: "git+https://github.com/lukaszcz/coqhammer.git#master"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-hammer-tactics.dev coq.dev
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-hammer-tactics.dev coq.dev
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-hammer-tactics.dev coq.dev
Return code
0
Duration
1 m 0 s

Installation size

Total: 2 M

  • 578 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_tactics.cmxs
  • 272 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.vo
  • 176 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_lib.cmxs
  • 175 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.vo
  • 77 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.glob
  • 62 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.vo
  • 47 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.v
  • 43 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.glob
  • 39 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Hints.vo
  • 33 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.v
  • 28 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_lib.cmi
  • 25 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_tactics.cmx
  • 25 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.glob
  • 20 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_tactics.cmi
  • 17 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_lib.cmx
  • 10 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.v
  • 7 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_lib.cmxa
  • 7 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/hammer_tactics.cmxa
  • 5 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Hints.v
  • 4 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Hammer/Tactics/Hints.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq-hammer-tactics/META

Uninstall ๐Ÿงน

Command
opam remove -y coq-hammer-tactics.dev
Return code
0
Missing removes
none
Wrong removes
none