-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2698 from proux01/coqeal_200
Add CoqEAL 2.0.0
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |