vcpkg/ports/portable-snippets/vcpkg.json
2024-01-16 19:51:14 -08:00

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
}
]
}