mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:39:06 +08:00
3936bd5672
* Upgrading C++ DataFrame to version 3.0.0 * Ran ./vcpkg x-add-version --all * Updated the SHA512 code * Added a new git-tree code
19 lines
428 B
JSON
19 lines
428 B
JSON
{
|
|
"name": "dataframe",
|
|
"version": "3.0.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
|
|
}
|
|
]
|
|
}
|