Skip to content

Commit

Permalink
dune: bump dune lang to 3.8 to use a more modern mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Nov 21, 2024
1 parent 5feda21 commit 87fe23a
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cohttp-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.14"}
"http" {= version}
"cohttp" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"core" {>= "v0.13.0"}
"core_bench"
"eio" {>= "0.12"}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-curl-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocurl" {>= "0.9.2"}
"http" {= version}
"stringext"
Expand Down
2 changes: 1 addition & 1 deletion cohttp-curl-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"ocurl" {>= "0.9.2"}
"http" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-curl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"ocurl" {>= "0.9.2"}
"http" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"alcotest" {with-test & >= "1.7.0"}
"base-domains"
"cohttp" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-lwt-jsoo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"http" {= version}
"cohttp" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"http" {= version}
"cohttp" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"http" {= version}
"cohttp" {= version}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"mirage-flow" {>= "2.0.0"}
"mirage-channel" {>= "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-server-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"http" {= version}
"lwt" {>= "5.5.0"}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-top.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"cohttp" {= version}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion cohttp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"http" {= version}
"ocaml" {>= "4.08"}
"re" {>= "1.9.0"}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(lang dune 3.0)
(lang dune 3.8)

(name cohttp)

(license ISC)

(using mdx 0.2)
(using mdx 0.4)

(cram enable)

Expand Down
2 changes: 1 addition & 1 deletion http.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
doc: "https://mirage.github.io/ocaml-cohttp/"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08"}
"ppx_expect" {with-test & >= "v0.17.0"}
"alcotest" {with-test & >= "1.7.0"}
Expand Down

0 comments on commit 87fe23a

Please sign in to comment.