Skip to content

Commit c3085dd

Browse files
authored
Merge pull request #47 from CraigFe/remove-dune-build-directive
opam: remove the 'build' directive on dune dependency
2 parents e99e6ee + 000cf56 commit c3085dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirage-net-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://mirage.github.io/mirage-net-unix/"
99
bug-reports: "https://github.com/mirage/mirage-net-unix/issues"
1010
depends: [
1111
"ocaml" {>= "4.04.2"}
12-
"dune" {build & >= "1.0"}
12+
"dune" {>= "1.0"}
1313
"cstruct" {>= "1.7.1"}
1414
"cstruct-lwt"
1515
"lwt" {>= "2.4.3"}

0 commit comments

Comments
 (0)