version = "2.17"
description = ""
requires = "cohttp-lwt-unix lwt_log websocket"
archive(byte) = "websocket_lwt_unix.cma"
archive(native) = "websocket_lwt_unix.cmxa"
plugin(byte) = "websocket_lwt_unix.cma"
plugin(native) = "websocket_lwt_unix.cmxs"
package "cohttp" (
  directory = "cohttp"
  version = "2.17"
  description = ""
  requires = "cohttp-lwt-unix websocket"
  archive(byte) = "websocket_cohttp_lwt.cma"
  archive(native) = "websocket_cohttp_lwt.cmxa"
  plugin(byte) = "websocket_cohttp_lwt.cma"
  plugin(native) = "websocket_cohttp_lwt.cmxs"
)