forked from math-comp/analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-mathcomp-experimental-reals.opam
44 lines (39 loc) · 1.14 KB
/
coq-mathcomp-experimental-reals.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
39
40
41
42
43
44
opam-version: "2.0"
maintainer: "Reynald Affeldt <[email protected]>"
version: "dev"
homepage: "https://github.com/math-comp/analysis"
dev-repo: "git+https://github.com/math-comp/analysis.git"
bug-reports: "https://github.com/math-comp/analysis/issues"
license: "CECILL-C"
synopsis: "A library for alternative real numbers for mathematical components"
description: """
This package contains an experiment along real numbers
made at the beginning of the MathComp-Analysis library
(which now offers the coq-mathcomp-reals package).
Beware that this still contains a few Admitted."""
build: [make "-C" "experimental_reals" "-j%{jobs}%"]
install: [make "-C" "experimental_reals" "install"]
depends: [
"coq-mathcomp-reals" { = version}
"coq-mathcomp-bigenough" { (>= "1.0.0") }
]
tags: [
"category:Mathematics/Real Numbers"
"keyword:real numbers"
"keyword:reals"
"logpath:mathcomp.experimental_reals"
]
authors: [
"Reynald Affeldt"
"Alessandro Bruni"
"Yves Bertot"
"Cyril Cohen"
"Marie Kerjean"
"Assia Mahboubi"
"Damien Rouhling"
"Pierre Roux"
"Kazuhiko Sakaguchi"
"Zachary Stone"
"Pierre-Yves Strub"
"Laurent Théry"
]