Skip to content

Commit ca674b2

Browse files
committed
dune is not build dep because reasons
1 parent 48d2c8b commit ca674b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

devkit.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
]
1515
depends: [
1616
"ocaml" {>= "4.05.0"}
17-
"dune" {build & >= "1.5"}
17+
"dune" {>= "1.5"}
1818
("extlib" {>= "1.7.0"} | "extlib-compat" {>= "1.7.0"})
1919
"ounit"
2020
"camlzip"
@@ -34,4 +34,3 @@ depopts: [
3434
"gperftools"
3535
"jemalloc"
3636
]
37-
version: "1.1"

0 commit comments

Comments
 (0)