Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
415 B
JSON

{
"name": "tomlplusplus",
"version": "3.4.0",
"port-version": 1,
"description": "Header-only TOML config file parser and serializer for modern C++.",
"homepage": "https://marzer.github.io/tomlplusplus/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}