aboutsummaryrefslogtreecommitdiff
path: root/ports/xframe/vcpkg.json
blob: 663ca1f2a3084e933c310470669cf2a76f9d6e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "xframe",
  "version-string": "0.3.0",
  "port-version": 1,
  "description": "xframe is a dataframe for C++, based on xtensor and xtl.",
  "homepage": "https://github.com/xtensor-stack/xframe",
  "dependencies": [
    "xtensor",
    "xtl"
  ]
}