From 1262e0eea56d3134f60e064e0ccbf3562dfe2d0b Mon Sep 17 00:00:00 2001 From: ehmry Date: Thu, 3 Jun 2021 15:01:52 +0200 Subject: [PATCH] Added package Preserves (#1921) --- packages.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 68fc430..68d94bf 100644 --- a/packages.json +++ b/packages.json @@ -8831,10 +8831,10 @@ "url": "https://git.sr.ht/~ehmry/nim_cbor", "method": "git", "tags": [ - "library", - "cbor", "binary", - "encoding" + "cbor", + "library", + "serialization" ], "description": "Concise Binary Object Representation decoder (RFC7049).", "license": "MIT", @@ -22748,5 +22748,19 @@ "description": "Say hissatsuwaza (special attack) on your terminal.", "license": "MIT", "web": "https://github.com/jiro4989/sayhissatsuwaza" + }, + { + "name": "preserves", + "url": "https://git.sr.ht/~ehmry/preserves-nim", + "method": "git", + "tags": [ + "binary", + "library", + "serialization", + "syndicate" + ], + "description": "Preserves data model and serialization format", + "license": "ISC", + "web": "https://preserves.gitlab.io/preserves/" } ]