blob: 22a7c7b9ed30875a863965f1ac858cc7dfc9f1e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "cpp-netlib",
"version-string": "0.13.0",
"port-version": 5,
"description": "A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library",
"homepage": "https://cpp-netlib.org/",
"supports": "!uwp",
"dependencies": [
"boost-asio",
"boost-assign",
"boost-logic",
"boost-program-options",
"boost-scope-exit",
"boost-smart-ptr",
"boost-spirit"
]
}
|