-
Notifications
You must be signed in to change notification settings - Fork 1
/
coq-buchberger.opam
36 lines (31 loc) · 1.08 KB
/
coq-buchberger.opam
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
# 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: "palmskog@gmail.com"
version: "dev"
homepage: "https://github.com/coq-community/buchberger"
dev-repo: "git+https://github.com/coq-community/buchberger.git"
bug-reports: "https://github.com/coq-community/buchberger/issues"
license: "LGPL-2.1-or-later"
synopsis: "Verified implementation in Coq of Buchberger's algorithm for computing Gröbner bases"
description: """
A verified implementation of Buchberger's algorithm in Coq,
which computes the Gröbner basis associated with a polynomial ideal.
Also includes a constructive proof of Dickson's lemma."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.17"}
]
tags: [
"category:Mathematics/Algebra"
"category:Miscellaneous/Extracted Programs/Combinatorics"
"keyword:Gröbner basis"
"keyword:polynomial ideal"
"keyword:Buchberger's algorithm"
"logpath:Buchberger"
]
authors: [
"Laurent Théry"
"Henrik Persson"
]