2014-07-08 02:01:53 +00:00
|
|
|
;; -*- Scheme -*-
|
|
|
|
|
|
|
|
((synopsis "Server-Sent Events module for Awful")
|
|
|
|
(author "Arthur Maciel")
|
|
|
|
(category web)
|
|
|
|
(license "BSD")
|
|
|
|
(depends awful spiffy intarweb)
|
2014-07-08 18:45:06 +00:00
|
|
|
(test-depends test server-test uri-common http-client))
|