mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:29:01 +08:00
18 lines
336 B
JSON
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
|
|
}
|
|
]
|
|
}
|