ocaml-dune/ocaml-dune-no-lwt.patch
Jerry James 3bff422f6b Version 3.3.1.
- Expose the libraries individually.
- Explain why we do not run the test suite.
- Use new OCaml macros.
- Various spec file cleanups.
2022-07-05 09:31:01 -06:00

33 lines
939 B
Diff

--- dune-3.3.1/dune.orig 2022-06-19 11:20:42.000000000 -0600
+++ dune-3.3.1/dune 2022-06-25 13:22:05.768505945 -0600
@@ -26,9 +26,6 @@
(copy dune-private-libs.opam.template ordering.opam.template))
(rule
- (copy dune-private-libs.opam.template dune-rpc-lwt.opam.template))
-
-(rule
(copy dune-private-libs.opam.template fiber.opam.template))
(rule
--- dune-3.3.1/dune-project.orig 2022-06-19 11:20:42.000000000 -0600
+++ dune-3.3.1/dune-project 2022-06-25 13:24:12.903696002 -0600
@@ -144,17 +144,6 @@ understood by dune language."))
(description "Library to connect and control a running dune instance"))
(package
- (name dune-rpc-lwt)
- (synopsis "Communicate with dune using rpc and Lwt")
- (depends
- (dune-rpc (= :version))
- (result (>= 1.5))
- (csexp (>= 1.5.0))
- (lwt (>= 5.3.0))
- base-unix)
- (description "Specialization of dune-rpc to Lwt"))
-
-(package
(name dyn)
(synopsis "Dynamic type")
(depends