-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoq-hol-light.opam
58 lines (58 loc) · 1.51 KB
/
coq-hol-light.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
opam-version: "2.0"
synopsis: "HOL-Light library in Coq"
description: """
This library contains an automatic translation in Coq of (for the moment) some
small part the HOL-Light library using https://github.com/Deducteam/hol2dk.
"""
homepage: "https://github.com/Deducteam/coq-hol-light"
dev-repo: "git+https://github.com/Deducteam/coq-hol-light.git"
bug-reports: "https://github.com/Deducteam/coq-hol-light/issues"
doc: "https://github.com/Deducteam/coq-hol-light"
maintainer: "frederic.blanqui@inria.fr"
authors: ["Frédéric Blanqui"]
license: "CeCILL-2.1"
depends: [
"coq" {>= "8.19"}
"coq-hol-light-real-with-N" {>= "1.0"}
"coq-fourcolor-reals" {>= "1.4.0"}
]
build: [make "-j%{jobs}%"]
install: [make "install"]
tags: [
"logpath:HOLLight"
"date:2025-01-20"
"category:Math/Arith/Misc"
"category:Math/Arith/Real Numbers"
"category:Math/Real Numbers"
"category:Mathematics/Real Calculus and Topology"
"keyword:HOL-Light"
"keyword:list"
"keyword:basic set theory"
"keyword:arithmetic"
"keyword:integer"
"keyword:real"
"keyword:complex"
"keyword:permutation"
"keyword:group"
"keyword:matroid"
"keyword:binomial"
"keyword:topology"
"keyword:metric"
"keyword:space"
"keyword:analysis"
"keyword:homology"
"keyword:vector"
"keyword:linear"
"keyword:algebra"
"keyword:convex"
"keyword:path"
"keyword:polytope"
"keyword:Brouwer"
"keyword:degree"
"keyword:derivative"
"keyword:Clifford"
"keyword:integration"
"keyword:measure"
"keyword:Lebesgue"
"keyword:transcendental"
]