From b890e7dca03b5c7eecddabb5c04b1e7058394296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Mon, 17 Jul 2023 14:24:54 +0200 Subject: [PATCH] Add dependency to odoc --- dune-project | 1 + lwt.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/dune-project b/dune-project index fcbe532a7..782590fc2 100644 --- a/dune-project +++ b/dune-project @@ -54,6 +54,7 @@ synchronization primitives. Code can be run in parallel on an opt-in basis. (ocaml (>= 4.08)) (cppo (and :build (>= 1.1.0))) (ocamlfind (and :dev (>= 1.7.3-1))) + (odoc (and :with-doc (>= 2.3.0))) dune-configurator ocplib-endian) (depopts base-threads base-unix conf-libev)) diff --git a/lwt.opam b/lwt.opam index 75bcc6274..2f0979c47 100644 --- a/lwt.opam +++ b/lwt.opam @@ -24,6 +24,7 @@ depends: [ "ocaml" {>= "4.08"} "cppo" {build & >= "1.1.0"} "ocamlfind" {dev & >= "1.7.3-1"} + "odoc" {with-doc & >= "2.3.0"} "dune-configurator" "ocplib-endian" ]