aboutsummaryrefslogtreecommitdiff
path: root/ports/ebml/vcpkg.json
blob: f90e93d79f9fcb1432bad32e92d0e7b30878a706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ebml",
  "version": "1.4.2",
  "description": "A C++ library to parse EBML files",
  "homepage": "https://github.com/Matroska-Org/libebml",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}