Add trivial-system-loader to qlot deps
This commit is contained in:
parent
90ac8ee8f5
commit
6cdf49965b
3 changed files with 7 additions and 1 deletions
1
qlfile
1
qlfile
|
@ -2,5 +2,6 @@ ql ningle
|
||||||
ql lack
|
ql lack
|
||||||
ql cl-ppcre
|
ql cl-ppcre
|
||||||
ql alexandria
|
ql alexandria
|
||||||
|
ql trivial-system-loader
|
||||||
github rove fukamachi/rove
|
github rove fukamachi/rove
|
||||||
github dissect shinmera/dissect
|
github dissect shinmera/dissect
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
(:class qlot/source/ql:source-ql
|
(:class qlot/source/ql:source-ql
|
||||||
:initargs (:%version :latest)
|
:initargs (:%version :latest)
|
||||||
:version "ql-2024-10-12"))
|
:version "ql-2024-10-12"))
|
||||||
|
("trivial-system-loader" .
|
||||||
|
(:class qlot/source/ql:source-ql
|
||||||
|
:initargs (:%version :latest)
|
||||||
|
:version "ql-2024-10-12"))
|
||||||
("rove" .
|
("rove" .
|
||||||
(:class qlot/source/github:source-github
|
(:class qlot/source/github:source-github
|
||||||
:initargs (:repos "fukamachi/rove" :ref nil :branch nil :tag nil)
|
:initargs (:repos "fukamachi/rove" :ref nil :branch nil :tag nil)
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
#:regex-replace
|
#:regex-replace
|
||||||
#:regex-replace-all)
|
#:regex-replace-all)
|
||||||
(:import-from #:ningle)
|
(:import-from #:ningle)
|
||||||
(:import-from #:trivial-system-loader)
|
(:import-from #:trivial-system-loader
|
||||||
|
#:load-system)
|
||||||
(:export #:pathname->path
|
(:export #:pathname->path
|
||||||
#:path->uri
|
#:path->uri
|
||||||
#:path-package
|
#:path-package
|
||||||
|
|
Loading…
Reference in a new issue