Add iolib functions.
[cl-inotify.git] / cl-inotify.asd
index 79aaa1b..354b85c 100644 (file)
@@ -1,6 +1,6 @@
-;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-user; -*-
+;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
 
-;; Copyright (c) 2011, Olof-Joachim Frahm
+;; Copyright (c) 2011-12, Olof-Joachim Frahm
 ;; All rights reserved.
 
 ;; Redistribution and use in source and binary forms, with or without
   :long-description "Binding to the Linux inotify(7) API."
   :author "Olof-Joachim Frahm <olof@macrolet.net>"
   :license "Simplified BSD License"
-  :depends-on (#:cffi #:binary-types #:trivial-utf-8)
+  :depends-on (#:cffi
+               #:binary-types
+               #:trivial-utf-8
+               #:osicat)
+  :weakly-depends-on (#:iolib)
   :serial T
   :components ((:file "package")
-              (cffi-grovel:grovel-file "grovel")
-              (:file "inotify")))
+               (cffi-grovel:grovel-file "grovel")
+               (:file "inotify")))