18 lines
400 B
JSON
18 lines
400 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|