Skip to content

Commit

Permalink
Merge pull request #3251 from CohenCyril/cad
Browse files Browse the repository at this point in the history
coq-mathcomp-cad: init at 1.1
  • Loading branch information
CohenCyril authored Dec 12, 2024
2 parents 9053a1c + 83bc130 commit f5817fd
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions released/packages/coq-mathcomp-cad/coq-mathcomp-cad.1.1/opam
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"
}

0 comments on commit f5817fd

Please sign in to comment.