-
Notifications
You must be signed in to change notification settings - Fork 167
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 #1715 from proux01/coq-coqeal-dev
Add coq-coqeal.dev in extra-dev
- Loading branch information
Showing
1 changed file
with
47 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,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" | ||
} |