Add qlfile
This commit is contained in:
parent
a4bf72232f
commit
0f7f6a3653
3 changed files with 20 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
.DS_Store
|
||||
.qlot/
|
||||
|
|
3
qlfile
Normal file
3
qlfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
ql fiveam
|
||||
ql assoc-utils
|
||||
ql let-over-lambda
|
16
qlfile.lock
Normal file
16
qlfile.lock
Normal file
|
@ -0,0 +1,16 @@
|
|||
("quicklisp" .
|
||||
(:class qlot/source/dist:source-dist
|
||||
:initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
||||
:version "2023-10-21"))
|
||||
("fiveam" .
|
||||
(:class qlot/source/ql:source-ql
|
||||
:initargs (:%version :latest)
|
||||
:version "ql-2023-10-21"))
|
||||
("assoc-utils" .
|
||||
(:class qlot/source/ql:source-ql
|
||||
:initargs (:%version :latest)
|
||||
:version "ql-2023-10-21"))
|
||||
("let-over-lambda" .
|
||||
(:class qlot/source/ql:source-ql
|
||||
:initargs (:%version :latest)
|
||||
:version "ql-2023-10-21"))
|
Loading…
Reference in a new issue