Skip to content

Commit

Permalink
Add coq-coqeal.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Dec 15, 2024
1 parent 9e40d6b commit 50b3d85
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions released/packages/coq-coqeal/coq-coqeal.2.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
opam-version: "2.0"
maintainer: "Cyril Cohen <[email protected]>"

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.21~") | (= "dev")}
"coq-bignums"
"coq-paramcoq" {>= "1.1.3"}
"coq-hierarchy-builder" {>= "1.4.0"}
"coq-mathcomp-ssreflect" {>= "2.1" & < "2.4~"}
"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.2.tar.gz"
checksum: "sha512=a1bd42c9d359a02221f211c8e748510ec7700dbd1dce080bcdfd0bb7e141c597c75d95a352e833ab74217e5067b51684be1a1629f3fdead531695025dba912a1"
}

0 comments on commit 50b3d85

Please sign in to comment.