diff options
author | pukkamustard <pukkamustard@posteo.net> | 2020-11-09 17:57:19 +0100 |
---|---|---|
committer | pukkamustard <pukkamustard@posteo.net> | 2020-11-09 17:57:19 +0100 |
commit | 1eb653fcfc2b7a9bfd916c6c287fef6f1a086634 (patch) | |
tree | c5c2dc826e25ab745db8c6145f730646f04c935b /doc | |
parent | 29c6ca7110f00317c8942bed43555b69f9c2fce3 (diff) |
eris.adoc: add link to elixir-eris
Diffstat (limited to 'doc')
-rw-r--r-- | doc/eris.adoc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/eris.adoc b/doc/eris.adoc index 71d2f43..e72b384 100644 --- a/doc/eris.adoc +++ b/doc/eris.adoc @@ -354,7 +354,14 @@ For example the ERIS URN of the UTF-8 encoded string "Hail ERIS!" (with block si == Implementations -A reference implementation is available in Guile: https://gitlab.com/openengiadina/eris/ +A list of known implementations that satisify the test vectors: + +|=== +| Name | Programming language | License | Notes | Homepage + +| `guile-eris` | Guile | GPL-3.0-or-later | Reference implementation | https://gitlab.com/openengiadina/eris/ +| `elixir-eris` | Elixir | GPL-3.0-or-later | | https://gitlab.com/openengiadina/elixir-eris/ +|=== == Acknowledgments |