vcpkg/ports/cista/vcpkg.json

18 lines
380 B
JSON
Raw Normal View History

2023-01-05 04:44:15 +08:00
{
"name": "cista",
2024-06-27 11:17:37 +08:00
"version": "0.15",
2023-01-05 04:44:15 +08:00
"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
}
]
}