# OASIS_START
# DO NOT EDIT (digest: 3fab694110c662d9a8bec0cac51f1dbe)
version = "2.3"
description = "Inotify bindings for ocaml"
requires = "unix bytes"
archive(byte) = "inotify.cma"
archive(byte, plugin) = "inotify.cma"
archive(native) = "inotify.cmxa"
archive(native, plugin) = "inotify.cmxs"
exists_if = "inotify.cma"
package "lwt" (
 version = "2.3"
 description = "Inotify bindings for ocaml"
 requires = "unix inotify lwt lwt.unix"
 archive(byte) = "inotify-lwt.cma"
 archive(byte, plugin) = "inotify-lwt.cma"
 archive(native) = "inotify-lwt.cmxa"
 archive(native, plugin) = "inotify-lwt.cmxs"
 exists_if = "inotify-lwt.cma"
)
# OASIS_STOP

