(lang dune 3.20)
(name xapi-schema)
(version 26.1.3)
(sections
 (lib /usr/lib64/opamroot/ocaml-system/lib/xapi-schema)
 (libexec /usr/libexec/xenopsd/xapi-schema)
 (doc /usr/doc/xapi-schema))
(files
 (lib
  (META
   db_exn.cmi
   db_exn.cmt
   db_exn.cmti
   db_exn.cmx
   db_exn.ml
   db_exn.mli
   db_names.cmi
   db_names.cmt
   db_names.cmti
   db_names.cmx
   db_names.ml
   db_names.mli
   dune-package
   opam
   schema.cmi
   schema.cmt
   schema.cmti
   schema.cmx
   schema.ml
   schema.mli
   string_marshall_helper.cmi
   string_marshall_helper.cmt
   string_marshall_helper.cmti
   string_marshall_helper.cmx
   string_marshall_helper.ml
   string_marshall_helper.mli
   string_unmarshall_helper.cmi
   string_unmarshall_helper.cmt
   string_unmarshall_helper.cmti
   string_unmarshall_helper.cmx
   string_unmarshall_helper.ml
   string_unmarshall_helper.mli
   test_schemas.cmi
   test_schemas.cmt
   test_schemas.cmti
   test_schemas.cmx
   test_schemas.ml
   test_schemas.mli
   xapi_schema.a
   xapi_schema.cma
   xapi_schema.cmxa))
 (libexec (xapi_schema.cmxs))
 (doc (CHANGELOG LICENSE README.markdown)))
(library
 (name xapi-schema)
 (kind normal)
 (archives (byte xapi_schema.cma) (native xapi_schema.cmxa))
 (plugins (byte xapi_schema.cma) (native xapi_schema.cmxs))
 (native_archives xapi_schema.a)
 (requires
  sexpr
  xapi-log
  xapi-stdext-encodings
  ppx_sexp_conv.runtime-lib
  sexplib0)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name db_exn)
    (visibility public)
    (source (path Db_exn) (intf (path db_exn.mli)) (impl (path db_exn.ml))))
   (module
    (obj_name db_names)
    (visibility public)
    (source
     (path Db_names)
     (intf (path db_names.mli))
     (impl (path db_names.ml))))
   (module
    (obj_name schema)
    (visibility public)
    (source (path Schema) (intf (path schema.mli)) (impl (path schema.ml))))
   (module
    (obj_name string_marshall_helper)
    (visibility public)
    (source
     (path String_marshall_helper)
     (intf (path string_marshall_helper.mli))
     (impl (path string_marshall_helper.ml))))
   (module
    (obj_name string_unmarshall_helper)
    (visibility public)
    (source
     (path String_unmarshall_helper)
     (intf (path string_unmarshall_helper.mli))
     (impl (path string_unmarshall_helper.ml))))
   (module
    (obj_name test_schemas)
    (visibility public)
    (source
     (path Test_schemas)
     (intf (path test_schemas.mli))
     (impl (path test_schemas.ml)))))))
