zeek/auxil/vcpkg/ports/args/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
334 B
JSON

{
"name": "args",
"version": "6.4.7",
"description": "A simple header-only C++ argument parser library.",
"homepage": "https://github.com/Taywee/args",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}