Skip to content

Commit

Permalink
Update the build instruction and dependencies of coq-mathcomp-multino…
Browse files Browse the repository at this point in the history
…mials.dev following math-comp/multinomials#79
  • Loading branch information
pi8027 committed Nov 30, 2023
1 parent 6ba6348 commit 6603f65
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ dev-repo: "git+https://github.com/math-comp/multinomials.git"
license: "CeCILL-B"
authors: ["Pierre-Yves Strub"]
build: [
[ "./configure" ]
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"coq" {>= "8.10"}
"dune" {>= "2.5"}
"coq-mathcomp-ssreflect" {>= "1.12"}
"coq" {(>= "8.16" & < "8.19~") | = "dev"}
"dune" {>= "3.8"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.2~") | = "dev"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {>= "1.0"}
"coq-mathcomp-finmap" {>= "1.5"}
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
"coq-mathcomp-finmap" {(>= "2.0" & < "2.1~") | = "dev"}
]
tags: [
"keyword:multinomials"
Expand Down

0 comments on commit 6603f65

Please sign in to comment.