-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-almost-full.opam
36 lines (31 loc) · 1014 Bytes
/
coq-almost-full.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
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/coq-community/almost-full"
dev-repo: "git+https://github.com/coq-community/almost-full.git"
bug-reports: "https://github.com/coq-community/almost-full/issues"
license: "MIT"
synopsis: "Almost-full relations in Coq for proving termination"
description: """
Coq development of almost-full relations, including the Ramsey
Theorem, useful for proving termination."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "3.5"}
"coq" {>= "8.11"}
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:Ramsey theorem"
"keyword:termination"
"keyword:almost-full relations"
"keyword:well-founded relations"
"logpath:AlmostFull"
]
authors: [
"Dimitrios Vytiniotis"
"Thierry Coquand"
"David Wahlstedt"
]