From 7b6d849122cc4280bdf4ff57cda71a881f406158 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 3 Oct 2024 06:09:39 -0700 Subject: Add qlot deps --- .gitignore | 2 ++ .projectile | 1 + qlfile | 1 + qlfile.lock | 8 ++++++++ 4 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 .projectile create mode 100644 qlfile create mode 100644 qlfile.lock 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 diff --git a/qlfile b/qlfile new file mode 100644 index 0000000..3f2655d --- /dev/null +++ b/qlfile @@ -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")) -- cgit v1.2.3