aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmatio-cpp/vcpkg.json
blob: 05964595d8eb99c4fb53fc571c52d086e74792b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "libmatio-cpp",
  "version": "0.3.0",
  "description": "matio-cpp is a C++ wrapper for the matio library, automatically dealing with memory allocation and deallocation. It can be used for reading and writing binary MATLAB .mat files from C++, without the need to access or rely on MATLAB's own shared libraries.",
  "homepage": "https://github.com/ami-iit/matio-cpp",
  "license": "BSD-2-Clause",
  "dependencies": [
    "eigen3",
    "matio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "visit-struct"
  ]
}