vcpkg/ports/tomlplusplus/vcpkg.json
Lisa Ong 304b9a0268
Enable tomlplusplus port for OSX and ARM (#21742)
* enabled osx builds now that https://github.com/microsoft/vcpkg/issues/6645 is fixed

* updated port version since upsteam was unchanged

* update version database

* Delete vcpkg_fail_port_install call.

* Unblock arm.

Co-authored-by: Lisa Ong <>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-29 17:18:21 -08:00

9 lines
237 B
JSON

{
"name": "tomlplusplus",
"version": "2.5.0",
"port-version": 1,
"description": "Header-only TOML config file parser and serializer for modern C++.",
"homepage": "https://marzer.github.io/tomlplusplus/",
"supports": "!uwp"
}