(executables
 (libraries webmachine lwt cohttp-lwt-unix)
 (modules crud_lwt hello_lwt)
 (names crud_lwt hello_lwt))

(executables
 (libraries webmachine async core cohttp-async)
 (modules hello_async)
 (names hello_async))
