Commit e145ca1e6cd6966a1916c5235bb48e92969371db

Thomas de Grivel 2017-06-17T13:37:45

Dependencies

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/README.md b/README.md
index f81f679..2eb7597 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,10 @@ fd-stream streams are `(unsigned-byte 8)` cl-stream streams
 using `unistd:read`, `unistd:write` and `unistd:close` to
 operate on Unix file descriptors.
 
-See https://github.com/cl-stream/cl-stream .
+Depends on :
+- https://github.com/cffi-posix/cffi-fcntl
+- https://github.com/cffi-posix/cffi-unistd
+- https://github.com/cl-stream/cl-stream
 
 ## Class: fd-stream
 Base class for file descriptor streams.