From 93898cbd7365f5f588d1dc03dba79d4dc9a9dffa Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 11 Sep 2020 10:54:38 +0100 Subject: [PATCH] Work around missing simple_web_server --- bonsai/examples/rpc_chat/server/bin/dune | 4 ++-- bonsai/examples/rpc_chat/server/src/dune | 8 ++++---- incr_dom/example/test_backpressure/server/dune | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bonsai/examples/rpc_chat/server/bin/dune b/bonsai/examples/rpc_chat/server/bin/dune index 5e67948..81ef095 100644 --- a/bonsai/examples/rpc_chat/server/bin/dune +++ b/bonsai/examples/rpc_chat/server/bin/dune @@ -1,2 +1,2 @@ -(executables (names main) (libraries bonsai_chat_native) - (preprocess (pps ppx_jane))) \ No newline at end of file +; (executables (names main) (libraries bonsai_chat_native) +; (preprocess (pps ppx_jane))) \ No newline at end of file diff --git a/bonsai/examples/rpc_chat/server/src/dune b/bonsai/examples/rpc_chat/server/src/dune index 6d4a3df..e6c82b1 100644 --- a/bonsai/examples/rpc_chat/server/src/dune +++ b/bonsai/examples/rpc_chat/server/src/dune @@ -1,7 +1,7 @@ -(library (name bonsai_chat_native) - (preprocess (pps ppx_jane -annotated-ignores)) - (libraries async_extra.async_bus bonsai_chat_common cohttp_static_handler - simple_web_server)) +; (library (name bonsai_chat_native) +; (preprocess (pps ppx_jane -annotated-ignores)) +; (libraries async_extra.async_bus bonsai_chat_common cohttp_static_handler +; simple_web_server)) ; (rule (targets embedded_files.ml embedded_files.mli) ; (deps %{workspace_root}/app/embed-file/bin/embed_file.exe diff --git a/incr_dom/example/test_backpressure/server/dune b/incr_dom/example/test_backpressure/server/dune index 3cedd68..3ad3153 100644 --- a/incr_dom/example/test_backpressure/server/dune +++ b/incr_dom/example/test_backpressure/server/dune @@ -1,2 +1,2 @@ -(executables (names main) (preprocess (pps ppx_jane -annotated-ignores)) - (libraries backpressure_test_shared cohttp_static_handler simple_web_server)) \ No newline at end of file +; (executables (names main) (preprocess (pps ppx_jane -annotated-ignores)) +; (libraries backpressure_test_shared cohttp_static_handler simple_web_server)) \ No newline at end of file