(root)/
libredwg-0.13/
vcpkg.json.in
{
  "name": "LibreDWG",
  "version": "@VERSION@",
  "port-version": 1,
  "description": "GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.",
  "homepage": "http://www.gnu.org/software/libredwg/",
  "license": "GPL-3.0",
  "supports": "!xbox",
  "dependencies": [
    "jsmn",
    "pcre2",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build dwg/dxf manipulation command-line tools"
    }
  }
}