(lang dune 3.21)
(name atdgen-runtime)
(version 4.1.0)
(sections
 (lib /usr/lib/powerpc64le-linux-gnu/ocaml/5.4.0/atdgen-runtime)
 (libexec /usr/lib/powerpc64le-linux-gnu/ocaml/5.4.0/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
   atdgen_runtime__Yojson_extra.cmi
   atdgen_runtime__Yojson_extra.cmt
   atdgen_runtime__Yojson_extra.cmti
   atdgen_runtime__Yojson_extra.cmx
   atdgen_runtime__Yojson_lexer_utils.cmi
   atdgen_runtime__Yojson_lexer_utils.cmt
   atdgen_runtime__Yojson_lexer_utils.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
   yojson_extra.ml
   yojson_extra.mli
   yojson_lexer_utils.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
   (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))))
     (module
      (obj_name atdgen_runtime__Yojson_extra)
      (visibility public)
      (source
       (path Yojson_extra)
       (intf (path yojson_extra.mli))
       (impl (path yojson_extra.ml))))
     (module
      (obj_name atdgen_runtime__Yojson_lexer_utils)
      (visibility public)
      (source (path Yojson_lexer_utils) (impl (path yojson_lexer_utils.ml))))))
   (wrapped true))))
