Skip to content

Commit

Permalink
fix order of dependencies in grpc-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jan 7, 2024
1 parent bb9ca5a commit 5582ce8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@
(tags
(network rpc serialisation))
(depends
(uri
(>= 4.4.0))
(lwt
(>= 5.3.0))
(async
(>= v0.16.0))
cohttp
Expand All @@ -123,6 +119,8 @@
h2-async
h2-eio
h2-lwt-unix
(lwt
(>= 5.3.0))
(lwt_ssl
(>= 1.2.0))
(mdx
Expand All @@ -131,12 +129,14 @@
:with-test))
(ocaml-protoc-plugin
(>= 4.5))
(ppx_jane
(>= v0.16.0))
ppx_deriving
ppx_deriving_yojson
(ppx_jane
(>= v0.16.0))
stringext
tls-async))
tls-async
(uri
(>= 4.4.0))))

(package
(name grpc-bench)
Expand Down
6 changes: 3 additions & 3 deletions grpc-examples.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ doc: "https://dialohq.github.io/ocaml-grpc"
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
depends: [
"dune" {>= "3.7"}
"uri" {>= "4.4.0"}
"lwt" {>= "5.3.0"}
"async" {>= "v0.16.0"}
"cohttp"
"cohttp-lwt"
Expand All @@ -36,14 +34,16 @@ depends: [
"h2-async"
"h2-eio"
"h2-lwt-unix"
"lwt" {>= "5.3.0"}
"lwt_ssl" {>= "1.2.0"}
"mdx" {>= "2.2.1" & with-test}
"ocaml-protoc-plugin" {>= "4.5"}
"ppx_jane" {>= "v0.16.0"}
"ppx_deriving"
"ppx_deriving_yojson"
"ppx_jane" {>= "v0.16.0"}
"stringext"
"tls-async"
"uri" {>= "4.4.0"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 5582ce8

Please sign in to comment.