954cd5a
--- dune-3.15.0/dune-file.orig	2024-04-03 03:29:40.000000000 -0600
954cd5a
+++ dune-3.15.0/dune-file	2024-04-05 08:48:56.083804773 -0600
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
954cd5a
--- dune-3.15.0/dune-project.orig	2024-04-03 03:29:40.000000000 -0600
954cd5a
+++ dune-3.15.0/dune-project	2024-04-05 08:49:50.546090649 -0600
954cd5a
@@ -149,16 +149,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
-  (csexp (>= 1.5.0))
954cd5a
-  (lwt (>= 5.6.0))
3bff422
-  base-unix)
3bff422
- (description "Specialization of dune-rpc to Lwt"))
3bff422
-
3bff422
-(package
3bff422
  (name dyn)
3bff422
  (synopsis "Dynamic type")
3bff422
  (depends