Skip to content
Snippets Groups Projects
Commit 4d066ece authored by Eric Timmons's avatar Eric Timmons
Browse files

Update dependencies

parent 7acc162f
No related branches found
No related tags found
1 merge request!1Switch to CLCI for CI
Pipeline #5279 passed
...@@ -5,12 +5,8 @@ ...@@ -5,12 +5,8 @@
:type :ql-clpi :type :ql-clpi
:url "https://quicklisp.common-lisp-project-index.org/") :url "https://quicklisp.common-lisp-project-index.org/")
;; Needed because QL dependencies suck. These are dependencies of 40ants-doc. ;; Needed because QL's list of dependencies misses these. They are dependencies
(:system "named-readtables") ;; of 40ants-doc-full (to actually generate the documentation).
(:system "pythonic-string-reader")
;; And these are deps for 40ants-doc-full (to actually generate the
;; documentation).
(:system "40ants-doc-full") (:system "40ants-doc-full")
(:system "3bmd") (:system "3bmd")
(:system "3bmd-ext-code-blocks") (:system "3bmd-ext-code-blocks")
...@@ -21,6 +17,17 @@ ...@@ -21,6 +17,17 @@
(:system "ironclad") (:system "ironclad")
(:system "cl-fad") (:system "cl-fad")
(:system "str") (: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 ;; Needed to build cl-unicode
(:system "flexi-streams") (:system "flexi-streams")
......
This diff is collapsed.
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
(asdf:load-system :40ants-doc-full) (asdf:load-system :40ants-doc-full)
(40ants-doc/builder:update-asdf-system-html-docs tar-file::@manual :tar-file) (40ants-doc/builder:update-asdf-system-docs tar-file::@manual :tar-file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment