aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/edflib/vcpkg.json
blob: 40bbe06815e00820188656b3b684cc82bc82ffef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "edflib",
  "version": "1.27",
  "description": "A C library to read/write EDF/EDF+/BDF/BDF+ files",
  "homepage": "https://www.teuniz.net/edflib/",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools"
    }
  }
}