aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/eris.adoc6
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