# OASIS_START
# DO NOT EDIT (digest: 084fa210e5294628b8d2158527e8fe96)
version = "1.2.4"
description = "Xenstore protocol library"
requires = "cstruct cstruct.syntax"
archive(byte) = "xenstore.cma"
archive(byte, plugin) = "xenstore.cma"
archive(native) = "xenstore.cmxa"
archive(native, plugin) = "xenstore.cmxs"
exists_if = "xenstore.cma"
package "unix" (
 version = "1.2.4"
 description = "Xenstore protocol library"
 requires = "unix threads xenstore"
 archive(byte) = "xenstore_client_unix.cma"
 archive(byte, plugin) = "xenstore_client_unix.cma"
 archive(native) = "xenstore_client_unix.cmxa"
 archive(native, plugin) = "xenstore_client_unix.cmxs"
 exists_if = "xenstore_client_unix.cma"
)

package "server" (
 version = "1.2.4"
 description = "Xenstore protocol library"
 requires = "lwt xenstore"
 archive(byte) = "xenstore_server.cma"
 archive(byte, plugin) = "xenstore_server.cma"
 archive(native) = "xenstore_server.cmxa"
 archive(native, plugin) = "xenstore_server.cmxs"
 exists_if = "xenstore_server.cma"
)

package "client" (
 version = "1.2.4"
 description = "Xenstore protocol library"
 requires = "lwt xenstore"
 archive(byte) = "xenstore_client_lwt.cma"
 archive(byte, plugin) = "xenstore_client_lwt.cma"
 archive(native) = "xenstore_client_lwt.cmxa"
 archive(native, plugin) = "xenstore_client_lwt.cmxs"
 exists_if = "xenstore_client_lwt.cma"
)
# OASIS_STOP

