Skip to content

Commit

Permalink
add coq-hol-light-real-with-N.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jan 20, 2025
1 parent d7c9498 commit 62f03a7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
synopsis: "Definition of HOL-Light real numbers in Coq using N"
description: """
This library provides a representation in Coq of the definition of real numbers
in HOL-Light, using the Coq type N for natural numbers, automatically generated
from HOL-Light using hol2dk and lambdapi.
"""
homepage: "https://github.com/Deducteam/coq-hol-light-real-with-N"
dev-repo: "git+https://github.com/Deducteam/coq-hol-light-real-with-N.git"
bug-reports: "https://github.com/Deducteam/coq-hol-light-real-with-N/issues"
doc: "https://github.com/Deducteam/coq-hol-light-real-with-N"
maintainer: "[email protected]"
authors: ["Frédéric Blanqui"]
license: "CeCILL-2.1"
depends: [
"coq" {>= "8.19"}
]
build: [make "-j%{jobs}%"]
install: [make "install"]
tags: [
"keyword:HOL-Light"
"category:Math/Arith/Misc"
"category:Math/Arith/Real numbers"
"date:2025-01-20"
"logpath:HOLLight_Real"
]
url {
src: "https://github.com/Deducteam/coq-hol-light-real-with-N/archive/refs/tags/1.0.0.tar.gz"
checksum: "sha256=97895ee619541adf57617f23ea975489f5ceac7be718b03e7f45ac7d878cb479"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
synopsis: "Definition of HOL-Light real numbers in Coq"
synopsis: "Definition of HOL-Light real numbers in Coq using nat"
description: """
This library provides a representation in Coq of the definition of real numbers
in HOL-Light using the Coq type nat for natural numbers, automatically generated
Expand Down

0 comments on commit 62f03a7

Please sign in to comment.