Files
vcpkg/ports/libversion/vcpkg.json
2025-11-10 11:42:45 -08:00

21 lines
577 B
JSON

{
"$comment": "The supports clause avoids trying to produce version.lib which conflicts with the Windows SDK and causes other ports to fail due to missing VerQueryValue et al.",
"name": "libversion",
"version": "3.0.4",
"port-version": 1,
"description": "Advanced version string comparison library",
"homepage": "https://github.com/repology/libversion",
"license": "MIT",
"supports": "!(windows & static)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}