forked from math-comp/math-comp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrocq-mathcomp-field.opam
More file actions
27 lines (23 loc) · 825 Bytes
/
rocq-mathcomp-field.opam
File metadata and controls
27 lines (23 loc) · 825 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
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" "field" "-j" "%{jobs}%" ]
install: [ make "-C" "field" "install" ]
depends: [ "rocq-mathcomp-solvable" { = version } ]
tags: [
"keyword:small scale reflection"
"keyword:mathematical components"
"keyword:algebra"
"keyword:field"
"logpath:mathcomp.field"
]
authors: [ "The Mathematical Components team" ]
synopsis: "Mathematical Components Library on Fields"
description:"""
This library contains definitions and theorems about field extensions,
galois theory, algebraic numbers, cyclotomic polynomials...
"""