(lang dune 2.9)
(name inotify)
(version 2.4.1)
(library
 (name inotify)
 (kind normal)
 (archives (byte inotify.cma))
 (plugins (byte inotify.cma))
 (foreign_objects inotify_stubs.o)
 (foreign_archives libinotify_stubs.a)
 (main_module_name Inotify)
 (modes byte)
 (modules
  (singleton
   (name Inotify)
   (obj_name inotify)
   (visibility public)
   (impl)
   (intf))))
(library
 (name inotify.lwt)
 (kind normal)
 (archives (byte lwt/lwt_inotify.cma))
 (plugins (byte lwt/lwt_inotify.cma))
 (requires inotify lwt lwt.unix)
 (main_module_name Lwt_inotify)
 (modes byte)
 (modules
  (singleton
   (name Lwt_inotify)
   (obj_name lwt_inotify)
   (visibility public)
   (impl)
   (intf))))
