summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.projectile1
-rw-r--r--qlfile1
-rw-r--r--qlfile.lock8
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
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"))