# 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: "dev@clarus.me" homepage: "https://github.com/coq-contribs/izf" license: "LGPL 2" build: [ ["coq_makefile" "-f" "Make" "-o" "Makefile"] [make "-j%{jobs}%"] ] install: [make "install"] remove: ["rm" "-R" "%{lib}%/coq/user-contrib/IZF"] depends: [ "ocaml" "coq" {= "dev"} ] tags: [ "keyword:intuitionistic set theory" "keyword:pointed graphs" "keyword:type theory" "keyword:intuitionistic choice operator" "keyword:set theory" "keyword:Zermelo-Fraenkel" "category:Mathematics/Logic/Set theory" "date:2003-02" ] authors: [ "Alexandre Miquel <Alexandre.Miquel@pps.jussieu.fr>" ] synopsis: "Intuitionistic Zermelo-Fraenkel Set Theory in Coq" description: """ This development contains the set-as-pointed-graph interpretation of Intuitionistic Zermelo Frankel set theory in system F_omega.2++ (F_omega + one extra universe + intuitionistic choice operator), which is described in chapter 9 of the author's PhD thesis (for IZ) and in the author's CSL'03 paper (for the extension IZ -> IZF).""" flags: light-uninstall url { src: "git+https://github.com/coq-contribs/izf.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-izf.dev coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; timeout 4h opam install -y --deps-only coq-izf.dev coq.dev
opam list; echo; timeout 4h opam install -y coq-izf.dev coq.dev
Total: 458 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_coll.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_omega.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_base.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_logic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_pair.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_power.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_nat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_coll.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_omega.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_select.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_coll.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_base.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_union.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_logic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_omega.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_power.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_pair.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_base.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_select.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_logic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_union.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_nat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_pair.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_power.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_select.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IZF/IZF_union.v
opam remove -y coq-izf.dev