vcpkg/ports/pmdk/vcpkg.json

18 lines
362 B
JSON
Raw Normal View History

{
"name": "pmdk",
"version": "1.12.0",
"port-version": 2,
"description": "Persistent Memory Development Kit",
"homepage": "https://github.com/pmem/pmdk",
"license": "BSD-3-Clause",
"supports": "!(linux | arm | x86)",
"dependencies": [
"getopt",
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}