chatdir-inotify.egg 218 B

123456789
  1. ;; -*- Scheme -*-
  2. ((synopsis "A simple Chatdir input-loop.")
  3. (author "Jaidyn Ann")
  4. (category net)
  5. (license "GPLv3")
  6. (dependencies srfi-1 inotify)
  7. (components
  8. (extension chatdir-inotify (source "inotify.scm"))))