mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:59:37 +08:00
18 lines
380 B
JSON
18 lines
380 B
JSON
|
{
|
||
|
"name": "cista",
|
||
|
"version": "0.11",
|
||
|
"description": "Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.",
|
||
|
"homepage": "https://github.com/felixguendling/cista",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|