vcpkg/ports/dataframe/vcpkg.json
Hossein Moein 3936bd5672
[dataframe] Upgrading C++ DataFrame to version 3.0.0 (#36519)
* Upgrading C++ DataFrame to version 3.0.0

* Ran ./vcpkg x-add-version --all

* Updated the SHA512 code

* Added a new git-tree code
2024-02-02 11:40:00 -08:00

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
}
]
}