mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-14 13:52:36 -03:00
19 lines
332 B
JSON
19 lines
332 B
JSON
|
{
|
||
|
"name": "bitcoin-core",
|
||
|
"version-string": "1",
|
||
|
"dependencies": [
|
||
|
"berkeleydb",
|
||
|
"boost-filesystem",
|
||
|
"boost-multi-index",
|
||
|
"boost-process",
|
||
|
"boost-signals2",
|
||
|
"boost-test",
|
||
|
"boost-thread",
|
||
|
"double-conversion",
|
||
|
{
|
||
|
"name": "libevent",
|
||
|
"features": ["thread"]
|
||
|
},
|
||
|
"zeromq"
|
||
|
]
|
||
|
}
|