# 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.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled 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/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" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-autosubst.1.7 coq.8.13.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-autosubst.1.7 coq.8.13.0
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-autosubst.1.7 coq.8.13.0
Total: 592 K
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Derive.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Derive.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Basics.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Classes.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Basics.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_MMap.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Classes.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Derive.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Basics.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_MMap.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Classes.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_MMap.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/Autosubst/Autosubst.v
opam remove -y coq-autosubst.1.7