-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
released/packages/coq-hol-light-real-with-N/coq-hol-light-real-with-N.1.0.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
2 changes: 1 addition & 1 deletion
2
released/packages/coq-hol-light-real-with-nat/coq-hol-light-real-with-nat.1.0.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters