mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:01:38 +08:00
12c39da1b2
* set license in fmt port * run x-add-version Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
19 lines
417 B
JSON
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
|
|
}
|
|
]
|
|
}
|