aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/matajoh-libnpy/vcpkg.json
blob: ec3910750b24d3bbcc7b8a89cd8e8a567708d97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "matajoh-libnpy",
  "version": "1.5.3",
  "description": "Multi-platform C++ library for reading and writing NPY and NPZ files, with an additional .NET interface",
  "homepage": "https://github.com/matajoh/libnpy",
  "license": "MIT",
  "dependencies": [
    "miniz",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}