Skip to content

Commit

Permalink
coq-ordinal works on Coq 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hilyun07 committed Oct 13, 2023
1 parent fcec25b commit c6127ab
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions released/packages/coq-ordinal/coq-ordinal.0.5.3/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.19~"}
]
tags: [
"date:2023-10-13"

"category:Mathematics/Logic"

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

"logpath:Ordinal"
]
url {
http: "https://github.com/snu-sf/Ordinal/archive/refs/tags/v0.5.3.tar.gz"
checksum: "9749e0d32f351fa7b648abbd91f006d5"
}

0 comments on commit c6127ab

Please sign in to comment.