-
Notifications
You must be signed in to change notification settings - Fork 11
/
coq-mathcomp-real-closed.opam
38 lines (33 loc) · 1.16 KB
/
coq-mathcomp-real-closed.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "Cyril Cohen <[email protected]>"
version: "dev"
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.17"}
"coq-mathcomp-ssreflect" {>= "2.1"}
"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"
]