Added package Preserves (#1921)

This commit is contained in:
ehmry 2021-06-03 15:01:52 +02:00 committed by GitHub
parent fb0d6829fd
commit 1262e0eea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/"
}
]