mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-10 10:03:07 +00:00
Add taskpools and ssz_serialization (#2192)
This commit is contained in:
parent
d6c0db7ab6
commit
8317c4e909
@ -6786,6 +6786,20 @@
|
|||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/status-im/nim-json-serialization"
|
"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",
|
"name": "confutils",
|
||||||
"url": "https://github.com/status-im/nim-confutils",
|
"url": "https://github.com/status-im/nim-confutils",
|
||||||
@ -6798,6 +6812,21 @@
|
|||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/status-im/nim-confutils"
|
"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",
|
"name": "std_shims",
|
||||||
"url": "https://github.com/status-im/nim-std-shims",
|
"url": "https://github.com/status-im/nim-std-shims",
|
||||||
@ -12627,11 +12656,11 @@
|
|||||||
"doc": "https://ijneb.github.io/nimetry"
|
"doc": "https://ijneb.github.io/nimetry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "snappy",
|
"name": "nim-snappy",
|
||||||
"alias": "nim-snappy"
|
"alias": "snappy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nim-snappy",
|
"name": "snappy",
|
||||||
"url": "https://github.com/status-im/nim-snappy",
|
"url": "https://github.com/status-im/nim-snappy",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user