-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrocq-mathcomp-bigenough.opam
More file actions
39 lines (34 loc) · 1.17 KB
/
rocq-mathcomp-bigenough.opam
File metadata and controls
39 lines (34 loc) · 1.17 KB
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
# 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: "Cyril Cohen <cyril.cohen@inria.fr>"
version: "dev"
homepage: "https://github.com/math-comp/bigenough"
dev-repo: "git+https://github.com/math-comp/bigenough.git"
bug-reports: "https://github.com/math-comp/bigenough/issues"
license: "CeCILL-B"
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."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
("coq" {>= "8.10" & < "8.21~"}
| "rocq-core" {>= "9.0"})
("coq-mathcomp-ssreflect" {>= "1.6" & <= "2.4"}
|"rocq-mathcomp-boot" {>= "2.5"})
]
tags: [
"keyword:bigenough"
"keyword:asymptotic reasonning"
"keyword:small scale reflection"
"keyword:mathematical components"
"logpath:mathcomp.bigenough"
]
authors: [
"Cyril Cohen"
]