-
Notifications
You must be signed in to change notification settings - Fork 164
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
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
released/packages/coq-mk-reals-axioms/coq-mk-reals-axioms.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,48 @@ | ||
|
||
opam-version: "2.0" | ||
synopsis: "A Coq formalization of the axiomatic definition of real numbers" | ||
description: """ | ||
This repository presents a Coq formalization of the axiomatic definition of real numbers, | ||
guided by the 2nd chapter of Zorich's Mathematical Analysis (Part I, 7th expanded edition) and | ||
based on the formalization of Morse-Kelley (MK) set theory. | ||
In this work, the key algebraic properties and the uniqueness of real number structure are verified. | ||
""" | ||
|
||
homepage: "https://github.com/1DGW/coq-mk-reals-axioms" | ||
dev-repo: "git+https://github.com/1DGW/coq-mk-reals-axioms.git" | ||
bug-reports: "https://github.com/1DGW/coq-mk-reals-axioms/issues" | ||
maintainer: "dgw@bupt.edu.cn" | ||
authors: [ | ||
"Wensheng Yu" | ||
"Dakai Guo" | ||
"Si Chen" | ||
"Guowei Dou" | ||
"Shukun Len" | ||
] | ||
license: "LGPL-2.1" | ||
|
||
depends: [ | ||
"coq" {>= "8.13.2" & < "8.21~"} | ||
] | ||
|
||
build: [ | ||
[make "-j%{jobs}%"] | ||
] | ||
install: [ | ||
[make "install"] | ||
] | ||
|
||
url { | ||
src: "https://github.com/1DGW/coq-mk-reals-axioms/archive/v1.0.0.tar.gz" | ||
checksum: "sha512=1ac72d176ed3f52f8ff3eca2adcbfde5b5795af506188dc031870c3f382e35ae665368ac6235d4493113154cdec8d90f25636d9d6b01ec8feaa14099295c1a70" | ||
} | ||
|
||
tags: [ | ||
"keyword:set theory" | ||
"keyword:Morse-Kelley" | ||
"keyword:MK" | ||
"reals" | ||
"category:Mathematics/Logic" | ||
"date:2024-08-22" | ||
"logpath:MKReals" | ||
] |