vcpkg/ports/fmt/vcpkg.json
JulZimmermann 12c39da1b2
[fmt] set license (#28254)
* set license in fmt port

* run x-add-version

Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:32:30 -08:00

19 lines
417 B
JSON

{
"name": "fmt",
"version": "9.1.0",
"port-version": 1,
"description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.",
"homepage": "https://github.com/fmtlib/fmt",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}