mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
24 lines
436 B
JSON
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
|
|
}
|
|
]
|
|
}
|