{
"version": "1.0",
"artifact_spec": {
"boost": {
"url": "https://mirrors.aliyun.com/blfs/conglomeration/boost/boost_1_81_0.tar.bz2",
"path": "thirdparty/boost",
"sha256": "71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa"
},
"googletest": {
"url": "https://gitee.com/mirrors/googletest/repository/archive/release-1.12.1.tar.gz",
"path": "thirdparty/googletest",
"sha256": "81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2"
}
},
"dependency_sets": {
"prod": {
"submodules": [
],
"artifacts": []
},
"test": {
"submodules": [
"thirdparty/mockcpp"
],
"artifacts": ["boost", "googletest"]
}
}
}