aboutsummaryrefslogtreecommitdiff
path: root/ports/mailio/vcpkg.json
blob: f3c01cd5a5a4cc74fe4685b23935764a82407249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "mailio",
  "version": "0.20.0",
  "port-version": 1,
  "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
    }
  ]
}