mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
7e7dad5fe2
* [vcpkg-tool] update to 2022-02-03 this adds the feature of `"license": null`, important to silence warnings * update mailio license * [vcpkg doc] update docs for new license parser Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
22 lines
581 B
JSON
22 lines
581 B
JSON
{
|
|
"name": "mailio",
|
|
"version": "0.20.0",
|
|
"port-version": 2,
|
|
"maintainers": "Tomislav Karastojković <contact@alepho.com>",
|
|
"description": "mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on the standard C++ 17 and Boost library.",
|
|
"homepage": "https://github.com/karastojko/mailio",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-date-time",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|