3bff422
--- dune-3.3.1/dune.orig	2022-06-19 11:20:42.000000000 -0600
3bff422
+++ dune-3.3.1/dune	2022-06-25 13:22:05.768505945 -0600
3bff422
@@ -26,9 +26,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
3bff422
--- dune-3.3.1/dune-project.orig	2022-06-19 11:20:42.000000000 -0600
3bff422
+++ dune-3.3.1/dune-project	2022-06-25 13:24:12.903696002 -0600
3bff422
@@ -144,17 +144,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