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