From 2879e5ef23c02aaf9bfde21a779a3738a84c55d0 Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 11 Sep 2020 10:40:54 +0100 Subject: [PATCH] Work around missing cohttp_async_lib --- async_js/example-server/dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async_js/example-server/dune b/async_js/example-server/dune index a1652ef..5a004d4 100644 --- a/async_js/example-server/dune +++ b/async_js/example-server/dune @@ -1,2 +1,2 @@ -(executables (names key_value_store) - (libraries core async cohttp_async_lib uri) (preprocess (pps ppx_jane))) \ No newline at end of file +; (executables (names key_value_store) +; (libraries core async cohttp_async_lib uri) (preprocess (pps ppx_jane))) \ No newline at end of file