Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
366 B
JSON

{
"name": "argumentum",
"version": "0.3.2",
"description": "A C++17 command line argument parser inspired by Python argparse",
"homepage": "https://github.com/mmahnic/argumentum",
"license": "MPL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}