vcpkg/ports/realm-core/vcpkg.json

25 lines
517 B
JSON
Raw Normal View History

{
"name": "realm-core",
"version": "14.8.0",
"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"
]
}