From c8dff1259138e693264470def710e10aed0fd808 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 30 Mar 2022 18:59:09 +0300 Subject: [PATCH] Specify some binaries in the nimble file; Add a Nimble lock file --- nimble.lock | 365 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 nimble.lock diff --git a/nimble.lock b/nimble.lock new file mode 100644 index 000000000..586357e80 --- /dev/null +++ b/nimble.lock @@ -0,0 +1,365 @@ +{ + "version": 1, + "packages": { + "unittest2": { + "version": "0.0.3", + "vcsRevision": "24eb5e829ed07e71e3a5d09786d5f80aa988874f", + "url": "https://github.com/status-im/nim-unittest2.git", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "0140709df36bca378cfa8678e04082f9a1fccabf" + } + }, + "testutils": { + "version": "0.4.2", + "vcsRevision": "aa6e5216f4b4ab5aa971cdcdd70e1ec1203cedf2", + "url": "https://github.com/status-im/nim-testutils", + "downloadMethod": "git", + "dependencies": [ + "unittest2" + ], + "checksums": { + "sha1": "94427e0cce0e0c5841edcd3a6530b4e6b857a3cb" + } + }, + "stew": { + "version": "0.1.0", + "vcsRevision": "bb705bf17b46d2c8f9bfb106d9cc7437009a2501", + "url": "https://github.com/status-im/nim-stew", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "adac4b56a0dc35b1f5fc8fb66e8bb182100c857a" + } + }, + "bearssl": { + "version": "0.1.5", + "vcsRevision": "ba80e2a0d7ae8aab666cee013e38ff8d33a3e5e7", + "url": "https://github.com/status-im/nim-bearssl", + "downloadMethod": "git", + "dependencies": [ + "unittest2" + ], + "checksums": { + "sha1": "383abd5becc77bf8e365b780a29d20529e1d9c4c" + } + }, + "httputils": { + "version": "0.3.0", + "vcsRevision": "40048e8b3e69284bdb5d4daa0a16ad93402c55db", + "url": "https://github.com/status-im/nim-http-utils", + "downloadMethod": "git", + "dependencies": [ + "stew", + "unittest2" + ], + "checksums": { + "sha1": "7a3ddd118b1f5eecd413a2effcc289cd19cb812e" + } + }, + "chronos": { + "version": "3.0.11", + "vcsRevision": "87197230779002a2bfa8642f0e2ae07e2349e304", + "url": "https://github.com/status-im/nim-chronos", + "downloadMethod": "git", + "dependencies": [ + "stew", + "bearssl", + "httputils", + "unittest2" + ], + "checksums": { + "sha1": "badd688fa1121e2685e7927e0f2f4fe62a0ed62e" + } + }, + "faststreams": { + "version": "0.3.0", + "vcsRevision": "37a183153c071539ab870f427c09a1376ba311b9", + "url": "https://github.com/status-im/nim-faststreams", + "downloadMethod": "git", + "dependencies": [ + "stew", + "testutils", + "chronos", + "unittest2" + ], + "checksums": { + "sha1": "5f7dbee99012f64e5d2365337e0a1fa056af63a0" + } + }, + "serialization": { + "version": "0.1.0", + "vcsRevision": "37bc0db558d85711967acb16e9bb822b06911d46", + "url": "https://github.com/status-im/nim-serialization", + "downloadMethod": "git", + "dependencies": [ + "faststreams", + "unittest2", + "stew" + ], + "checksums": { + "sha1": "5420a09b1d955e77971389852951892f42150241" + } + }, + "json_serialization": { + "version": "0.1.0", + "vcsRevision": "461fd03edb300b7946544b34442d1a05d4ef2270", + "url": "https://github.com/status-im/nim-json-serialization", + "downloadMethod": "git", + "dependencies": [ + "serialization", + "stew" + ], + "checksums": { + "sha1": "58383ba6830ef6aec22c011c2845e85409a8f10f" + } + }, + "chronicles": { + "version": "0.10.2", + "vcsRevision": "2a2681b60289aaf7895b7056f22616081eb1a882", + "url": "https://github.com/status-im/nim-chronicles", + "downloadMethod": "git", + "dependencies": [ + "testutils", + "json_serialization" + ], + "checksums": { + "sha1": "25a184d59b6ffa7e47498a56a12f8a313c748863" + } + }, + "sqlite3_abi": { + "version": "3.34.0", + "vcsRevision": "07039dd887c4e5b57367a16f4be3c18763be1d7b", + "url": "https://github.com/arnetheduck/nim-sqlite3-abi", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "5a08191466f05542e49d36d2672ad14f5d1c0a6a" + } + }, + "nimcrypto": { + "version": "0.5.4", + "vcsRevision": "a5742a9a214ac33f91615f3862c7b099aec43b00", + "url": "https://github.com/cheatfate/nimcrypto", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08" + } + }, + "stint": { + "version": "0.0.1", + "vcsRevision": "ddfa6c608a6c2a843d7b405f377a22703947267a", + "url": "https://github.com/status-im/nim-stint", + "downloadMethod": "git", + "dependencies": [ + "stew" + ], + "checksums": { + "sha1": "b08fe1fc190d9e07016cd4047d872836264adebe" + } + }, + "secp256k1": { + "version": "0.5.2", + "vcsRevision": "e092373a5cbe1fa25abfc62e0f2a5f138dc3fb13", + "url": "https://github.com/status-im/nim-secp256k1", + "downloadMethod": "git", + "dependencies": [ + "stew", + "nimcrypto" + ], + "checksums": { + "sha1": "75aafb13984bb6006e3c2a1e74be19ff40a08b0f" + } + }, + "tempfile": { + "version": "0.1.7", + "vcsRevision": "26e0239441755e5edcfd170e9aa566bb9c9eb6f3", + "url": "https://github.com/OpenSystemsLab/tempfile.nim", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "d7c473819bbf0e38cad32e00598bd42366606e08" + } + }, + "rocksdb": { + "version": "0.3.1", + "vcsRevision": "c565aa88b963ae1e6ca8bf1296d2ff9ce2847295", + "url": "https://github.com/status-im/nim-rocksdb", + "downloadMethod": "git", + "dependencies": [ + "stew", + "tempfile" + ], + "checksums": { + "sha1": "eca1de31383f69137e4830cd89199d55a85e3d1a" + } + }, + "nat_traversal": { + "version": "0.0.1", + "vcsRevision": "8994b67b07813955c61bebddf4bd2325439c3535", + "url": "https://github.com/status-im/nim-nat-traversal", + "downloadMethod": "git", + "dependencies": [ + "stew" + ], + "checksums": { + "sha1": "74ceb2eb41dca5252d04d3dd8369b7eab517281b" + } + }, + "metrics": { + "version": "0.0.1", + "vcsRevision": "858f73b7d3ae992333a7ffab35da87e3b7b81356", + "url": "https://github.com/status-im/nim-metrics", + "downloadMethod": "git", + "dependencies": [ + "chronos" + ], + "checksums": { + "sha1": "fb332b70d824bf3f714bfdc06e37371c52b59ff5" + } + }, + "confutils": { + "version": "0.1.0", + "vcsRevision": "0435e67832b6bb8dfdf0ddb102903e9d820206d2", + "url": "https://github.com/status-im/nim-confutils", + "downloadMethod": "git", + "dependencies": [ + "stew" + ], + "checksums": { + "sha1": "1edab14b434aca6ae28e2385982fa60d623c600a" + } + }, + "eth": { + "version": "1.0.0", + "vcsRevision": "779d767b024175a51cf74c79ec7513301ebe2f46", + "url": "https://github.com/status-im/nim-eth", + "downloadMethod": "git", + "dependencies": [ + "nimcrypto", + "stint", + "secp256k1", + "rocksdb", + "chronos", + "chronicles", + "stew", + "nat_traversal", + "metrics", + "sqlite3_abi", + "confutils", + "testutils", + "unittest2" + ], + "checksums": { + "sha1": "4a9a2140196046c7cbaa539d119099c355567c88" + } + }, + "news": { + "version": "0.5", + "vcsRevision": "9094ae314754908838979fe0840b9b33c0e0a603", + "url": "https://github.com/status-im/news", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "db9d3265b01c039bb9c7e7d304c23c744344c507" + } + }, + "asynctest": { + "version": "0.3.1", + "vcsRevision": "5347c59b4b057443a014722aa40800cd8bb95c69", + "url": "https://github.com/markspanbroek/asynctest", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "53e0b610d13700296755a4ebe789882cae47a3b9" + } + }, + "zlib": { + "version": "0.1.0", + "vcsRevision": "74cdeb54b21bededb5a515d36f608bc1850555a2", + "url": "https://github.com/status-im/nim-zlib", + "downloadMethod": "git", + "dependencies": [ + "stew" + ], + "checksums": { + "sha1": "01d330dc4c1924e56b1559ee73bc760e526f635c" + } + }, + "websock": { + "version": "0.1.0", + "vcsRevision": "4a7a058843cdb7a6a4fd25a55f0959c51b0b5847", + "url": "https://github.com/status-im/nim-websock", + "downloadMethod": "git", + "dependencies": [ + "chronos", + "httputils", + "chronicles", + "stew", + "asynctest", + "nimcrypto", + "bearssl", + "zlib" + ], + "checksums": { + "sha1": "79d5dd0508e32fb051a6d9e07a902e2474f2002f" + } + }, + "asynctools": { + "version": "0.1.1", + "vcsRevision": "84ced6d002789567f2396c75800ffd6dff2866f7", + "url": "https://github.com/cheatfate/asynctools", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "7b83755829059030a15a9c5ad39cf118366c56d9" + } + }, + "json_rpc": { + "version": "0.0.2", + "vcsRevision": "a14ee1e11d048f3c6857f8998dde971247e8cc1a", + "url": "https://github.com/yyoncho/nim-json-rpc", + "downloadMethod": "git", + "dependencies": [ + "stew", + "nimcrypto", + "stint", + "chronos", + "httputils", + "chronicles", + "news", + "websock", + "asynctools", + "faststreams", + "json_serialization" + ], + "checksums": { + "sha1": "338116bcb581ee0b062993f4104de5d38e481a24" + } + }, + "bncurve": { + "version": "1.0.1", + "vcsRevision": "9b8aac56325428548a22d8a7ca7f92faf152fb6f", + "url": "https://github.com/status-im/nim-bncurve", + "downloadMethod": "git", + "dependencies": [ + "nimcrypto" + ], + "checksums": { + "sha1": "8b616cc682dc034b7bec3ddd46a774e4b238fabf" + } + }, + "libbacktrace": { + "version": "0.0.8", + "vcsRevision": "ce966b1c469dda179b54346feaaf1a62202c984f", + "url": "https://github.com/status-im/nim-libbacktrace", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "ba7a2f3d21db894ace7bb4ebe0a5b06af995d68b" + } + } + } +} \ No newline at end of file