(lang dune 3.22)
(name atdgen-runtime)
(version 2.15.0)
(sections
 (lib /usr/lib/ocaml/atdgen-runtime)
 (libexec /usr/lib/ocaml/atdgen-runtime)
 (doc /.omit/atdgen-runtime))
(files
 (lib
  (META
   atdgen_runtime.a
   atdgen_runtime.cma
   atdgen_runtime.cmi
   atdgen_runtime.cmt
   atdgen_runtime.cmx
   atdgen_runtime.cmxa
   atdgen_runtime.ml
   atdgen_runtime__Json_adapter.cmi
   atdgen_runtime__Json_adapter.cmt
   atdgen_runtime__Json_adapter.cmti
   atdgen_runtime__Json_adapter.cmx
   atdgen_runtime__Ob_run.cmi
   atdgen_runtime__Ob_run.cmt
   atdgen_runtime__Ob_run.cmti
   atdgen_runtime__Ob_run.cmx
   atdgen_runtime__Oj_run.cmi
   atdgen_runtime__Oj_run.cmt
   atdgen_runtime__Oj_run.cmti
   atdgen_runtime__Oj_run.cmx
   atdgen_runtime__Ov_run.cmi
   atdgen_runtime__Ov_run.cmt
   atdgen_runtime__Ov_run.cmti
   atdgen_runtime__Ov_run.cmx
   atdgen_runtime__Util.cmi
   atdgen_runtime__Util.cmt
   atdgen_runtime__Util.cmti
   atdgen_runtime__Util.cmx
   atdgen_runtime__Version.cmi
   atdgen_runtime__Version.cmt
   atdgen_runtime__Version.cmx
   dune-package
   json_adapter.ml
   json_adapter.mli
   ob_run.ml
   ob_run.mli
   oj_run.ml
   oj_run.mli
   opam
   ov_run.ml
   ov_run.mli
   util.ml
   util.mli
   version.ml))
 (libexec (atdgen_runtime.cmxs))
 (doc (CHANGES.md LICENSE.md README.md odoc-config.sexp)))
(library
 (name atdgen-runtime)
 (kind normal)
 (archives (byte atdgen_runtime.cma) (native atdgen_runtime.cmxa))
 (plugins (byte atdgen_runtime.cma) (native atdgen_runtime.cmxs))
 (native_archives atdgen_runtime.a)
 (requires biniou yojson)
 (main_module_name Atdgen_runtime)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name atdgen_runtime)
     (visibility public)
     (kind alias)
     (source (path Atdgen_runtime) (impl (path atdgen_runtime.ml-gen))))
    (name Atdgen_runtime)
    (modules
     (module
      (obj_name atdgen_runtime__Json_adapter)
      (visibility public)
      (source
       (path Json_adapter)
       (intf (path json_adapter.mli))
       (impl (path json_adapter.ml))))
     (module
      (obj_name atdgen_runtime__Ob_run)
      (visibility public)
      (source (path Ob_run) (intf (path ob_run.mli)) (impl (path ob_run.ml))))
     (module
      (obj_name atdgen_runtime__Oj_run)
      (visibility public)
      (source (path Oj_run) (intf (path oj_run.mli)) (impl (path oj_run.ml))))
     (module
      (obj_name atdgen_runtime__Ov_run)
      (visibility public)
      (source (path Ov_run) (intf (path ov_run.mli)) (impl (path ov_run.ml))))
     (module
      (obj_name atdgen_runtime__Util)
      (visibility public)
      (source (path Util) (intf (path util.mli)) (impl (path util.ml))))
     (module
      (obj_name atdgen_runtime__Version)
      (visibility public)
      (source (path Version) (impl (path version.ml))))))
   (wrapped true))))
