-
Notifications
You must be signed in to change notification settings - Fork 4
/
coq-mathcomp-trajectories.opam
40 lines (35 loc) · 1.23 KB
/
coq-mathcomp-trajectories.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
# 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/trajectories"
dev-repo: "git+https://github.com/math-comp/trajectories.git"
bug-reports: "https://github.com/math-comp/trajectories/issues"
license: "CECILL-C"
synopsis: "Trajectories"
description: """
TODO"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.17" & < "8.20~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-algebra" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-solvable" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-field" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-real-closed" { (>= "2.0.0") | (= "dev") }
"coq-mathcomp-algebra-tactics" { (>= "1.2.0") | (= "dev") }
"coq-mathcomp-analysis" { (>= "1.0.0") }
"coq-infotheo" { >= "0.7.0"}
]
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:trajectories"
"logpath:mathcomp.trajectories"
]
authors: [
"Reynald Affeldt"
"Yves Bertot"
]