diff options
author | Colin Okay <okay@toyful.space> | 2022-02-03 14:00:26 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-03 14:00:26 -0600 |
commit | 4d2ada0a465583e4b8516aa3f6308fdcb10d79d7 (patch) | |
tree | c4a3151f0b2f746bce7f92d3763735470ca1c840 /clpmfile | |
parent | 15c796b78a6d766a269fa3b17656d99cb7dcd8c8 (diff) |
added clpmfile
Diffstat (limited to 'clpmfile')
-rw-r--r-- | clpmfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clpmfile b/clpmfile new file mode 100644 index 0000000..e2dae29 --- /dev/null +++ b/clpmfile @@ -0,0 +1,6 @@ +;;; -*- Mode: common-lisp; -*- +(:api-version "0.4") + +(:source "quicklisp" :url "https://beta.quicklisp.org/dist/quicklisp.txt" :type :quicklisp) + +(:asd "oneliners.cli.asd") |