mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:18:59 +08:00
79a23bc8e5
* update DataFrame * update version --------- Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "dataframe",
|
|
"version": "1.22.0",
|
|
"description": "This is a C++ statistical library that provides an interface similar to Pandas package in Python",
|
|
"homepage": "https://github.com/hosseinmoein/DataFrame",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|