-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
studio.asd
33 lines (33 loc) · 1.1 KB
/
studio.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
(asdf:defsystem #:studio
:defsystem-depends-on (:radiance)
:class "radiance:virtual-module"
:author "Yukari Hafner <shinmera@tymoon.eu>"
:maintainer "Yukari Hafner <shinmera@tymoon.eu>"
:license "zlib"
:version "1.2.0"
:description "An image gallery hosting service"
:homepage "https://Shirakumo.github.io/studio/"
:bug-tracker "https://github.com/Shirakumo/studio/issues"
:source-control (:git "https://github.com/Shirakumo/studio.git")
:components ((:file "module")
(:file "toolkit")
(:file "objects")
(:file "frontend")
(:file "api")
(:file "import")
(:file "import-tumblr"))
:depends-on ((:interface :relational-database)
(:interface :user)
(:interface :auth)
(:interface :profile)
:north-drakma
:dexador
:humbler
:trivial-mimes
:trivial-thumbnail
:r-data-model
:r-clip
:i-json
:cl-ppcre
:uiop
:3bmd))