forked from nixeagle/nisp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnisp.user.asd
33 lines (32 loc) · 814 Bytes
/
nisp.user.asd
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
29
30
31
32
33
(in-package :cl-user)
(defpackage #:nisp.fbi-system
(:use :cl :asdf))
(in-package :nisp.fbi-system)
(defsystem :nisp.user
:version "0.1.0"
:author "James S <[email protected]>"
:maintainer "James S <[email protected]>"
:license "GPLv3 or later"
:depends-on (:iterate
:md5
:cxml-stp
:hunchentoot
:cl-irc
:cl-who
:closure-html
:drakma
:usocket
:anaphora
:closure-html
:cl-html-parse
:djula
:nisp.util
:nutils
:eos
:swank
:split-sequence
:cl-github
:nisp.fbi)
:serial t
:components
((:file "user")))