-
Notifications
You must be signed in to change notification settings - Fork 166
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 #3251 from CohenCyril/cad
coq-mathcomp-cad: init at 1.1
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
released/packages/coq-mathcomp-cad/coq-mathcomp-cad.1.1/opam
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,46 @@ | ||
opam-version: "2.0" | ||
maintainer: "Cyril Cohen <[email protected]>" | ||
version: "1.1" | ||
|
||
homepage: "https://github.com/math-comp/cad" | ||
dev-repo: "git+https://github.com/math-comp/cad.git" | ||
bug-reports: "https://github.com/math-comp/cad/issues" | ||
license: "LGPL-3.0-or-later" | ||
|
||
synopsis: "Formal Proof of Cylindrical Algebraic Decomposition" | ||
description: """ | ||
This library contains a formal proof of Collins' Cylindical | ||
Aglebraic Decomposition, using the Mathematical Components Library.""" | ||
|
||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"coq" {>= "8.18"} | ||
"coq-hierarchy-builder" | ||
"coq-mathcomp-ssreflect" {= "2.2.0"} | ||
"coq-mathcomp-algebra" | ||
"coq-mathcomp-fingroup" | ||
"coq-mathcomp-solvable" | ||
"coq-mathcomp-field" | ||
"coq-mathcomp-bigenough" {>= "1.0.1"} | ||
"coq-mathcomp-finmap" {>= "1.0.1"} | ||
"coq-mathcomp-multinomials" {>= "2.2.0"} | ||
"coq-mathcomp-real-closed" {>= "2.0.1"} | ||
"coq-mathcomp-classical" {>= "1.1.0"} | ||
"coq-mathcomp-analysis" {>= "1.1.0"} | ||
] | ||
|
||
tags: [ | ||
"keyword:CAD" | ||
"logpath:SemiAlgebraic" | ||
] | ||
authors: [ | ||
"Cyril Cohen" | ||
"Boris Djalal" | ||
"Quentin Vermande" | ||
] | ||
|
||
url { | ||
src: "https://github.com/math-comp/cad/archive/v1.1.tar.gz" | ||
checksum: "md5=87a3edde312af6c9d046465ffcadb33d" | ||
} |