From c5481a34f241d9b9c6ff28fc58a30113316c6e92 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 4 Feb 2021 22:18:18 +0100 Subject: [PATCH] Added package eris and eris_utils (#1805) --- packages.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages.json b/packages.json index afa706d..04c4801 100644 --- a/packages.json +++ b/packages.json @@ -21439,5 +21439,27 @@ "description": "Library for external memory manipulation on a windows process", "license": "MIT", "web": "https://github.com/Sann0/Nimem" + }, + { + "name": "eris", + "url": "https://git.sr.ht/~ehmry/eris", + "method": "git", + "tags": [ + "eris" + ], + "description": "Encoding for Robust Immutable Storage (ERIS)", + "license": "ISC", + "web": "http://purl.org/eris" + }, + { + "name": "eris_utils", + "url": "https://git.sr.ht/~ehmry/eris_utils", + "method": "git", + "tags": [ + "eris" + ], + "description": "Utilities for the Encoding for Robust Immutable Storage (ERIS)", + "license": "GPL-3.0", + "web": "http://purl.org/eris" } ]