mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
7f2b751214
* [mailio] update to 0.23.0 * [mailio] update to 0.23.0 * [mailio] add post valid * fix lib type * fix version * remove boost-test deps * remove boost-test deps * fix portfile patch name
25 lines
628 B
JSON
25 lines
628 B
JSON
{
|
|
"name": "mailio",
|
|
"version": "0.23.0",
|
|
"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
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|