Skip to content

Commit

Permalink
Upgrade to dune 2.7 to fix linter errors on releasing opam packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Oct 27, 2022
1 parent 0deb24a commit 9351d4a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 2.0)
(lang dune 2.7)
(name zmq)

(generate_opam_files true)
Expand Down
5 changes: 3 additions & 2 deletions zmq-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.04.1"}
"zmq" {= version}
"async_unix" {>= "v0.11.0" & < "v0.16"}
"async_kernel" {>= "v0.11.0" & < "v0.16"}
"base" {>= "v0.11.0" & < "v0.16"}
"ounit2" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions zmq-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.03.0"}
"zmq" {= version}
"lwt" {>= "2.6.0"}
"ounit2" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down
5 changes: 3 additions & 2 deletions zmq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ license: "MIT"
homepage: "https://github.com/issuu/ocaml-zmq"
bug-reports: "https://github.com/issuu/ocaml-zmq/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.03.0"}
"conf-zmq"
"ounit2" {with-test}
"dune-configurator"
"odoc" {with-doc}
]
conflicts: ["ocaml-zmq"]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit 9351d4a

Please sign in to comment.