mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
365 B
JSON
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
|
|
}
|
|
]
|
|
}
|