Skip to content

Commit

Permalink
Merge pull request #3261 from gilhur/master
Browse files Browse the repository at this point in the history
coq-ordinal 0.5.4 compiles with Coq 8.20
  • Loading branch information
silene authored Dec 18, 2024
2 parents 86a4f8d + 8948b66 commit cf5250f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions released/packages/coq-ordinal/coq-ordinal.0.5.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "[email protected]"
synopsis: "Ordinal Numbers in Coq"
homepage: "https://github.com/snu-sf/Ordinal"
dev-repo: "git+https://github.com/snu-sf/Ordinal"
bug-reports: "https://github.com/snu-sf/Ordinal/issues"
authors: [
"Minki Cho <[email protected]>"
]
license: "MIT"
build: [make "-j%{jobs}%"]
install: [make "-f" "Makefile.coq" "install"]
depends: [
"coq" {>= "8.13" & < "8.21~"}
]
tags: [
"date:2024-12-18"

"category:Mathematics/Logic"

"keyword:ordinal numbers"
"keyword:set theory"

"logpath:Ordinal"
]
url {
http: "https://github.com/snu-sf/Ordinal/archive/refs/tags/v0.5.4.tar.gz"
checksum: "sha512=239b25d4f904f9fc119de3903d64c9246b740db5142e4bdc9c96cd616d9a4c7bf53504f00c716d255afedf54a8799018a0fc8466399987627d01acf77569641b"
}

0 comments on commit cf5250f

Please sign in to comment.