(lang dune 3.6)
(name atdgen-runtime)
(sections
 (lib /usr/lib/ocaml/atdgen-runtime)
 (libexec /usr/lib/ocaml/atdgen-runtime)
 (doc /usr/doc/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)))
(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
   (main_module_name Atdgen_runtime)
   (modules
    ((name Json_adapter)
     (obj_name atdgen_runtime__Json_adapter)
     (visibility public)
     (impl)
     (intf))
    ((name Ob_run)
     (obj_name atdgen_runtime__Ob_run)
     (visibility public)
     (impl)
     (intf))
    ((name Oj_run)
     (obj_name atdgen_runtime__Oj_run)
     (visibility public)
     (impl)
     (intf))
    ((name Ov_run)
     (obj_name atdgen_runtime__Ov_run)
     (visibility public)
     (impl)
     (intf))
    ((name Util)
     (obj_name atdgen_runtime__Util)
     (visibility public)
     (impl)
     (intf))
    ((name Version)
     (obj_name atdgen_runtime__Version)
     (visibility public)
     (impl)))
   (alias_module
    (name Atdgen_runtime)
    (obj_name atdgen_runtime)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
