vcpkg/ports/argtable3/vcpkg.json
Thomas1664 9029caf52a
[argtable3] actually disable examples (#23990)
* [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>
2022-04-06 12:01:01 -07:00

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
}
]
}