Add taskpools and ssz_serialization (#2192)

This commit is contained in:
zah 2022-03-30 18:40:35 +03:00 committed by GitHub
parent d6c0db7ab6
commit 8317c4e909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6786,6 +6786,20 @@
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-json-serialization"
},
{
"name": "ssz_serialization",
"url": "https://github.com/status-im/nim-ssz-serialization",
"method": "git",
"tags": [
"library",
"ssz",
"serialization",
"ethereum"
],
"description": "Nim implementation of the Ethereum SSZ serialization format",
"license": "MIT",
"web": "https://github.com/status-im/nim-ssz-serialization"
},
{
"name": "confutils",
"url": "https://github.com/status-im/nim-confutils",
@ -6798,6 +6812,21 @@
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-confutils"
},
{
"name": "taskpools",
"url": "https://github.com/status-im/nim-taskpools",
"method": "git",
"tags": [
"library",
"multithreading",
"parallelism",
"data-parallelism",
"threadpool"
],
"description": "lightweight, energy-efficient, easily auditable threadpool",
"license": "Apache License 2.0",
"web": "https://github.com/status-im/nim-taskpools"
},
{
"name": "std_shims",
"url": "https://github.com/status-im/nim-std-shims",
@ -12627,11 +12656,11 @@
"doc": "https://ijneb.github.io/nimetry"
},
{
"name": "snappy",
"alias": "nim-snappy"
"name": "nim-snappy",
"alias": "snappy"
},
{
"name": "nim-snappy",
"name": "snappy",
"url": "https://github.com/status-im/nim-snappy",
"method": "git",
"tags": [