pineapple/externals/vcpkg/ports/dataframe/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
400 B
JSON
Executable file

{
"name": "dataframe",
"version": "1.19.0",
"description": "This is a C++ statistical library that provides an interface similar to Pandas package in Python",
"homepage": "https://github.com/hosseinmoein/DataFrame",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}