From 2767033145435872676248787f2f0f85c3722dd9 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Thu, 20 Feb 2025 16:32:04 +0100 Subject: [PATCH] ssl --- dune-project | 1 + owi.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/dune-project b/dune-project index ab4798a14..724804bed 100644 --- a/dune-project +++ b/dune-project @@ -87,5 +87,6 @@ (lwt :with-dev-setup) (cohttp :with-dev-setup) (cohttp-lwt-unix :with-dev-setup) + (lwt_ssl :with-dev-setup) ) (sites (share c_files) (share rust_files))) diff --git a/owi.opam b/owi.opam index f81dc7e7d..390bd8d4f 100644 --- a/owi.opam +++ b/owi.opam @@ -52,6 +52,7 @@ depends: [ "lwt" {with-dev-setup} "cohttp" {with-dev-setup} "cohttp-lwt-unix" {with-dev-setup} + "lwt_ssl" {with-dev-setup} ] build: [ ["dune" "subst"] {dev}