Commit faac495 1 parent 379870f commit faac495 Copy full SHA for faac495
File tree 1 file changed +30
-0
lines changed
released/packages/coq-hol-light-real-with-N/coq-hol-light-real-with-N.1.2.0
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Definition of HOL-Light real numbers in Coq using N"
3
+ description: """
4
+ This library provides a representation in Coq of the definition of real numbers
5
+ in HOL-Light, using the Coq type N for natural numbers, automatically generated
6
+ from HOL-Light using hol2dk and lambdapi.
7
+ """
8
+ homepage: "https://github.com/Deducteam/coq-hol-light-real-with-N"
9
+ dev-repo: "git+https://github.com/Deducteam/coq-hol-light-real-with-N.git"
10
+ bug-reports: "https://github.com/Deducteam/coq-hol-light-real-with-N/issues"
11
+ doc: "https://github.com/Deducteam/coq-hol-light-real-with-N"
12
+
13
+ authors: ["Frédéric Blanqui"]
14
+ license: "CeCILL-2.1"
15
+ depends: [
16
+ "coq" {>= "8.19"}
17
+ ]
18
+ build: [make "-j%{jobs}%"]
19
+ install: [make "install"]
20
+ tags: [
21
+ "logpath:HOLLight_Real_With_N"
22
+ "date:2025-02-19"
23
+ "category:Math/Arith/Misc"
24
+ "category:Math/Arith/Real numbers"
25
+ "keyword:HOL-Light"
26
+ ]
27
+ url {
28
+ src: "https://github.com/Deducteam/coq-hol-light-real-with-N/archive/refs/tags/1.2.0.tar.gz"
29
+ checksum: "sha256=bfd5a1cd356b2208d4989d7024c694bf984816e85b479e8ec12319e75ab0c9bf"
30
+ }
You can’t perform that action at this time.
0 commit comments