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 cc02178
Showing 1 changed file with 4 additions and 5 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"}
"dune" {>= "3.8"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {>= "1.0"}
"coq-mathcomp-finmap" {>= "1.5"}
"coq-mathcomp-finmap" {>= "2.0"}
]
tags: [
"keyword:multinomials"
Expand Down

0 comments on commit cc02178

Please sign in to comment.