-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-deps.asd
136 lines (136 loc) · 2.34 KB
/
app-deps.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
(DEFSYSTEM
"app-deps"
:CLASS
:PACKAGE-INFERRED-SYSTEM
:DEPENDS-ON
("40ants-doc"
"40ants-doc/changelog"
"40ants-doc/core"
"40ants-doc/docstring"
"40ants-doc/glossary"
"40ants-doc/locatives"
"40ants-doc/locatives/base"
"40ants-doc/locatives/define-definer"
"40ants-doc/object-package"
"40ants-doc/reference"
"40ants-doc/reference-api"
"40ants-doc/restart"
"40ants-doc/source-api"
"alexandria"
"anafanafo"
"anafanafo/changelog"
"anafanafo/core"
"anaphora"
"asdf"
"babel"
"bordeaux-threads"
"cffi"
"chipz"
"chunga"
"cl-annot"
"cl-base64"
"cl-change-case"
"cl-containers"
"cl-cookie"
"cl-interpol"
"cl-libyaml"
"cl-markdown"
"cl-ppcre"
"cl-ppcre-unicode"
"cl-strings"
"cl-svg"
"cl-syntax"
"cl-syntax-annot"
"cl-unicode"
"cl-unicode/base"
"cl-utilities"
"cl-yaml"
"cl-yandex-metrika"
"clack"
"clack-socket"
"closer-mop"
"dexador"
"dissect"
"docs-config"
"docs-config/config"
"dynamic-classes"
"f-underscore"
"fast-http"
"fast-io"
"flexi-streams"
"function-cache"
"github"
"github/core"
"global-vars"
"introspect-environment"
"iterate"
"jonathan"
"jsown"
"lack"
"lack-component"
"lack-middleware-backtrace"
"lack-util"
"lev"
"link-header"
"link-header/core"
"lisp-namespace"
"local-time"
"log4cl"
"log4cl-extras"
"log4cl-extras/appenders"
"log4cl-extras/config"
"log4cl-extras/context"
"log4cl-extras/error"
"log4cl-extras/json"
"log4cl-extras/plain"
"log4cl-extras/utils"
"metabang-bind"
"metatilities-base"
"named-readtables"
"parenscript"
"parse-declarations-1.0"
"parse-number"
"proc-parse"
"pythonic-string-reader"
"quri"
"rutils"
"sb-bsd-sockets"
"sb-cltl2"
"sb-concurrency"
"sb-posix"
"serapeum"
"slynk"
"slynk-named-readtables"
"slynk-package-inferred"
"smart-buffer"
"spinneret"
"spinneret/cl-markdown"
"split-sequence"
"static-vectors"
"str"
"string-case"
"swank"
"swap-bytes"
"symbol-munger"
"trivia"
"trivia.balland2006"
"trivia.level0"
"trivia.level1"
"trivia.level2"
"trivia.trivial"
"trivial-cltl2"
"trivial-features"
"trivial-file-size"
"trivial-garbage"
"trivial-gray-streams"
"trivial-macroexpand-all"
"trivial-mimes"
"trivial-types"
"trivial-utf-8"
"type-i"
"uiop"
"usocket"
"vom"
"with-output-to-stream"
"woo"
"xsubseq"))