Skip to content

Commit 66bb191

Browse files
craigfeTheLortex
authored andcommitted
opam: remove the 'build' directive on dune dependency
See ocaml/opam-repository#14266
1 parent 2cc4f34 commit 66bb191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigarray-compat.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build: [
1111
]
1212
depends: [
1313
"ocaml" {>= "4.03.0"}
14-
"dune" {build & >= "1.0"}
14+
"dune" {>= "1.0"}
1515
]
1616
synopsis:
1717
"Compatibility library to use Stdlib.Bigarray when possible"

0 commit comments

Comments
 (0)