mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:39:25 +08:00
19 lines
384 B
JSON
19 lines
384 B
JSON
|
{
|
||
|
"name": "boinc",
|
||
|
"version": "7.18.1",
|
||
|
"description": "Open-source software for volunteer computing and grid computing.",
|
||
|
"homepage": "https://boinc.berkeley.edu/",
|
||
|
"supports": "!(windows & arm) & !uwp",
|
||
|
"dependencies": [
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|