Skip to content

Commit

Permalink
Merge pull request #79 from Alizter/dune-3-8
Browse files Browse the repository at this point in the history
dune: bump to 3.8
  • Loading branch information
pi8027 authored Nov 30, 2023
2 parents 9893f5f + b661f0e commit 4c8c7e9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 131 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/attic/
/_build/
/src/dune
*~
118 changes: 0 additions & 118 deletions configure

This file was deleted.

3 changes: 1 addition & 2 deletions coq-mathcomp-multinomials.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ dev-repo: "git+https://github.com/math-comp/multinomials.git"
license: "CECILL-B"
authors: ["Pierre-Yves Strub"]
build: [
[ "bash" "./configure" ]
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"coq" {(>= "8.16" & < "8.19~") | = "dev"}
"dune" {>= "2.8"}
"dune" {>= "3.8"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.2~") | = "dev"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 2.8)
(using coq 0.3)
(lang dune 3.8)
(using coq 0.8)
(name multinomials)
16 changes: 16 additions & 0 deletions src/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
(coq.theory
(name mathcomp.multinomials)
(package coq-mathcomp-multinomials)
(flags
-w -ambiguous-paths
-w -notation-overridden
-w -redundant-canonical-projection
-w -projection-no-head-constant)
(theories
elpi
HB
mathcomp.ssreflect
mathcomp.fingroup
mathcomp.algebra
mathcomp.bigenough
mathcomp.finmap))
8 changes: 0 additions & 8 deletions src/dune.in

This file was deleted.

0 comments on commit 4c8c7e9

Please sign in to comment.