Skip to content

Commit

Permalink
Merge pull request #3259 from proux01/coqeal203
Browse files Browse the repository at this point in the history
Add coq-coqeal.2.0.3
  • Loading branch information
proux01 authored Dec 16, 2024
2 parents 85f288d + 7dda95c commit 670d774
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.3.tar.gz"
checksum: "sha512=4e11d64d15402a4b2b3708aa98bed88ef9a8221f4f2356493ac3d835b267b9b526878b0d4edc69eeb0f9ffdb9f4e8db3d5e867d1a15ef70d8c4f2ce3a723a419"
}

0 comments on commit 670d774

Please sign in to comment.