Skip to content

Commit

Permalink
Merge pull request #1715 from proux01/coq-coqeal-dev
Browse files Browse the repository at this point in the history
Add coq-coqeal.dev in extra-dev
  • Loading branch information
clarus authored May 13, 2021
2 parents 07e970a + 18569b8 commit 42a7f96
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions extra-dev/packages/coq-coqeal/coq-coqeal.dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
opam-version: "2.0"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"

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

synopsis: "CoqEAL - The Coq Effective Algebra Library"
description: """
This libary contains a subset of the work that was developed in the context of the ForMath european project (2009-2013). It has two parts:
- theory (module CoqEAL_theory), which contains formal developments in algebra and optimized algorithms on mathcomp data structures.
- refinements (module CoqEAL_refinements), which is a framework to ease change of data representation during a proof."""

build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {(>= "8.10" & < "8.14~") | (= "dev")}
"coq-bignums"
"coq-paramcoq" {(>= "1.1.1") | (= "dev")}
"coq-mathcomp-multinomials" {((>= "1.5.1" & < "1.7~") | = "dev")}
"coq-mathcomp-algebra" {((>= "1.11.0" & < "1.13~") | = "dev")}
]

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"
"Anders Mörtberg"
"Damien Rouhling"
"Vincent Siles"
]

url {
src: "git+https://github.com/CoqEAL/CoqEAL.git#master"
}

0 comments on commit 42a7f96

Please sign in to comment.