« Up

gaia-schutte 1.14 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.15.1      Formal proof management system
dune                  3.1.1       Fast, portable, and opinionated build system
ocaml                 4.13.1      The OCaml compiler (virtual package)
ocaml-base-compiler   4.13.1      Official release 4.13.1
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/gaia"
dev-repo: "git+https://github.com/coq-community/gaia.git"
bug-reports: "https://github.com/coq-community/gaia/issues"
license: "MIT"
synopsis: "Implementation of ordinals in Coq following Schütte and Ackermann"
description: """
Types for ordinal numbers in Coq using the Mathematical Components library,
following the approaches of Schütte and Ackermann."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.5"}
  "coq" {>= "8.10" & < "8.16~"}
  "coq-mathcomp-ssreflect" {>= "1.12.0" & < "1.15~"}
]
conflicts: [
  "coq-gaia"
]
tags: [
  "category:Mathematics/Arithmetic and Number Theory/Number theory"
  "keyword:ordinal arithmetic"
  "keyword:ordinals"
  "logpath:gaia.schutte"
  "date:2022-03-23"
]
authors: [
  "José Grimm"
  "Alban Quadrat"
]
url {
  src: "https://github.com/coq-community/gaia/archive/v1.14.tar.gz"
  checksum: "sha512=aec8b3321bba4ffeedf65f2411f0154edc729df6b64b619cfffc46db275f58d1fdfe0e1923b191a9e5b35120e1ee3cf8fae8b0a8c4600278d6061a46cf7ecc74"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-gaia-schutte.1.14 coq.8.15.1
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-gaia-schutte.1.14 coq.8.15.1
Return code
0
Duration
3 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-gaia-schutte.1.14 coq.8.15.1
Return code
0
Duration
1 m 0 s

Installation size

Total: 3 M

  • 3 M ../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/gaia/schutte/ssete9.vo
  • 257 K ../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/gaia/schutte/ssete9.v
  • 3 K ../ocaml-base-compiler.4.13.1/doc/coq-gaia-schutte/README.md
  • 1 K ../ocaml-base-compiler.4.13.1/doc/coq-gaia-schutte/LICENSE
  • 1 K ../ocaml-base-compiler.4.13.1/lib/coq-gaia-schutte/opam
  • 1 K ../ocaml-base-compiler.4.13.1/lib/coq-gaia-schutte/dune-package
  • 0 K ../ocaml-base-compiler.4.13.1/lib/coq-gaia-schutte/META

Uninstall 🧹

Command
opam remove -y coq-gaia-schutte.1.14
Return code
0
Missing removes
none
Wrong removes
none