# OASIS_START
# DO NOT EDIT (digest: 048e1d594c064f1cc44da25fc1042dfe)
version = "1.1.0"
description = "Xen-style shared memory rings"
requires = "cstruct cstruct.syntax"
archive(byte) = "shared_memory_ring.cma"
archive(byte, plugin) = "shared_memory_ring.cma"
archive(native) = "shared_memory_ring.cmxa"
archive(native, plugin) = "shared_memory_ring.cmxs"
exists_if = "shared_memory_ring.cma"
package "xenstore" (
 version = "1.1.0"
 description = "Xen-style shared memory rings"
 requires = "shared-memory-ring"
 archive(byte) = "xenstore_ring.cma"
 archive(byte, plugin) = "xenstore_ring.cma"
 archive(native) = "xenstore_ring.cmxa"
 archive(native, plugin) = "xenstore_ring.cmxs"
 exists_if = "xenstore_ring.cma"
)

package "lwt" (
 version = "1.1.0"
 description = "Xen-style shared memory rings"
 requires = "shared-memory-ring lwt lwt.syntax"
 archive(byte) = "lwt_shared_memory_ring.cma"
 archive(byte, plugin) = "lwt_shared_memory_ring.cma"
 archive(native) = "lwt_shared_memory_ring.cmxa"
 archive(native, plugin) = "lwt_shared_memory_ring.cmxs"
 exists_if = "lwt_shared_memory_ring.cma"
)

package "console" (
 version = "1.1.0"
 description = "Xen-style shared memory rings"
 requires = "shared-memory-ring"
 archive(byte) = "console_ring.cma"
 archive(byte, plugin) = "console_ring.cma"
 archive(native) = "console_ring.cmxa"
 archive(native, plugin) = "console_ring.cmxs"
 exists_if = "console_ring.cma"
)
# OASIS_STOP

