Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
436 B
JSON

{
"name": "licensepp",
"version-date": "2020-11-24",
"description": "Cross platform software licensing library",
"homepage": "https://github.com/zuhd-org/licensepp",
"supports": "!uwp",
"dependencies": [
{
"name": "cryptopp",
"features": [
"pem-pack"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}