(lang dune 3.20)
(name websocket-lwt-unix)
(version 2.17)
(sections
 (lib /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/websocket-lwt-unix)
 (libexec /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/websocket-lwt-unix)
 (bin /usr/bin)
 (doc /usr/doc/websocket-lwt-unix))
(files
 (lib
  (META
   cohttp/websocket_cohttp_lwt.a
   cohttp/websocket_cohttp_lwt.cma
   cohttp/websocket_cohttp_lwt.cmi
   cohttp/websocket_cohttp_lwt.cmt
   cohttp/websocket_cohttp_lwt.cmti
   cohttp/websocket_cohttp_lwt.cmx
   cohttp/websocket_cohttp_lwt.cmxa
   cohttp/websocket_cohttp_lwt.ml
   cohttp/websocket_cohttp_lwt.mli
   dune-package
   opam
   websocket_lwt_unix.a
   websocket_lwt_unix.cma
   websocket_lwt_unix.cmi
   websocket_lwt_unix.cmt
   websocket_lwt_unix.cmti
   websocket_lwt_unix.cmx
   websocket_lwt_unix.cmxa
   websocket_lwt_unix.ml
   websocket_lwt_unix.mli))
 (libexec (cohttp/websocket_cohttp_lwt.cmxs websocket_lwt_unix.cmxs))
 (bin (wscat-lwt))
 (doc (CHANGES LICENSE.md README.md)))
(library
 (name websocket-lwt-unix)
 (kind normal)
 (archives (byte websocket_lwt_unix.cma) (native websocket_lwt_unix.cmxa))
 (plugins (byte websocket_lwt_unix.cma) (native websocket_lwt_unix.cmxs))
 (native_archives websocket_lwt_unix.a)
 (requires lwt_log cohttp-lwt-unix websocket)
 (main_module_name Websocket_lwt_unix)
 (modes byte native)
 (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)
  (native cohttp/websocket_cohttp_lwt.cmxa))
 (plugins
  (byte cohttp/websocket_cohttp_lwt.cma)
  (native cohttp/websocket_cohttp_lwt.cmxs))
 (native_archives cohttp/websocket_cohttp_lwt.a)
 (requires websocket cohttp-lwt-unix)
 (main_module_name Websocket_cohttp_lwt)
 (modes byte native)
 (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))))))
