« Up

zorns-lemma 9.0.0 31 s

(2021-11-05 09:57:39 UTC)

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              3           Virtual package relying on a GMP lib system installation
coq                   8.13.2      Formal proof management system
num                   1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "miloradovsky@gmail.com"
homepage: "https://github.com/coq-community/topology"
dev-repo: "git+https://github.com/coq-community/topology.git"
bug-reports: "https://github.com/coq-community/topology/issues"
license: "LGPL-2.1-or-later"
synopsis: "This library develops some basic set theory in Coq"
description: """
This Coq library develops some basic set theory.
The main purpose the author had in writing it
was as support for the Topology library.
"""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.5"}
  "coq" {(>= "8.10" & < "8.15~") | (= "dev")}
]
tags: [
  "category:Mathematics/Logic/Set theory"
  "keyword:set theory"
  "keyword:cardinals"
  "keyword:ordinals"
  "keyword:finite"
  "keyword:countable"
  "keyword:quotients"
  "keyword:well-orders"
  "keyword:Zorn's lemma"
  "logpath:ZornsLemma"
]
authors: [
  "Daniel Schepler"
]
url {
  src: "https://github.com/coq-community/topology/archive/v9.0.0.tar.gz"
  checksum: "sha512=35cdea3c4c1ca3792777c0864e5cdacd5f6dc1b8eebbb3a1d52a1f5e0fba21f7943a5186472eabba23a93ca6a37f8caecef3647e1fde3d09aae45f7e27c2f0ec"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-zorns-lemma.9.0.0 coq.8.13.2
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-zorns-lemma.9.0.0 coq.8.13.2
Return code
0
Duration
1 m 36 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-zorns-lemma.9.0.0 coq.8.13.2
Return code
0
Duration
31 s

Installation size

Total: 1 M

  • 137 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/WellOrders.vo
  • 95 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Filters.vo
  • 87 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FiniteTypes.vo
  • 79 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FiniteIntersections.vo
  • 75 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Cardinals.vo
  • 57 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/CountableTypes.vo
  • 55 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/ZornsLemma.vo
  • 54 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/InverseImage.vo
  • 46 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Quotients.vo
  • 41 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/CSB.vo
  • 41 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Ordinals.vo
  • 39 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/IndexedFamilies.vo
  • 29 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Families.vo
  • 29 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FunctionProperties.vo
  • 28 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/InfiniteTypes.vo
  • 26 K ../ocaml-base-compiler.4.12.0/doc/coq-zorns-lemma/LICENSE
  • 25 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FiniteTypes.v
  • 24 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/DirectedSets.vo
  • 23 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Classical_Wf.vo
  • 22 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesUtf8.vo
  • 18 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Image.vo
  • 17 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Powerset_facts.vo
  • 17 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/DependentTypeChoice.vo
  • 16 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/DecidableDec.vo
  • 16 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/WellOrders.v
  • 14 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Cardinals.v
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Filters.v
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/ImageImplicit.vo
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Ordinals.v
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/ZornsLemma.v
  • 9 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FiniteIntersections.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/InverseImage.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Quotients.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/CountableTypes.v
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesSpec.vo
  • 6 K ../ocaml-base-compiler.4.12.0/doc/coq-zorns-lemma/README.md
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/IndexedFamilies.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/CSB.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/InfiniteTypes.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Relation_Definitions_Implicit.vo
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Classical_Wf.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Proj1SigInjective.vo
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Families.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesImplicit.vo
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesTactics.vo
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FunctionProperties.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/DirectedSets.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesUtf8.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Powerset_facts.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FiniteImplicit.vo
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesSpec.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq-zorns-lemma/opam
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Relation_Definitions_Implicit.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/DecidableDec.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/DependentTypeChoice.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Image.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesImplicit.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/EnsemblesTactics.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/ImageImplicit.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/Proj1SigInjective.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/ZornsLemma/FiniteImplicit.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq-zorns-lemma/dune-package
  • 0 K ../ocaml-base-compiler.4.12.0/lib/coq-zorns-lemma/META

Uninstall

Command
opam remove -y coq-zorns-lemma.9.0.0
Return code
0
Missing removes
none
Wrong removes
none