aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxmlmm/vcpkg.json
blob: 488051ae46420a449720b715c254ccef9ea619e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "libxmlmm",
  "version": "0.6.0",
  "port-version": 4,
  "description": "Libxmlmm is a C++ wrapper for libxml 2.0 that only relies on standard C++ and libxml2.",
  "homepage": "https://github.com/rioki/libxmlmm",
  "license": "MIT",
  "dependencies": [
    {
      "name": "libxml2",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}