Skip to content

Commit cd4b494

Browse files
authored
Merge pull request rocq-prover#3367 from dongjaelee1/patch-2
coq-ordinal 0.5.5 fix notation
2 parents 2c8c675 + 64f88c6 commit cd4b494

File tree

1 file changed

+29
-0
lines changed
  • released/packages/coq-ordinal/coq-ordinal.0.5.5

1 file changed

+29
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
synopsis: "Ordinal Numbers in Coq"
4+
homepage: "https://github.com/snu-sf/Ordinal"
5+
dev-repo: "git+https://github.com/snu-sf/Ordinal"
6+
bug-reports: "https://github.com/snu-sf/Ordinal/issues"
7+
authors: [
8+
"Minki Cho <[email protected]>"
9+
]
10+
license: "MIT"
11+
build: [make "-j%{jobs}%"]
12+
install: [make "-f" "Makefile.coq" "install"]
13+
depends: [
14+
"coq" {>= "8.13" & < "8.21~"}
15+
]
16+
tags: [
17+
"date:2025-03-25"
18+
19+
"category:Mathematics/Logic"
20+
21+
"keyword:ordinal numbers"
22+
"keyword:set theory"
23+
24+
"logpath:Ordinal"
25+
]
26+
url {
27+
http: "https://github.com/snu-sf/Ordinal/archive/refs/tags/v0.5.5.tar.gz"
28+
checksum: "sha512=2eb457129c26d37acbbdb7844a9e15bbe927d9808fd891205c6620f584ee7fbbd14d703a64a7269bb9c3f56a9688d9f4782a53d34644c067cf97ce0718e17b24"
29+
}

0 commit comments

Comments
 (0)