(lang dune 3.21)
(name websocket-lwt-unix)
(version 2.17)
(sections
 (lib /usr/lib/arm-linux-gnueabihf/ocaml/5.4.0/websocket-lwt-unix)
 (bin /usr/bin)
 (doc /usr/doc/websocket-lwt-unix))
(files
 (lib
  (META
   cohttp/websocket_cohttp_lwt.cma
   cohttp/websocket_cohttp_lwt.cmi
   cohttp/websocket_cohttp_lwt.cmt
   cohttp/websocket_cohttp_lwt.cmti
   cohttp/websocket_cohttp_lwt.ml
   cohttp/websocket_cohttp_lwt.mli
   dune-package
   opam
   websocket_lwt_unix.cma
   websocket_lwt_unix.cmi
   websocket_lwt_unix.cmt
   websocket_lwt_unix.cmti
   websocket_lwt_unix.ml
   websocket_lwt_unix.mli))
 (bin (wscat-lwt))
 (doc (CHANGES LICENSE.md README.md)))
(library
 (name websocket-lwt-unix)
 (kind normal)
 (archives (byte websocket_lwt_unix.cma))
 (plugins (byte websocket_lwt_unix.cma))
 (requires lwt_log cohttp-lwt-unix websocket)
 (main_module_name Websocket_lwt_unix)
 (modes byte)
 (modules
  (singleton
   (obj_name websocket_lwt_unix)
   (visibility public)
   (source
    (path Websocket_lwt_unix)
    (intf (path websocket_lwt_unix.mli))
    (impl (path websocket_lwt_unix.ml))))))
(library
 (name websocket-lwt-unix.cohttp)
 (kind normal)
 (archives (byte cohttp/websocket_cohttp_lwt.cma))
 (plugins (byte cohttp/websocket_cohttp_lwt.cma))
 (requires websocket cohttp-lwt-unix)
 (main_module_name Websocket_cohttp_lwt)
 (modes byte)
 (modules
  (singleton
   (obj_name websocket_cohttp_lwt)
   (visibility public)
   (source
    (path Websocket_cohttp_lwt)
    (intf (path cohttp/websocket_cohttp_lwt.mli))
    (impl (path cohttp/websocket_cohttp_lwt.ml))))))
