Skip to content

Commit

Permalink
add coq-mathcomp-real-closed.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Sep 1, 2023
1 parent 900df48 commit 36f17b1
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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.16" & < "8.19"}
"coq-mathcomp-ssreflect" {>= "2.0.0"}
"coq-mathcomp-algebra"
"coq-mathcomp-field"
"coq-mathcomp-bigenough" {>= "1.0.0"}
]

tags: [
"keyword:real closed field"
"logpath:mathcomp.real_closed"
"date:2023-09-01"
]
authors: [
"Cyril Cohen"
"Assia Mahboubi"
]

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

0 comments on commit 36f17b1

Please sign in to comment.