;;; -*- 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")
