about summary refs log tree commit diff
path: root/third_party/lisp/sclf/README
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-08-21T12·58+0200
committersterni <sternenseemann@systemli.org>2021-09-01T22·57+0000
commita5dbd0f5d90f0493c89126fe279400d0e7ad7e5b (patch)
tree4de4bdf876407ed6a62a98471a2480145cba3a79 /third_party/lisp/sclf/README
parent70e5783e2297ca7f59ee85f236125addc161fd27 (diff)
chore(3p/lisp): import sclf source tarball r/2810
Used http://wcp.sdf-eu.org/software/sclf-20150207T213551.tbz (sha256
a231aeecdb9e87c72642292a1e083fffb33e69ec1d34e667326c6c35b8bcc794).
There's no upstream repository nor a release since 2015, so importing
seems to make a lot of sense.

Since we can't subtree making any depot-related changes in a separate CL
to make them more discoverable -- this is only the source import.

Change-Id: Ia51a7f4029dba3abd1eee4eeebcf99aca5c5ba4c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3376
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/lisp/sclf/README')
-rw-r--r--third_party/lisp/sclf/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/lisp/sclf/README b/third_party/lisp/sclf/README
new file mode 100644
index 0000000000..df51eee368
--- /dev/null
+++ b/third_party/lisp/sclf/README
@@ -0,0 +1,2 @@
+SCLF is a collection of disparate Common Lisp functions that are
+common enough in my code but couldn't find a place anywhere else.