diff options
author | pukkamustard <pukkamustard@posteo.net> | 2020-12-13 17:57:38 +0100 |
---|---|---|
committer | pukkamustard <pukkamustard@posteo.net> | 2020-12-13 17:57:38 +0100 |
commit | e1d72b1838ccbdaa25ae1583073c99cede8f36cb (patch) | |
tree | 053491da4f633c9f0cd7d19265ccde48ba4f81e3 /doc | |
parent | 88c54329c1f7357941ae3a4bac49847c022c9803 (diff) |
eris.adoc: add Go and Nim implementation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/eris.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/eris.adoc b/doc/eris.adoc index 7c31de3..187be1c 100644 --- a/doc/eris.adoc +++ b/doc/eris.adoc @@ -1,6 +1,6 @@ = Encoding for Robust Immutable Storage (ERIS) pukkamustard <pukkamustard@posteo.net> -0.2.0, 2020-12-07 +0.3.0-draft :toc: left :xrefstyle: short :sectnums: @@ -483,9 +483,11 @@ A list of known implementations that satisify the test vectors: | `guile-eris` | Guile | GPL-3.0-or-later | Reference implementation | https://gitlab.com/openengiadina/eris/ | `elixir-eris` | Elixir | GPL-3.0-or-later | Used in the https://gitlab.com/openengiadina/cpub[CPub] ActivityPub server | https://gitlab.com/openengiadina/elixir-eris/ +| `eris` | Go | BSD-3-Clause | | https://github.com/cjslep/eris +| `eris` | Nim | ISC | | https://git.sr.ht/~ehmry/eris |=== -Further implementations are being developed in https://github.com/cjslep/eris/[Go], https://hg.sr.ht/~arnebab/wisperis/[Wisp], https://gitlab.com/openengiadina/js-eris[JavaScript] (needs to be updated to this version of the encoding) and https://gitlab.com/public.dream/dromedar/ocaml-eris[OCaml]. +Further implementations are https://hg.sr.ht/~arnebab/wisperis/[Wisp], https://gitlab.com/openengiadina/js-eris[JavaScript] (needs to be updated to this version of the encoding) and https://gitlab.com/public.dream/dromedar/ocaml-eris[OCaml]. == Acknowledgments |