From e632996711c3cab8d5ded81c0f557aa8d12c2213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C3=A6l=C5=8Drum=20spect=C4=81tr=C4=ABx?= Date: Fri, 21 Nov 2025 22:13:34 +0100 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b08cc77 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Dependencies + +- [https://call-cc.org](CHICKEN Scheme) 5 or 6, +- A few CHICKEN extensions, installable using: ```sh +chicken-install -s html-parser openssl http-client matchable srfi-18 +``` + +# Building + +Compile using `csm` (requires `chicken-install -s csm`), or run `rain.sld` directly. + +# License + +This is free software licensed under a two-clause BSD license. Copyright (c) 2025, afiw.