mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:19:07 +08:00
36ff119b98
* [pmdk] Add !linux supports * update version * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|