X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-inotify.asd;h=354b85c5e33e91b2e7dee46a82b58f3a6922d6d6;hb=HEAD;hp=79aaa1bd62aa6d50a71a2e167ce6c0b1bbed4434;hpb=af0cde5795a4dcab405a27cea311bea1c26b5606;p=cl-inotify.git diff --git a/cl-inotify.asd b/cl-inotify.asd index 79aaa1b..354b85c 100644 --- a/cl-inotify.asd +++ b/cl-inotify.asd @@ -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 @@ -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) + :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")))