{
  "name": "darknet",
  "href": "https://vcpkg.link/ports/darknet",
  "supports": "!android & !uwp & !(static & staticcrt)",
  "published_at": "2025-12-12T19:31:40.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://darknetcv.ai/",
  "description": [
    "Darknet is an open source neural network framework written in C and CUDA for processing images or video frames in computer vision."
  ],
  "license": "Apache-2.0 AND BSD-2-Clause",
  "version": {
    "type": "date",
    "value": "2025-10-24",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/4f95fba7a7d1101bb8acdeb51e4609686449701e/ports/darknet",
    "hash": "4f95fba7a7d1101bb8acdeb51e4609686449701e"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/hank-ai/darknet",
    "stars": 849
  },
  "dependencies": [
    {
      "name": "opencv",
      "href": "https://vcpkg.link/ports/opencv",
      "is_host": false,
      "with_default_features": false,
      "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"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "cuda",
      "default": [],
      "description": [
        "Build darknet with support for CUDA"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "cuda",
          "href": "https://vcpkg.link/ports/cuda",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "opencv",
          "href": "https://vcpkg.link/ports/opencv",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "cudnn",
      "default": [],
      "description": [
        "Build darknet with support for cuDNN"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "cudnn",
          "href": "https://vcpkg.link/ports/cudnn",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "darknet",
          "href": "https://vcpkg.link/ports/darknet",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "openmp",
      "default": [],
      "description": [
        "Build darknet with support for OpenMP"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}