9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
|
;; -*- 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"))))
|