« Up

autosubst 1.7 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                 8.13.0      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.06.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1      Official 4.06.1 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       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/coq-community/autosubst"
dev-repo: "git+https://github.com/coq-community/autosubst.git"
bug-reports: "https://github.com/coq-community/autosubst/issues"
license: "MIT"
synopsis: "Coq library for parallel de Bruijn substitutions"
description: """
Autosubst is a library for the Coq proof assistant which
provides automation for formalizing syntactic theories with
variable binders. Given an inductive definition of syntactic
objects in de Bruijn representation augmented with binding
annotations, Autosubst synthesizes the parallel substitution
operation and automatically proves the basic lemmas about
substitutions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {(>= "8.10" & < "8.16~") | (= "dev")}
]
tags: [
  "category:Computer Science/Lambda Calculi"
  "keyword:abstract syntax"
  "keyword:binders"
  "keyword:de Bruijn indices"
  "keyword:substitution"
  "logpath:Autosubst"
]
authors: [
  "Steven Schäfer"
  "Tobias Tebbi"
]
url {
  src: "https://github.com/coq-community/autosubst/archive/v1.7.tar.gz"
  checksum: "sha512=6c118962618a0e770344e62f976826e742a16fc9206d1ea1d075c4579ad9db36985d13896787880d5dddc50cb387430328cd92c9974ccc53f8725cce46e515d5"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-autosubst.1.7 coq.8.13.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-autosubst.1.7 coq.8.13.0
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-autosubst.1.7 coq.8.13.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 592 K

  • 80 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.vo
  • 71 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.vo
  • 58 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.glob
  • 51 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.glob
  • 51 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.vo
  • 43 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Basics.vo
  • 38 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Classes.vo
  • 33 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Basics.glob
  • 32 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_MMap.vo
  • 24 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Classes.glob
  • 22 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.vo
  • 16 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.v
  • 11 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.glob
  • 11 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.v
  • 11 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Basics.v
  • 10 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_MMap.glob
  • 9 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst.vo
  • 6 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Classes.v
  • 6 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.glob
  • 5 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_MMap.v
  • 2 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst.glob
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Autosubst/Autosubst.v

Uninstall 🧹

Command
opam remove -y coq-autosubst.1.7
Return code
0
Missing removes
none
Wrong removes
none