-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcoq-goedel.opam
35 lines (31 loc) · 903 Bytes
/
coq-goedel.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
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.16"}
"coq-hydra-battles" {= version}
"coq-coqprime" {>= "1.3.0"}
]
tags: [
"category:Mathematics/Logic/Foundations"
"keyword:Goedel"
"keyword:Rosser"
"keyword:incompleteness"
"keyword:logic"
"keyword:Hilbert"
"logpath:Goedel"
]
authors: [
"Russell O'Connor"
]