X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-inotify.asd;h=354b85c5e33e91b2e7dee46a82b58f3a6922d6d6;hb=HEAD;hp=80aaad5d62aeb72365b6b042c8e46480b9241a16;hpb=1e07f5bd534aa233fc53a97787b5e38b5d5fbed1;p=cl-inotify.git diff --git a/cl-inotify.asd b/cl-inotify.asd index 80aaad5..354b85c 100644 --- a/cl-inotify.asd +++ b/cl-inotify.asd @@ -1,4 +1,4 @@ -;;; -*- 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-12, Olof-Joachim Frahm ;; All rights reserved. @@ -36,8 +36,12 @@ :long-description "Binding to the Linux inotify(7) API." :author "Olof-Joachim Frahm " :license "Simplified BSD License" - :depends-on (#:cffi #:binary-types #:trivial-utf-8 #:sb-posix) + :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")))