From 45d5f4d1e314de5afbc62bc14a935c184b2d9fe5 Mon Sep 17 00:00:00 2001 From: Filipe Marques Date: Wed, 21 Aug 2024 11:15:21 +0100 Subject: [PATCH] Add missing dev dependencies --- dune-project | 3 +++ owi.opam | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dune-project b/dune-project index 4d6b8c658..ad2ea45dd 100644 --- a/dune-project +++ b/dune-project @@ -83,5 +83,8 @@ (rusage :with-dev-setup) (tyxml :with-dev-setup) (yaml :with-dev-setup) + (lwt :with-dev-setup) + (cohttp :with-dev-setup) + (cohttp-lwt-unix :with-dev-setup) ) (sites (share binc) (share libc))) diff --git a/owi.opam b/owi.opam index bb649c1ad..1c506a7a5 100644 --- a/owi.opam +++ b/owi.opam @@ -48,6 +48,9 @@ depends: [ "rusage" {with-dev-setup} "tyxml" {with-dev-setup} "yaml" {with-dev-setup} + "lwt" {with-dev-setup} + "cohttp" {with-dev-setup} + "cohttp-lwt-unix" {with-dev-setup} ] build: [ ["dune" "subst"] {dev}