mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 13:33:08 +00:00
300 lines
8.3 KiB
Plaintext
300 lines
8.3 KiB
Plaintext
{
|
|
"version": 2,
|
|
"packages": {
|
|
"upraises": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "d9f268db1021959fe0f2c7a5e49fba741f9932a0",
|
|
"url": "https://github.com/markspanbroek/upraises",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "176234f808b44a0be763df706ed634d6e8df17bb"
|
|
}
|
|
},
|
|
"sqlite3_abi": {
|
|
"version": "3.40.1.1",
|
|
"vcsRevision": "362e1bd9f689ad9f5380d9d27f0705b3d4dfc7d3",
|
|
"url": "https://github.com/arnetheduck/nim-sqlite3-abi",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "8e91db8156a82383d9c48f53b33e48f4e93077b1"
|
|
}
|
|
},
|
|
"asynctest": {
|
|
"version": "0.3.2",
|
|
"vcsRevision": "a236a5f0f3031573ac2cb082b63dbf6e170e06e7",
|
|
"url": "https://github.com/markspanbroek/asynctest",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "0ef50d086659835b0a23a4beb77cb11747695448"
|
|
}
|
|
},
|
|
"unittest2": {
|
|
"version": "0.0.7",
|
|
"vcsRevision": "b178f47527074964f76c395ad0dfc81cf118f379",
|
|
"url": "https://github.com/status-im/nim-unittest2",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "b6d4a5cbe28b43c166d6442ba6804aafd4abe368"
|
|
}
|
|
},
|
|
"stew": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "13e55ed27a6ab125435ad9f9f0353669b9b554fa",
|
|
"url": "https://github.com/status-im/nim-stew",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "88ce27d9e9b86c518cd3d753cd77cf7051e4123f"
|
|
}
|
|
},
|
|
"bearssl": {
|
|
"version": "0.2.0",
|
|
"vcsRevision": "9372f27a25d0718d3527afad6cc936f6a853f86e",
|
|
"url": "https://github.com/status-im/nim-bearssl",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "9e9b4c34bae17aa7218e7ce449128064ae5e1118"
|
|
}
|
|
},
|
|
"httputils": {
|
|
"version": "0.3.0",
|
|
"vcsRevision": "aad684d3758a74c1b327df93da2e956458410b48",
|
|
"url": "https://github.com/status-im/nim-http-utils",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "cff631f7f4d6769aa3c02e48ab079b371614896f"
|
|
}
|
|
},
|
|
"chronos": {
|
|
"version": "3.2.0",
|
|
"vcsRevision": "ba143e029f35fd9b4cd3d89d007cc834d0d5ba3c",
|
|
"url": "https://github.com/status-im/nim-chronos",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"bearssl",
|
|
"httputils",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "5783067584ac6812eb64b8454ea6f9c97ff1262a"
|
|
}
|
|
},
|
|
"questionable": {
|
|
"version": "0.10.8",
|
|
"vcsRevision": "6cbbda7e4d009e02d0583b325b31dc68dff27854",
|
|
"url": "https://github.com/markspanbroek/questionable",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "401d04d895a057513fea64872d26e21309bf1012"
|
|
}
|
|
},
|
|
"datastore": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "0cde8aeb67c59fd0ac95496dc6b5e1168d6632aa",
|
|
"url": "https://github.com/status-im/nim-datastore",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"asynctest",
|
|
"chronos",
|
|
"questionable",
|
|
"sqlite3_abi",
|
|
"stew",
|
|
"unittest2",
|
|
"upraises"
|
|
],
|
|
"checksums": {
|
|
"sha1": "2c03bb47de97962d2a64be1ed0a8161cd9d65159"
|
|
}
|
|
},
|
|
"faststreams": {
|
|
"version": "0.3.0",
|
|
"vcsRevision": "2a771bb91f8aae8520a5553955a2acce5fdd0c87",
|
|
"url": "https://github.com/status-im/nim-faststreams",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "787fa266aafe0eebec2c216cc166c31deab36226"
|
|
}
|
|
},
|
|
"dnsclient": {
|
|
"version": "0.3.3",
|
|
"vcsRevision": "2b3d4b4e35b5e698fbbeafe16a4fa757926a4673",
|
|
"url": "https://github.com/ba0f3/dnsclient.nim",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "e5bd81f1b29bef3c2881d6dfd9adc400956d14af"
|
|
}
|
|
},
|
|
"serialization": {
|
|
"version": "0.2.0",
|
|
"vcsRevision": "f0860e1c25acf26ef5e6ea231c7c0537c793b555",
|
|
"url": "https://github.com/status-im/nim-serialization",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"faststreams",
|
|
"unittest2",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "744cbc8305ac3e39bba5089aeac1aebe7fe1f507"
|
|
}
|
|
},
|
|
"nimcrypto": {
|
|
"version": "0.5.4",
|
|
"vcsRevision": "4014ef939b51e02053c2e16dd3481d47bc9267dd",
|
|
"url": "https://github.com/cheatfate/nimcrypto",
|
|
"downloadMethod": "git",
|
|
"dependencies": [],
|
|
"checksums": {
|
|
"sha1": "6e0f5178a608ecf7bb046fd0179bf78662fcff16"
|
|
}
|
|
},
|
|
"testutils": {
|
|
"version": "0.5.0",
|
|
"vcsRevision": "dfc4c1b39f9ded9baf6365014de2b4bfb4dafc34",
|
|
"url": "https://github.com/status-im/nim-testutils",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "756d0757c4dd06a068f9d38c7f238576ba5ee897"
|
|
}
|
|
},
|
|
"json_serialization": {
|
|
"version": "0.1.5",
|
|
"vcsRevision": "aa44ee61dd323022d4abe7cbf4e44668aad88454",
|
|
"url": "https://github.com/status-im/nim-json-serialization",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"serialization",
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "87124e1a8c4278d85f55ccae7f5597445b57ad8d"
|
|
}
|
|
},
|
|
"chronicles": {
|
|
"version": "0.10.3",
|
|
"vcsRevision": "32ac8679680ea699f7dbc046e8e0131cac97d41a",
|
|
"url": "https://github.com/status-im/nim-chronicles",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"testutils",
|
|
"json_serialization"
|
|
],
|
|
"checksums": {
|
|
"sha1": "79f09526d4d9b9196dd2f6a75310d71a890c4f88"
|
|
}
|
|
},
|
|
"metrics": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "abf3acc7f06cee9ee2c287d2f31413dc3df4c04e",
|
|
"url": "https://github.com/status-im/nim-metrics",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos"
|
|
],
|
|
"checksums": {
|
|
"sha1": "b966ea6e6f86f1d5c77e7822fc838f6f5c65a9f7"
|
|
}
|
|
},
|
|
"secp256k1": {
|
|
"version": "0.6.0.3.1",
|
|
"vcsRevision": "5fd81357839d57ef38fb17647bd5e31dfa9f55b8",
|
|
"url": "https://github.com/status-im/nim-secp256k1",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew",
|
|
"nimcrypto"
|
|
],
|
|
"checksums": {
|
|
"sha1": "84c318e294175ba91d25516e0ee676814301ca95"
|
|
}
|
|
},
|
|
"zlib": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "d65ee2a7611eb9f0ef0e7350caed6e93ccfa9651",
|
|
"url": "https://github.com/status-im/nim-zlib",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "c4d041561c815506eeb02251205d41e73814e906"
|
|
}
|
|
},
|
|
"websock": {
|
|
"version": "0.1.0",
|
|
"vcsRevision": "3696e3f3a5b938e478e473a6089bf8de386d2f04",
|
|
"url": "https://github.com/status-im/nim-websock",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"chronos",
|
|
"httputils",
|
|
"chronicles",
|
|
"stew",
|
|
"nimcrypto",
|
|
"bearssl",
|
|
"zlib"
|
|
],
|
|
"checksums": {
|
|
"sha1": "e15709d37f9142ed6053098de555f645cca5770f"
|
|
}
|
|
},
|
|
"libp2p": {
|
|
"version": "1.1.0",
|
|
"vcsRevision": "3725f6a95b2619f8e05454ccf5c121a5c5041568",
|
|
"url": "https://github.com/status-im/nim-libp2p",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"nimcrypto",
|
|
"dnsclient",
|
|
"bearssl",
|
|
"chronicles",
|
|
"chronos",
|
|
"metrics",
|
|
"secp256k1",
|
|
"stew",
|
|
"websock",
|
|
"unittest2"
|
|
],
|
|
"checksums": {
|
|
"sha1": "5512ca4813243e4b1009ddc404d4dd79c5bfbb3f"
|
|
}
|
|
},
|
|
"stint": {
|
|
"version": "0.0.1",
|
|
"vcsRevision": "86621eced1dcfb5e25903019ebcfc76ed9128ec5",
|
|
"url": "https://github.com/status-im/nim-stint",
|
|
"downloadMethod": "git",
|
|
"dependencies": [
|
|
"stew"
|
|
],
|
|
"checksums": {
|
|
"sha1": "6b4a6fdd317202b7c092dc32b74a6573f81cca62"
|
|
}
|
|
}
|
|
},
|
|
"tasks": {}
|
|
}
|