zeek/auxil/vcpkg/ports/inih/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
376 B
JSON

{
"name": "inih",
"version": "59",
"description": "Simple .INI file parser",
"homepage": "https://github.com/benhoyt/inih",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"default-features": [
"cpp"
],
"features": {
"cpp": {
"description": "Build the C++ library"
}
}
}