vcpkg/ports/copypp/vcpkg.json

18 lines
336 B
JSON
Raw Normal View History

{
"name": "copypp",
2023-12-21 04:30:12 +08:00
"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
}
]
}