vcpkg/ports/cista/vcpkg.json

18 lines
380 B
JSON
Raw Permalink Normal View History

2023-01-04 21:44:15 +01:00
{
"name": "cista",
2024-06-26 20:17:37 -07:00
"version": "0.15",
2023-01-04 21:44:15 +01: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
}
]
}