description = ""
requires = "ezxenstore.core ezxenstore.watch"
archive(byte) = "ezxenstore.cma"
archive(native) = "ezxenstore.cmxa"
plugin(byte) = "ezxenstore.cma"
plugin(native) = "ezxenstore.cmxs"
package "core" (
  directory = "core"
  description = ""
  requires = "cmdliner
              logs
              threads
              uuidm
              xenstore.unix
              xenstore_transport.unix"
  archive(byte) = "ezxenstore_core.cma"
  archive(native) = "ezxenstore_core.cmxa"
  plugin(byte) = "ezxenstore_core.cma"
  plugin(native) = "ezxenstore_core.cmxs"
)
package "watch" (
  directory = "watch"
  description = ""
  requires = "ezxenstore.core xenctrl"
  archive(byte) = "ezxenstore_watch.cma"
  archive(native) = "ezxenstore_watch.cmxa"
  plugin(byte) = "ezxenstore_watch.cma"
  plugin(native) = "ezxenstore_watch.cmxs"
)
