-
Notifications
You must be signed in to change notification settings - Fork 12
/
coq-hydra-battles.opam
43 lines (39 loc) · 1.22 KB
/
coq-hydra-battles.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
36
37
38
39
40
41
42
43
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/coq-community/hydra-battles"
dev-repo: "git+https://github.com/coq-community/hydra-battles.git"
bug-reports: "https://github.com/coq-community/hydra-battles/issues"
license: "MIT"
synopsis: "Exploration of some properties of Kirby and Paris' hydra battles, with the help of Coq"
description: """
An exploration of some properties of Kirby and Paris' hydra battles,
with the help of the Coq proof assistant. This includes the study of
several representations of ordinal numbers, and a part
of the so-called Ketonen and Solovay machinery (combinatorial
properties of epsilon0)."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.14"}
"coq-equations" {>= "1.2"}
"coq-zorns-lemma" {>= "10.2.0"}
"coq-libhyps"
]
tags: [
"category:Mathematics/Combinatorics and Graph Theory"
"category:Mathematics/Logic/Foundations"
"keyword:Ketonen-Solovay machinery"
"keyword:ordinals"
"keyword:primitive recursive functions"
"logpath:hydras"
]
authors: [
"Pierre Castéran"
"Évelyne Contejean"
"Jeremy Damour"
"Russell O'Connor"
"Karl Palmskog"
"Clément Pit-Claudel"
"Théo Zimmermann"
]