1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "cpprealm",
"version": "2.2.0",
"port-version": 1,
"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
}
]
}
|