aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vladimirshaleev-ipaddress/vcpkg.json
blob: 25583d8b45688d8d04f8d8ae1f0af2b13952cfc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "vladimirshaleev-ipaddress",
  "version": "1.2.1",
  "description": "A library for working and manipulating IPv4/IPv6 addresses and networks in modern C++.",
  "homepage": "https://github.com/VladimirShaleev/ipaddress",
  "documentation": "https://vladimirshaleev.github.io/ipaddress/",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}