« Up

goedel dev 2 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                      dev         Formal proof management system
dune                     3.1.1       Fast, portable, and opinionated build system
ocaml                    4.07.1      The OCaml compiler (virtual package)
ocaml-base-compiler      4.07.1      Official release 4.07.1
ocaml-config             1           OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1    OCaml 4.08.1 Secondary Switch Compiler
ocamlfind                1.9.1       A library manager for OCaml
ocamlfind-secondary      1.9.1       Adds support for ocaml-secondary-compiler to ocamlfind
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/goedel"
dev-repo: "git+https://github.com/coq-community/goedel.git"
bug-reports: "https://github.com/coq-community/goedel/issues"
license: "MIT"
synopsis: "Coq proof of the Gödel-Rosser 1st incompleteness theorem"
description: """
A proof in Coq of the Gödel-Rosser 1st incompleteness theorem,
which says that any first order theory extending NN (which is PA
without induction) that is complete is inconsistent."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
  "dune" {>= "2.5"}
  "coq" {(>= "8.11" & < "8.15~") | (= "dev")}
  "coq-hydra-battles" {>= "0.4"}
  "coq-pocklington" {>= "8.12.0"}
]
tags: [
  "category:Mathematics/Logic/Foundations"
  "keyword:Goedel"
  "keyword:Rosser"
  "keyword:incompleteness"
  "keyword:logic"
  "keyword:Hilbert"
  "logpath:Goedel"
]
authors: [
  "Russell O'Connor"
]
url {
  src: "git+https://github.com/coq-community/goedel.git#master"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-goedel.dev coq.dev
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-goedel.dev coq.dev
Return code
0
Duration
9 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-goedel.dev coq.dev
Return code
0
Duration
2 m 0 s

Installation size

Total: 1 M

  • 324 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/PRrepresentable.vo
  • 188 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/PRrepresentable.v
  • 145 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/codeSysPrf.vo
  • 108 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/rosserPA.vo
  • 88 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/chRem.vo
  • 74 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/rosser.vo
  • 64 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/codeSysPrf.v
  • 54 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/fixPoint.vo
  • 49 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/rosserPA.v
  • 42 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/goedel1.vo
  • 41 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/goedel2.vo
  • 29 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/chRem.v
  • 23 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/rosser.v
  • 21 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/fixPoint.v
  • 8 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/goedel1.v
  • 7 K ../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Goedel/goedel2.v
  • 2 K ../ocaml-base-compiler.4.07.1/doc/coq-goedel/README.md
  • 1 K ../ocaml-base-compiler.4.07.1/lib/coq-goedel/opam
  • 1 K ../ocaml-base-compiler.4.07.1/doc/coq-goedel/LICENSE
  • 1 K ../ocaml-base-compiler.4.07.1/lib/coq-goedel/dune-package
  • 0 K ../ocaml-base-compiler.4.07.1/lib/coq-goedel/META

Uninstall 🧹

Command
opam remove -y coq-goedel.dev
Return code
0
Missing removes
none
Wrong removes
none