mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:49:01 +08:00
20 lines
538 B
JSON
20 lines
538 B
JSON
|
{
|
||
|
"name": "mailio",
|
||
|
"version": "0.20.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",
|
||
|
"dependencies": [
|
||
|
"boost-asio",
|
||
|
"boost-date-time",
|
||
|
"boost-regex",
|
||
|
"boost-system",
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|