(lang dune 3.4)
(name xapi-schema)
(version 23.3.0)
(sections
 (lib /usr/lib64/opamroot/ocaml-system/lib/xapi-schema)
 (libexec /usr/lib64/opamroot/ocaml-system/lib/xapi-schema)
 (doc /usr/doc/xapi-schema))
(files
 (lib
  (META
   db_exn.cmi
   db_exn.cmt
   db_exn.cmx
   db_exn.ml
   db_names.cmi
   db_names.cmt
   db_names.cmx
   db_names.ml
   dune-package
   opam
   schema.cmi
   schema.cmt
   schema.cmx
   schema.ml
   string_marshall_helper.cmi
   string_marshall_helper.cmt
   string_marshall_helper.cmx
   string_marshall_helper.ml
   string_unmarshall_helper.cmi
   string_unmarshall_helper.cmt
   string_unmarshall_helper.cmx
   string_unmarshall_helper.ml
   test_schemas.cmi
   test_schemas.cmt
   test_schemas.cmx
   test_schemas.ml
   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
  ppx_sexp_conv.runtime-lib
  sexplib0
  sexpr
  xapi-log
  xapi-stdext-encodings)
 (modes byte native)
 (modules
  (unwrapped
   ((name Db_exn) (obj_name db_exn) (visibility public) (impl))
   ((name Db_names) (obj_name db_names) (visibility public) (impl))
   ((name Schema) (obj_name schema) (visibility public) (impl))
   ((name String_marshall_helper)
    (obj_name string_marshall_helper)
    (visibility public)
    (impl))
   ((name String_unmarshall_helper)
    (obj_name string_unmarshall_helper)
    (visibility public)
    (impl))
   ((name Test_schemas) (obj_name test_schemas) (visibility public) (impl)))))
