# 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 dev The Coq Proof Assistant
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib dev The Coq Proof Assistant -- Standard Library
coqide-server dev The Coq Proof Assistant, XML protocol server
dune 3.13.0 Fast, portable, and opinionated build system
ocaml 5.1.1 The OCaml compiler (virtual package)
ocaml-base-compiler 5.1.1 Official release 5.1.1
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"
maintainer: "yeqianchuan@gmail.com"
homepage: "https://github.com/ccyip/coq-idt"
dev-repo: "git+https://github.com/ccyip/coq-idt.git"
bug-reports: "https://github.com/ccyip/coq-idt/issues"
license: "MIT"
authors: [
"Qianchuan Ye"
"Benjamin Delaware"
]
build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"coq-metacoq-template" {>= "1.2"}
]
synopsis: "Inductive Definition Transformers"
description: """
This Coq library allows you to transform an inductive definition to another
inductive definition, by providing a constructor transformer tactic. It can be
used to generate boilerplate lemmas for backward and forward reasoning, and to
generate inductive types with many similar cases.
"""
tags: [
"category:Miscellaneous/Coq Extensions"
"date:2023-12-25"
"logpath:idt"
]
url {
src: "https://github.com/ccyip/coq-idt/archive/refs/tags/v1.2.0.tar.gz"
checksum: "sha256=55d9552917e41769fa18f3823eef3d1910067bd33646bf4ddce2d90b2258725e"
}
trueDry install with the current Coq version:
opam install -y --show-action coq-idt.1.2.0 coq.devDry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
trueopam list; echo; timeout 4h opam install -y --deps-only coq-idt.1.2.0 coq.devopam list; echo; timeout 4h opam install -y -v coq-idt.1.2.0 coq.dev# 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 dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-equations dev A function definition package for Coq coq-metacoq-common dev The common library of Template Coq and PCUIC coq-metacoq-template dev A quoting and unquoting library for Coq in Coq coq-metacoq-utils dev The utility library of Template Coq and PCUIC coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 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 stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - install coq-idt 1.2.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [coq-idt.1.2.0: http] Processing 1/3: -> retrieved coq-idt.1.2.0 (https://github.com/ccyip/coq-idt/archive/refs/tags/v1.2.0.tar.gz) Processing 2/3: [coq-idt: make] + /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0) - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0' - COQDEP VFILES - COQC theories/idt.v - COQC theories/utils.v - File "./theories/idt.v", line 222, characters 21-39: - Error: The reference Universe.of_levels was not found in the current - environment. - - make[2]: *** [Makefile.coq:848: theories/idt.vo] Error 1 - make[2]: *** [theories/idt.vo] Deleting file 'theories/idt.glob' - make[1]: *** [Makefile.coq:417: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0' - make: *** [Makefile:7: all] Error 2 [ERROR] The compilation of coq-idt.1.2.0 failed at "make -j4". #=== ERROR while compiling coq-idt.1.2.0 ======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 # env-file ~/.opam/log/coq-idt-27542-80fe1a.env # output-file ~/.opam/log/coq-idt-27542-80fe1a.out ### output ### # [...] # COQDEP VFILES # COQC theories/idt.v # COQC theories/utils.v # File "./theories/idt.v", line 222, characters 21-39: # Error: The reference Universe.of_levels was not found in the current # environment. # # make[2]: *** [Makefile.coq:848: theories/idt.vo] Error 1 # make[2]: *** [theories/idt.vo] Deleting file 'theories/idt.glob' # make[1]: *** [Makefile.coq:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0' # make: *** [Makefile:7: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-idt 1.2.0 +- - No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-idt.1.2.0 coq.dev' failed.
No files were installed.
true