-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2880 from palmskog/8.19-supported
compatibility for coq-community packages with 8.19
- Loading branch information
Showing
5 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
released/packages/coq-almost-full/coq-almost-full.8.18.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
|
||
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: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {>= "8.11" & < "8.20"} | ||
] | ||
|
||
tags: [ | ||
"category:Computer Science/Data Types and Data Structures" | ||
"keyword:Ramsey theorem" | ||
"keyword:termination" | ||
"keyword:almost-full relations" | ||
"keyword:well-founded relations" | ||
"logpath:AlmostFull" | ||
"date:2023-12-28" | ||
] | ||
authors: [ | ||
"Dimitrios Vytiniotis" | ||
"Thierry Coquand" | ||
"David Wahlstedt" | ||
] | ||
|
||
url { | ||
src: "https://github.com/coq-community/almost-full/releases/download/v8.18.0/almost-full-8.18.0.tar.gz" | ||
checksum: "sha512=c6871611ae19c34dfd6c27f86c29c9b38cff126cc2631684357a3cf04bb5d38e8aed0d4178f26f9c584e16cda7c6c6d1422996c0b057fe7fd8f5470662d284b3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters