vcpkg/ports/iniparser/vcpkg.json
Jack·Boos·Yu 7cfd63db7f
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-21 14:48:12 -07:00

19 lines
365 B
JSON

{
"name": "iniparser",
"version-date": "2020-04-06",
"port-version": 5,
"description": "C library for parsing INI-style files",
"homepage": "https://github.com/ndevilla/iniparser",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}