# OASIS_START
# DO NOT EDIT (digest: 67185930232510a8c703a5b128c03890)
version = "1.0.1"
description = "Pure OCaml implementation of the Network Block Device"
requires = "cstruct cstruct.syntax"
archive(byte) = "nbd.cma"
archive(byte, plugin) = "nbd.cma"
archive(native) = "nbd.cmxa"
archive(native, plugin) = "nbd.cmxs"
exists_if = "nbd.cma"
package "lwt" (
 version = "1.0.1"
 description = "Pure OCaml implementation of the Network Block Device"
 requires = "nbd lwt lwt.unix lwt.syntax"
 archive(byte) = "nbd-lwt.cma"
 archive(byte, plugin) = "nbd-lwt.cma"
 archive(native) = "nbd-lwt.cmxa"
 archive(native, plugin) = "nbd-lwt.cmxs"
 exists_if = "nbd-lwt.cma"
)
# OASIS_STOP

