vcpkg/ports/copypp/vcpkg.json
2023-12-20 12:30:12 -08:00

18 lines
336 B
JSON

{
"name": "copypp",
"version": "0.3.0",
"description": "support field copy in different c++ data type.",
"homepage": "https://github.com/i-curve/copypp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}