diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .projectile | 1 | ||||
-rw-r--r-- | qlfile | 1 | ||||
-rw-r--r-- | qlfile.lock | 8 |
4 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1eee443 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.qlot/ +*~
\ No newline at end of file diff --git a/.projectile b/.projectile new file mode 100644 index 0000000..a1d08d9 --- /dev/null +++ b/.projectile @@ -0,0 +1 @@ +-/.qlot
\ No newline at end of file @@ -0,0 +1 @@ +git argot https://cicadas.surf/cgit/colin/argot.git diff --git a/qlfile.lock b/qlfile.lock new file mode 100644 index 0000000..e133c87 --- /dev/null +++ b/qlfile.lock @@ -0,0 +1,8 @@ +("quicklisp" . + (:class qlot/source/dist:source-dist + :initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest) + :version "2023-10-21")) +("argot" . + (:class qlot/source/git:source-git + :initargs (:remote-url "https://cicadas.surf/cgit/colin/argot.git") + :version "git-1504c36d166a81de08d93d8a5a85e4c36467f7b1")) |