vcpkg/ports/reflectcpp/vcpkg.json

26 lines
494 B
JSON
Raw Normal View History

{
"name": "reflectcpp",
"version": "0.13.0",
"description": "A C++ library for serialization and deserialization using reflection.",
"homepage": "https://github.com/getml/reflect-cpp/",
"license": "MIT",
"dependencies": [
{
"name": "ctre",
"version>=": "3.9.0"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "yyjson",
"version>=": "0.9.0"
}
]
}