aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxmlpp/vcpkg.json
blob: 26732d771b30bca2e76a682996cbae11ca0048e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libxmlpp",
  "version": "5.4.0",
  "port-version": 1,
  "description": "A C++ wrapper for the libxml XML parser library.",
  "homepage": "https://libxmlplusplus.github.io/libxmlplusplus/",
  "license": "LGPL-2.1-or-later",
  "dependencies": [
    {
      "name": "libxml2",
      "default-features": false
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}