diff options
author | Piotr Szarmanski | 2022-09-21 22:50:14 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-09-21 22:50:14 +0200 |
commit | 56d3ca4cf14ac1b2bac9c866daa98cdb803915fa (patch) | |
tree | f97d64c7ba5903491db5ae48612507a4ae216859 /README |
Initial commit.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |