mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
9029caf52a
* [argtable3] actually don't build examples * version * Fix version * version * switch back to "version" * after 0 comes 1! * ... and after 1 comes 2! * version Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"name": "argtable3",
|
|
"version": "3.2.1",
|
|
"port-version": 2,
|
|
"description": "A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options",
|
|
"homepage": "https://www.argtable.org/",
|
|
"license": "BSD-2-Clause-FreeBSD",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|