mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
20 lines
596 B
JSON
20 lines
596 B
JSON
{
|
|
"name": "libfabric",
|
|
"version-semver": "1.22.0",
|
|
"description": "Libfabric, aka Open Fabrics Interfaces (OFI), defines a communication API for high-performance parallel and distributed applications.",
|
|
"homepage": "https://ofiwg.github.io/libfabric/",
|
|
"license": "BSD-2-Clause OR GPL-2.0-only",
|
|
"supports": "freebsd | linux | osx | (windows & x64 & !mingw & !uwp & !(static & staticcrt))",
|
|
"dependencies": [
|
|
{
|
|
"name": "networkdirect-sdk",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|