mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
1c3635eabd
* Update to 2.8.6 * Add versions * Fix supports * Update git-tree * Fix format * Update git-tree * FIx actions * Add license * Update git-tree * Apply suggestions * Update git-tree * Format requirement * Update git-tree
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "launch-darkly-server",
|
|
"version": "2.8.6",
|
|
"description": "LaunchDarkly server-side SDK for C/C++",
|
|
"homepage": "https://github.com/launchdarkly/c-server-sdk",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp & !arm",
|
|
"dependencies": [
|
|
"curl",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|