chore(3p/lisp): import sclf source tarball

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>
This commit is contained in:
sterni 2021-08-21 14:58:48 +02:00
parent 70e5783e22
commit a5dbd0f5d9
12 changed files with 3599 additions and 0 deletions

2
third_party/lisp/sclf/README vendored Normal file
View file

@ -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.