vcpkg/ports/json-dto/vcpkg.json

19 lines
416 B
JSON
Raw Normal View History

2020-10-21 00:46:22 +03:00
{
"name": "json-dto",
2024-07-23 08:10:02 +03:00
"version": "0.3.4",
2020-10-21 00:46:22 +03:00
"description": "A small header-only library for converting data between json representation and c++ structs.",
"homepage": "https://github.com/Stiffstream/json_dto",
"license": "BSD-3-Clause",
"dependencies": [
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2020-10-21 00:46:22 +03:00
]
}