22 lines
376 B
JSON
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"
|
|
}
|
|
}
|
|
}
|