vcpkg/ports/dataframe/vcpkg.json

19 lines
455 B
JSON

{
"name": "dataframe",
"version": "3.3.0",
"description": "C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage",
"homepage": "https://github.com/hosseinmoein/DataFrame",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}