mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
28 lines
557 B
JSON
28 lines
557 B
JSON
{
|
|
"name": "cpprealm",
|
|
"version": "2.1.0",
|
|
"description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.",
|
|
"homepage": "https://github.com/realm/realm-cpp",
|
|
"license": "Apache-2.0",
|
|
"supports": "!emscripten",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libuv",
|
|
"platform": "!osx, !ios"
|
|
},
|
|
"realm-core",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|