(lang dune 3.22)
(name ocluster-worker)
(version v0.3.0)
(sections (lib .) (libexec .) (doc ../../doc/ocluster-worker))
(files
 (lib
  (META
   cluster_worker.a
   cluster_worker.cma
   cluster_worker.cmi
   cluster_worker.cmt
   cluster_worker.cmti
   cluster_worker.cmx
   cluster_worker.cmxa
   cluster_worker.ml
   cluster_worker.mli
   cluster_worker__.cmi
   cluster_worker__.cmt
   cluster_worker__.cmx
   cluster_worker__.ml
   cluster_worker__Context.cmi
   cluster_worker__Context.cmt
   cluster_worker__Context.cmti
   cluster_worker__Context.cmx
   cluster_worker__Df.cmi
   cluster_worker__Df.cmt
   cluster_worker__Df.cmx
   cluster_worker__Fetcher.cmi
   cluster_worker__Fetcher.cmt
   cluster_worker__Fetcher.cmti
   cluster_worker__Fetcher.cmx
   cluster_worker__Log.cmi
   cluster_worker__Log.cmt
   cluster_worker__Log.cmx
   cluster_worker__Log_data.cmi
   cluster_worker__Log_data.cmt
   cluster_worker__Log_data.cmx
   cluster_worker__Obuilder_build.cmi
   cluster_worker__Obuilder_build.cmt
   cluster_worker__Obuilder_build.cmti
   cluster_worker__Obuilder_build.cmx
   cluster_worker__Process.cmi
   cluster_worker__Process.cmt
   cluster_worker__Process.cmti
   cluster_worker__Process.cmx
   context.ml
   context.mli
   df.ml
   dune-package
   fetcher.ml
   fetcher.mli
   log.ml
   log_data.ml
   obuilder_build.ml
   obuilder_build.mli
   opam
   process.ml
   process.mli))
 (libexec (cluster_worker.cmxs))
 (doc (CHANGES.md LICENSE README.md)))
(library
 (name ocluster-worker)
 (kind normal)
 (archives (byte cluster_worker.cma) (native cluster_worker.cmxa))
 (plugins (byte cluster_worker.cma) (native cluster_worker.cmxs))
 (native_archives cluster_worker.a)
 (requires
  ocluster-api
  digestif
  fpath
  logs
  capnp-rpc-lwt
  lwt.unix
  prometheus-app
  cohttp-lwt-unix
  obuilder
  extunix)
 (main_module_name Cluster_worker)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name cluster_worker__)
     (visibility public)
     (kind alias)
     (source (path Cluster_worker__) (impl (path cluster_worker__.ml-gen))))
    (name Cluster_worker)
    (modules
     (module
      (obj_name cluster_worker)
      (visibility public)
      (source
       (path Cluster_worker)
       (intf (path cluster_worker.mli))
       (impl (path cluster_worker.ml))))
     (module
      (obj_name cluster_worker__Context)
      (visibility public)
      (source
       (path Context)
       (intf (path context.mli))
       (impl (path context.ml))))
     (module
      (obj_name cluster_worker__Df)
      (visibility public)
      (source (path Df) (impl (path df.ml))))
     (module
      (obj_name cluster_worker__Fetcher)
      (visibility public)
      (source
       (path Fetcher)
       (intf (path fetcher.mli))
       (impl (path fetcher.ml))))
     (module
      (obj_name cluster_worker__Log)
      (visibility public)
      (source (path Log) (impl (path log.ml))))
     (module
      (obj_name cluster_worker__Log_data)
      (visibility public)
      (source (path Log_data) (impl (path log_data.ml))))
     (module
      (obj_name cluster_worker__Obuilder_build)
      (visibility public)
      (source
       (path Obuilder_build)
       (intf (path obuilder_build.mli))
       (impl (path obuilder_build.ml))))
     (module
      (obj_name cluster_worker__Process)
      (visibility public)
      (source
       (path Process)
       (intf (path process.mli))
       (impl (path process.ml))))))
   (wrapped true))))
