mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 02:51:37 +08:00
21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|
"name": "vcpkg-ci-arrow",
|
|
"version-date": "2022-07-25",
|
|
"description": "Builds an example app in order to validate the arrow port.",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "arrow",
|
|
"default-features": false,
|
|
"features": [
|
|
"csv",
|
|
"example"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|