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 number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
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
+
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
+ }
You can’t perform that action at this time.
0 commit comments