Skip to content

Commit

Permalink
Merge pull request #2698 from proux01/coqeal_200
Browse files Browse the repository at this point in the history
Add CoqEAL 2.0.0
  • Loading branch information
palmskog authored Sep 2, 2023
2 parents 4983742 + 8470c43 commit 3d650c3
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions released/packages/coq-coqeal/coq-coqeal.2.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
opam-version: "2.0"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"

homepage: "https://github.com/coq-community/coqeal"
dev-repo: "git+https://github.com/coq-community/coqeal.git"
bug-reports: "https://github.com/coq-community/coqeal/issues"
license: "MIT"

synopsis: "CoqEAL - The Coq Effective Algebra Library"
description: """
This Coq library contains a subset of the work that was developed in the context
of the ForMath EU FP7 project (2009-2013). It has two parts:
- theory, which contains developments in algebra including normal forms of matrices,
and optimized algorithms on MathComp data structures.
- refinements, which is a framework to ease change of data representations during a proof."""

build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.16" & < "8.19~") | (= "dev")}
"coq-bignums"
"coq-paramcoq" {>= "1.1.3"}
"coq-hierarchy-builder" {>= "1.4.0"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-mathcomp-algebra"
"coq-mathcomp-multinomials" {>= "2.0"}
"coq-mathcomp-real-closed" {>= "2.0"}
]

tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"keyword:effective algebra"
"keyword:elementary divisor rings"
"keyword:Smith normal form"
"keyword:mathematical components"
"keyword:Bareiss"
"keyword:Karatsuba multiplication"
"keyword:refinements"
"logpath:CoqEAL"
]
authors: [
"Guillaume Cano"
"Cyril Cohen"
"Maxime Dénès"
"Érik Martin-Dorel"
"Anders Mörtberg"
"Damien Rouhling"
"Pierre Roux"
"Vincent Siles"
]

url {
src: "https://github.com/coq-community/coqeal/archive/refs/tags/2.0.0.tar.gz"
checksum: "sha512=8cc232e9704d99a48463a0909aaa5469acdd8e7587b11e2b5bee6a662c8ba51c2b4712e6ac9c3800dd22ae08767cb9039cc508cc10f88b7e0f13ed8047a80260"
}

0 comments on commit 3d650c3

Please sign in to comment.