9 lines
218 B
Scheme
9 lines
218 B
Scheme
;; -*- Scheme -*-
|
|
((synopsis "A simple Chatdir input-loop.")
|
|
(author "Jaidyn Ann")
|
|
(category net)
|
|
(license "GPLv3")
|
|
(dependencies srfi-1 inotify)
|
|
(components
|
|
(extension chatdir-inotify (source "inotify.scm"))))
|