Skip to content

Commit 24ce79b

Browse files
committed
Remove "build" tag on Dune from OPAM file
It's not recommended for Dune, see ocaml/opam-repository#14185.
1 parent e38a6d6 commit 24ce79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zxcvbn.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ run-test: [
1313
["dune" "runtest" "-p" name "-j" jobs]
1414
]
1515
depends: [
16-
"dune" {build & >= "1.4.0"}
16+
"dune" {>= "1.4.0"}
1717
"ocaml" {>= "4.04.0"}
1818
"ounit" {with-test}
1919
"ppx_deriving" {>= "4.0" & < "5.0"}

0 commit comments

Comments
 (0)