diff options
author | Colin Okay <okay@toyful.space> | 2022-02-02 14:08:23 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-02 14:08:23 -0600 |
commit | 595f7ae79c74129a28eba5fa68feb33875eb3323 (patch) | |
tree | b86c4b4555c6e596c989231bf7f481eea3eefcba /clpmfile |
initial commit
Diffstat (limited to 'clpmfile')
-rw-r--r-- | clpmfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clpmfile b/clpmfile new file mode 100644 index 0000000..972be79 --- /dev/null +++ b/clpmfile @@ -0,0 +1,10 @@ +;;; -*- Mode: common-lisp; -*- +(:api-version "0.4") + +(:source "quicklisp" :url "https://beta.quicklisp.org/dist/quicklisp.txt" :type :quicklisp) + +(:asd "oneliners.api.asd") + +(:github "lazybones" + :path "cbeo/lazybones" + :branch "master") |