mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-03-01 13:00:31 +00:00
- Add parallel ci-lock.yml - In order to sync the lock file do the following: ``` bash nimble lock --developFile=nimble-update-lock.develop ``` Note that --developFile support for lock is part of this PR https://github.com/nim-lang/nimble/pull/1125 to be merged. If it is not merged, then you can rename nimble-update-lock.develop to nimble.develop and `nimble lock` will work just fine. - I have used different `nim` version for the lock file because current `nim` does not have the proper nimble structure. I can bump the version in NBS if you want. I have also changed the versions of some of the packages in `vendor` folder to pass nimble version checks
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
{
|
|
"version": 1,
|
|
"includes": [],
|
|
"dependencies": [
|
|
"vendor/asynctest",
|
|
"vendor/combparser",
|
|
"vendor/dnsclient.nim",
|
|
"vendor/lrucache.nim",
|
|
"vendor/nim-bearssl",
|
|
"vendor/nim-blscurve",
|
|
"vendor/nim-chronicles",
|
|
"vendor/nim-chronos",
|
|
"vendor/nim-confutils",
|
|
"vendor/nim-contract-abi",
|
|
"vendor/nim-datastore",
|
|
"vendor/nim-eth",
|
|
"vendor/nim-ethers",
|
|
"vendor/nim-faststreams",
|
|
"vendor/nim-http-utils",
|
|
"vendor/nim-json-rpc",
|
|
"vendor/nim-json-serialization",
|
|
"vendor/nim-leopard",
|
|
"vendor/nim-libbacktrace",
|
|
"vendor/nim-libp2p",
|
|
"vendor/nim-libp2p-dht",
|
|
"vendor/nim-metrics",
|
|
"vendor/nim-nat-traversal",
|
|
"vendor/nim-nitro",
|
|
"vendor/nim-presto",
|
|
"vendor/nim-secp256k1",
|
|
"vendor/nim-serialization",
|
|
"vendor/nim-sqlite3-abi",
|
|
"vendor/nim-stew",
|
|
"vendor/nim-taskpools",
|
|
"vendor/nim-toml-serialization",
|
|
"vendor/nim-unittest2",
|
|
"vendor/nim-websock",
|
|
"vendor/nim-zlib",
|
|
"vendor/nimcrypto",
|
|
"vendor/questionable",
|
|
"vendor/stint",
|
|
"vendor/nimbus-build-system/vendor/Nim",
|
|
"vendor/upraises"
|
|
]
|
|
}
|