-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathrocq-mathcomp-multinomials.opam
More file actions
39 lines (34 loc) · 1.21 KB
/
rocq-mathcomp-multinomials.opam
File metadata and controls
39 lines (34 loc) · 1.21 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: "pierre-yves@strub.nu"
version: "dev"
homepage: "https://github.com/math-comp/multinomials"
dev-repo: "git+https://github.com/math-comp/multinomials.git"
bug-reports: "https://github.com/math-comp/multinomials/issues"
license: "CECILL-B"
synopsis: "A Multivariate polynomial Library for the Mathematical Components Library"
description: """
This library provides a library for monomial algebra, for multivariate
polynomials over ring structures and an extended theory for polynomials whose
coefficients range over commutative rings and integral domains."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"rocq-core" {>= "9.0"}
"rocq-mathcomp-ssreflect" {>= "2.4"}
"rocq-mathcomp-algebra"
"coq-mathcomp-bigenough"
"coq-mathcomp-finmap"
]
conflicts: [ "coq-mathcomp-multinomials" {<= "2.4.0"} ]
tags: [
"category:Mathematics/Algebra/Multinomials"
"category:Mathematics/Algebra/Monoid algebra"
"keyword:multinomials"
"keyword:monoid algebra"
"logpath:mathcomp.multinomials"
]
authors: [
"Pierre-Yves Strub"
]