Added link to other library.
[cl-inotify.git] / README
diff --git a/README b/README
index 094cb71..4235702 100644 (file)
--- a/README
+++ b/README
@@ -11,6 +11,8 @@ trivial-utf-8.  Doesn't use iolib, because we don't need most of the
 functionality, although it might gain us some implementation
 independence (patches which can be conditionally compiled are welcome).
 
+A similar package is at [stassats Github][3].
+
 
 # HOWTO
 
@@ -57,6 +59,11 @@ The raw API, which doesn't register watched paths, consists of
 they're exported in case someone doesn't like the upper layers.
 
 
+In case you want to use `epoll` or `select` on the event queue you can
+access the file descriptor yourself and then use the normal functions
+afterwards.  Currently no such functionality is integrated here.
+
+
 # EXAMPLE
 
     > (use-package '#:cl-inotify)
@@ -74,9 +81,6 @@ they're exported in case someone doesn't like the upper layers.
 - make things more implementation independent
 - (maybe) don't use the libc for this, direct syscall
 - (maybe) add iolib replacement for io functions
-
-# DONE
-
 - easier interface for (e)poll/select maybe using iolib (done, using
   CL:LISTEN and/or SB-UNIX:UNIX-READ)
 
@@ -85,3 +89,4 @@ LINKS
 
 [1]: https://github.com/Ferada/binary-types
 [2]: http://www.cliki.net/Binary-types
+[3]: https://github.com/stassats/inotify
\ No newline at end of file