-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.yml
71 lines (56 loc) · 1.76 KB
/
meta.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
fullname: bigenough
shortname: bigenough
opam_name: coq-mathcomp-bigenough
organization: math-comp
community: false
action: true
coqdoc: false
dune: false
synopsis: >-
A small library to do epsilon - N reasoning
description: |-
The package contains a package to reasoning with big enough objects
(mostly natural numbers). This package is essentially for backward
compatibility purposes as `bigenough` will be subsumed by the near
tactics. The formalization is based on the Mathematical Components
library.
authors:
- name: Cyril Cohen
maintainers:
- name: Cyril Cohen
nickname: CohenCyril
opam-file-maintainer: 'Cyril Cohen <[email protected]>'
opam-file-version: 'dev'
license:
fullname: CeCILL-B
identifier: CeCILL-B
supported_coq_versions:
text: '8.10 or later'
opam: '{(>= "8.10" & < "8.15~") | (= "dev")}'
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{>= "1.6"}'
description: |-
[MathComp ssreflect](https://math-comp.github.io) 1.6 or later
tested_coq_opam_versions:
- version: '8.10'
- version: '8.11'
- version: '8.12'
- version: '8.13'
- version: '8.14'
- version: 'dev'
namespace: mathcomp.bigenough
keywords:
- name: bigenough
- name: asymptotic reasonning
- name: small scale reflection
- name: mathematical components
documentation: |-
# A small library to do epsilon - N reasoning.
This repository is essentially for archiving purposes as `bigenough`
will be subsumed by the [near tactics](https://github.com/math-comp/analysis/blob/9bfd5a1971c6989f51d9c44341bb71b2fd5e3c76/topology.v#L93).
The formalization is based on the [Mathematical Components](https://github.com/math-comp/math-comp) library for the [Coq](https://coq.inria.fr) proof assistant,
although it requires only the ssreflect package.
---