mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"name": "realm-core",
|
|
"version": "14.10.4",
|
|
"description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.",
|
|
"homepage": "https://github.com/realm/realm-core",
|
|
"license": null,
|
|
"supports": "!emscripten",
|
|
"dependencies": [
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!ios & !osx",
|
|
"version>=": "3.2.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|