forked from math-comp/math-comp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrocq-mathcomp-order.opam
More file actions
29 lines (25 loc) · 850 Bytes
/
rocq-mathcomp-order.opam
File metadata and controls
29 lines (25 loc) · 850 Bytes
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
opam-version: "2.0"
version: "dev"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CECILL-B"
build: [ make "-C" "order" "-j" "%{jobs}%" ]
install: [ make "-C" "order" "install" ]
depends: [ "rocq-mathcomp-boot" { = version } ]
tags: [
"keyword:small scale reflection"
"keyword:mathematical components"
"keyword:order theory"
"keyword:partial order"
"keyword:lattices"
"keyword:total order"
"logpath:mathcomp.order"
]
authors: [ "The Mathematical Components team" ]
synopsis: "Mathematical Components Library on order theory"
description: """
This library contains definitions and theorems about partial orders,
lattices, total orders...
"""