From 2b51e073976fad821f38a2a9621c2873b6a93573 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Wed, 10 Apr 2019 22:45:09 +0100 Subject: [PATCH] ocamlfind is required for build --- httpaf-lwt.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/httpaf-lwt.opam b/httpaf-lwt.opam index f56af431..51f410ba 100644 --- a/httpaf-lwt.opam +++ b/httpaf-lwt.opam @@ -15,6 +15,7 @@ depends: [ "faraday-lwt-unix" "httpaf" "dune" {build} + "ocamlfind" {build} "lwt" ] depopts: ["tls" "lwt_ssl"]