{
  "name": "argus",
  "href": "https://vcpkg.link/ports/argus",
  "supports": "!(windows & static) & !(windows & x86)",
  "published_at": "2026-05-14T18:23:29.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/lucocozz/argus",
  "description": [
    "Argus is a cross-platform modern feature-rich command-line argument parser for C"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "0.2.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/3ed566a31a11cc040127d589c5579656ddf1f906/ports/argus",
    "hash": "3ed566a31a11cc040127d589c5579656ddf1f906"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "vcpkg-tool-meson",
      "href": "https://vcpkg.link/ports/vcpkg-tool-meson",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "regex",
      "default": [],
      "description": [
        "Enable regex validation support using PCRE2"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "pcre2",
          "href": "https://vcpkg.link/ports/pcre2",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}