Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mathcomp-real-closed.1.1.4 #2489

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"

homepage: "https://github.com/math-comp/real-closed"
dev-repo: "git+https://github.com/math-comp/real-closed.git"
bug-reports: "https://github.com/math-comp/real-closed/issues"
license: "CECILL-B"

synopsis: "Mathematical Components Library on real closed fields"
description: """
This library contains definitions and theorems about real closed
fields, with a construction of the real closure and the algebraic
closure (including a proof of the fundamental theorem of
algebra). It also contains a proof of decidability of the first
order theory of real closed field, through quantifier elimination."""

build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" { (>= "8.13" & < "8.18~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.13.0" & < "1.17~") | (= "dev") }
"coq-mathcomp-algebra"
"coq-mathcomp-field"
"coq-mathcomp-bigenough" {>= "1.0.0"}
]

tags: [
"keyword:real closed field"
"logpath:mathcomp.real_closed"
]
authors: [
"Cyril Cohen"
"Assia Mahboubi"
]

url {
src: "https://github.com/math-comp/real-closed/archive/1.1.4.tar.gz"
checksum: "sha256=cf36400e474fd4b894c190b98bb9d332fe99e17f71e2b8e875f98a16d759154c"
}