Skip to content

Commit

Permalink
fix lint missing dune lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 17, 2024
1 parent 77ee2f3 commit fa1f735
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/domain-name/domain-name.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ doc: "https://hannesm.github.io/domain-name/doc"
bug-reports: "https://github.com/hannesm/domain-name/issues"
depends: [
"ocaml" {>= "4.04.2"}
"dune"
"dune" {>= "1.0"}
"alcotest" {with-test}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernet/ethernet.3.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build: [
]

depends: [
"dune"
"dune" {>= "1.0"}
"ocaml" {>= "4.08.0"}
"cstruct" {>= "6.0.0"}
"mirage-net" {>= "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/gmap/gmap.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ doc: "https://hannesm.github.io/gmap/doc"
bug-reports: "https://github.com/hannesm/gmap/issues"
depends: [
"ocaml" {>= "4.04.2"}
"dune"
"dune" {>= "1.0"}
"alcotest" {with-test}
"fmt" {with-test}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/randomconv/randomconv.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ doc: "https://hannesm.github.io/randomconv/doc"
bug-reports: "https://github.com/hannesm/randomconv/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune"
"dune" {>= "1.0"}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit fa1f735

Please sign in to comment.