mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:08:59 +08:00
22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"name": "launch-darkly-server",
|
|
"version": "2.8.6",
|
|
"port-version": 2,
|
|
"description": "LaunchDarkly server-side SDK for C/C++",
|
|
"homepage": "https://github.com/launchdarkly/c-server-sdk",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curl",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|