git.fiddlerwoaroof.com
Browse code

adding asd

fiddlerwoaroof authored on 30/08/2016 17:37:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+;;;; hhgbot.asd
2
+
3
+(asdf:defsystem #:hhgbot
4
+  :description "Describe hhgbot here"
5
+  :author "Your Name <your.name@example.com>"
6
+  :license "Specify license here"
7
+  :depends-on (
8
+          #:alexandria
9
+          #:blackbird
10
+          #:carrier
11
+          #:chanl
12
+          #:cl+ssl
13
+          #:cl-js
14
+          #:drakma
15
+          #:fast-http
16
+          #:flexi-streams
17
+          #:fwoar.lisputils
18
+          #:hunchensocket
19
+          #:positional-lambda
20
+          #:plump
21
+          #:puri
22
+          #:serapeum
23
+          #:ubiquitous
24
+          #:websocket-driver
25
+          #:yason
26
+          )
27
+  :serial t
28
+  :components ((:file "package")
29
+               (:file "js-executor")
30
+               (:file "slack-client")
31
+               (:file "test-ui")))
32
+