-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdatastar-cl.asd
More file actions
28 lines (27 loc) · 897 Bytes
/
datastar-cl.asd
File metadata and controls
28 lines (27 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;;;; datastar-cl.asd
(asdf:defsystem #:datastar-cl
:description "Common Lisp implementation of the Datastar SDK for Server-Sent Events (SSE)"
:author "Frederico Muñoz <fsmunoz@gmail.com>"
:license "MIT"
:version "0.0.1"
:serial t
:depends-on (#:bordeaux-threads
#:split-sequence
#:alexandria
#:com.inuoe.jzon
#:quri
#:flexi-streams
#:trivial-gray-streams
#:cffi
#:hunchentoot
#:clack
#:lack-util-writer-stream
#:zstd
#:gzip-stream
#:salza2)
:components ((:file "package")
(:file "conditions")
(:file "datastar-cl")
(:file "hunchentoot")
(:file "clack")
(:file "woo-async"))) ; Load last - needs clack symbols