From 56d3ca4cf14ac1b2bac9c866daa98cdb803915fa Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Wed, 21 Sep 2022 22:50:14 +0200 Subject: Initial commit. --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a049a2d --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +This is a Common Lisp implementation of the Encoding for Robust Immutable +Storage specification (https://purl.org/eris). It implements the version 1.0 of +the specification. + +The code is licensed under the LGPLv3 or any later version, unless specified +otherwise in a file. + +Depends on Alexandria, Ironclad version 0.58+, function-cache, and fiveam for +the tests. + +Until the Ironclad library released version 0.58, you have to use the master +branch as it contains the necessary patch to add the RFC Chacha variant to +Ironclad. + +TODO: ++ fix the bugs ++ clean up the code \ No newline at end of file -- cgit v1.2.3