Ported to Chicken 5
parent
4680d25561
commit
324324c4a9
@ -1,8 +0,0 @@
|
||||
;; -*- Scheme -*-
|
||||
|
||||
((synopsis "Server-Sent Events module for Awful")
|
||||
(author "Arthur Maciel")
|
||||
(category web)
|
||||
(license "BSD")
|
||||
(depends awful spiffy intarweb)
|
||||
(test-depends test server-test uri-common http-client))
|
@ -1,9 +0,0 @@
|
||||
;; -*- Scheme -*-
|
||||
|
||||
(compile -s -O2 awful-sse.scm -j awful-sse)
|
||||
(compile -s -O2 awful-sse.import.scm)
|
||||
|
||||
(install-extension
|
||||
'awful-sse
|
||||
'("awful-sse.so" "awful-sse.import.so")
|
||||
'((version "0.1")))
|
@ -0,0 +1,9 @@
|
||||
;; -*- mode: scheme -*-
|
||||
((author "Arthur Maciel")
|
||||
(synopsis "Server-Sent Events module for Awful")
|
||||
(category web)
|
||||
(license "BSD")
|
||||
(dependencies awful spiffy intarweb)
|
||||
(test-dependencies test server-test uri-common http-client)
|
||||
(components
|
||||
(extension awful.sse)))
|
Loading…
Reference in New Issue