-
Notifications
You must be signed in to change notification settings - Fork 0
/
warflagger.asd
60 lines (58 loc) · 1.94 KB
/
warflagger.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
;;;; warflagger.asd
(asdf:defsystem #:warflagger
:description "The warflagger.net website"
:author "Ben McGunigle <[email protected]>"
:license "Apache License, version 2.0"
:depends-on (#:warflagger-core
#:webhax
#:webhax-user
#:gadgets
#:sql-stuff
#:liql
#:alexandria
#:bordeaux-threads
#:lparallel
#:cl-who
#:cl-json
#:anaphora
#:kebab
#:cl-fad
#:external-program
#:cl-postgres
#:ratify
#:simple-rgb
#:lquery
#:cl-ipfs-api2
#:access
#:clerk
#:3bmd
#:cl-csv
#:plump-sexp
#:dexador
#:osicat
#:crawly
#:readability/plump
#:log4cl)
:serial t
:components ((:module
:src
:serial t
:components ((:file "local-settings")
(:file "package")
(:file "warflagger")
(:file "objective")
(:file "db")
(:file "references")
(:file "excerpts")
(:file "ranking")
(:file "opinml")
(:file "ballot-box")
(:file "author-stats")
(:file "score-script")
(:file "ipfs")
(:file "textract")
(:file "summarizer")
(:file "grouped")
(:file "admin")
(:file "slicer"))))
:in-order-to ((test-op (test-op "test-warflagger"))))