mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:59:08 +08:00
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"name": "portable-snippets",
|
|
"version-date": "2019-09-20",
|
|
"port-version": 4,
|
|
"description": "Collection of miscellaneous portable C snippets",
|
|
"homepage": "https://github.com/nemequ/portable-snippets",
|
|
"license": null,
|
|
"supports": "!(arm & osx)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|