mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:29:00 +08:00
77ed341f9f
* pmdk msbuild * v db * devendor getopt from pmdk * v db
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "pmdk",
|
|
"version": "1.12.0",
|
|
"port-version": 1,
|
|
"description": "Persistent Memory Development Kit",
|
|
"homepage": "https://github.com/pmem/pmdk",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(arm | x86)",
|
|
"dependencies": [
|
|
"getopt",
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|