-
Notifications
You must be signed in to change notification settings - Fork 0
/
clpmfile
50 lines (43 loc) · 1.09 KB
/
clpmfile
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
;;; -*- mode: common-lisp -*-
(:api-version "0.3")
(:source "quicklisp"
:type :ql-clpi
:url "https://quicklisp.common-lisp-project-index.org/")
;; Needed because QL's list of dependencies misses these. They are dependencies
;; of 40ants-doc-full (to actually generate the documentation).
(:system "40ants-doc-full")
(:system "3bmd")
(:system "3bmd-ext-code-blocks")
(:system "closer-mop")
(:system "swank")
(:system "cl-ppcre")
(:system "cl-ppcre-unicode")
(:system "ironclad")
(:system "cl-fad")
(:system "str")
(:system "dexador")
(:system "commondoc-markdown")
(:system "spinneret")
(:system "log4cl")
(:system "tmpdir")
(:system "trivial-extract")
(:system "lass")
(:system "xml-emitter")
(:system "stem")
(:system "jonathan")
(:system "slynk")
;; Needed to build cl-unicode
(:system "flexi-streams")
(:gitlab "cl-tar-file"
:host "gitlab.common-lisp.net"
:path "cl-tar/cl-tar-file"
:branch "main")
(:github "osicat"
:path "osicat/osicat"
:branch "master")
(:gitlab "asdf-release-ops"
:path "daewok/asdf-release-ops"
:branch "main")
(:asd "tar.asd")
(:asd "tar-cli.asd")
(:asd "tar-cli-asdf.asd")