vcpkg/ports/cpprealm/vcpkg.json
2024-07-08 10:07:00 -04:00

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
}
]
}