forked from math-comp/analysis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
coq-mathcomp-analysis.opam
51 lines (46 loc) · 1.61 KB
/
coq-mathcomp-analysis.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
45
46
47
48
49
50
51
# 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: "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: "An analysis library for mathematical components"
description: """
This repository contains an experimental library for real analysis for
the Coq proof-assistant and using the Mathematical Components library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.14" & < "8.16~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.13.0" & < "1.16~") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.13.0" & < "1.16~") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.13.0" & < "1.16~") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.13.0" & < "1.16~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.13.0" & < "1.16~") | (= "dev") }
"coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
"coq-mathcomp-bigenough" { (>= "1.0.0") }
"coq-hierarchy-builder" { (>= "1.2.0") }
]
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:analysis"
"keyword:topology"
"keyword:real numbers"
"logpath:mathcomp.analysis"
]
authors: [
"Reynald Affeldt"
"Yves Bertot"
"Cyril Cohen"
"Marie Kerjean"
"Assia Mahboubi"
"Damien Rouhling"
"Pierre Roux"
"Kazuhiko Sakaguchi"
"Zachary Stone"
"Pierre-Yves Strub"
"Laurent Théry"
]