Skip to content

Commit

Permalink
Work around missing simple_web_server
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent ecd8e0e commit 93898cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bonsai/examples/rpc_chat/server/bin/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(executables (names main) (libraries bonsai_chat_native)
(preprocess (pps ppx_jane)))
; (executables (names main) (libraries bonsai_chat_native)
; (preprocess (pps ppx_jane)))
8 changes: 4 additions & 4 deletions bonsai/examples/rpc_chat/server/src/dune
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions incr_dom/example/test_backpressure/server/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(executables (names main) (preprocess (pps ppx_jane -annotated-ignores))
(libraries backpressure_test_shared cohttp_static_handler simple_web_server))
; (executables (names main) (preprocess (pps ppx_jane -annotated-ignores))
; (libraries backpressure_test_shared cohttp_static_handler simple_web_server))

0 comments on commit 93898cb

Please sign in to comment.