{
  "name": "drogon",
  "href": "https://vcpkg.link/ports/drogon",
  "supports": "!uwp",
  "published_at": "2026-06-02T08:48:47.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": "https://drogon.docsforge.com/master/overview/",
  "homepage_href": "https://github.com/an-tao/drogon",
  "description": [
    "A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "1.9.13",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/48d36ea28ecff1ffa52ee48baf91b04f60920953/ports/drogon",
    "hash": "48d36ea28ecff1ffa52ee48baf91b04f60920953"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "brotli",
      "href": "https://vcpkg.link/ports/brotli",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "jsoncpp",
      "href": "https://vcpkg.link/ports/jsoncpp",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libuuid",
      "href": "https://vcpkg.link/ports/libuuid",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!windows & !osx"
    },
    {
      "name": "trantor",
      "href": "https://vcpkg.link/ports/trantor",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "zlib",
      "href": "https://vcpkg.link/ports/zlib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "ctl",
      "default": [],
      "description": [
        "Build drogon_ctl tool."
      ],
      "supports": "native",
      "dependencies": [
        {
          "name": "drogon",
          "href": "https://vcpkg.link/ports/drogon",
          "is_host": true,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "mysql",
      "default": [],
      "description": [
        "Support reading and writing from/to MySQL databases."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "drogon",
          "href": "https://vcpkg.link/ports/drogon",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libmariadb",
          "href": "https://vcpkg.link/ports/libmariadb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "osx"
        },
        {
          "name": "libmariadb",
          "href": "https://vcpkg.link/ports/libmariadb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!osx"
        }
      ]
    },
    {
      "name": "orm",
      "default": [],
      "description": [
        "Build with object-relational mapping support."
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "postgres",
      "default": [],
      "description": [
        "Support reading and writing from/to Postgres databases."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "drogon",
          "href": "https://vcpkg.link/ports/drogon",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libpq",
          "href": "https://vcpkg.link/ports/libpq",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "redis",
      "default": [],
      "description": [
        "Support reading and writing from/to Redis databases."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "drogon",
          "href": "https://vcpkg.link/ports/drogon",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "hiredis",
          "href": "https://vcpkg.link/ports/hiredis",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "sqlite3",
      "default": [],
      "description": [
        "Support reading and writing from/to SQLite databases."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "drogon",
          "href": "https://vcpkg.link/ports/drogon",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "sqlite3",
          "href": "https://vcpkg.link/ports/sqlite3",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "yaml",
      "default": [],
      "description": [
        "Support YAML Drogon configuration files"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "yaml-cpp",
          "href": "https://vcpkg.link/ports/yaml-cpp",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}