2d82b28
--- dune-3.7.0/dune-file.orig	2023-02-17 07:44:16.000000000 -0700
2d82b28
+++ dune-3.7.0/dune-file	2023-02-18 13:34:33.294759108 -0700
2d82b28
@@ -30,9 +30,6 @@
3bff422
  (copy dune-private-libs.opam.template ordering.opam.template))
3bff422
 
3bff422
 (rule
3bff422
- (copy dune-private-libs.opam.template dune-rpc-lwt.opam.template))
3bff422
-
3bff422
-(rule
3bff422
  (copy dune-private-libs.opam.template fiber.opam.template))
3bff422
 
3bff422
 (rule
2d82b28
--- dune-3.7.0/dune-project.orig	2023-02-17 07:44:16.000000000 -0700
2d82b28
+++ dune-3.7.0/dune-project	2023-02-18 13:34:52.868400083 -0700
2d82b28
@@ -147,17 +147,6 @@ understood by dune language."))
3bff422
  (description "Library to connect and control a running dune instance"))
3bff422
 
3bff422
 (package
3bff422
- (name dune-rpc-lwt)
3bff422
- (synopsis "Communicate with dune using rpc and Lwt")
3bff422
- (depends
3bff422
-  (dune-rpc (= :version))
3bff422
-  (result (>= 1.5))
3bff422
-  (csexp (>= 1.5.0))
3bff422
-  (lwt (>= 5.3.0))
3bff422
-  base-unix)
3bff422
- (description "Specialization of dune-rpc to Lwt"))
3bff422
-
3bff422
-(package
3bff422
  (name dyn)
3bff422
  (synopsis "Dynamic type")
3bff422
  (depends