From 7dda95cd2ca7bcaee229ff512c52c5993ad81e1c Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Sun, 15 Dec 2024 11:14:58 +0100 Subject: [PATCH] Add coq-coqeal.2.0.3 --- .../packages/coq-coqeal/coq-coqeal.2.0.3/opam | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 released/packages/coq-coqeal/coq-coqeal.2.0.3/opam diff --git a/released/packages/coq-coqeal/coq-coqeal.2.0.3/opam b/released/packages/coq-coqeal/coq-coqeal.2.0.3/opam new file mode 100644 index 000000000..771d87a65 --- /dev/null +++ b/released/packages/coq-coqeal/coq-coqeal.2.0.3/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +maintainer: "Cyril Cohen " + +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" +}