-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-coqtail.opam
38 lines (33 loc) · 1.04 KB
/
coq-coqtail.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: "[email protected]"
version: "dev"
homepage: "https://github.com/coq-community/coqtail-math"
dev-repo: "git+https://github.com/coq-community/coqtail-math.git"
bug-reports: "https://github.com/coq-community/coqtail-math/issues"
license: "LGPL-3.0-only"
synopsis: "Library of mathematical theorems and tools proved inside the Coq"
description: """
Coqtail is a library of mathematical theorems and tools proved inside
the Coq proof assistant. Results range mostly from arithmetic to real
and complex analysis."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.17"}
]
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:real analysis"
"keyword:complex analysis"
"logpath:Coqtail"
]
authors: [
"Guillaume Allais"
"Sylvain Dailler"
"Hugo Férée"
"Jean-Marie Madiot"
"Pierre-Marie Pédrot"
"Amaury Pouly"
]