vcpkg/ports/knet/vcpkg.json

9 lines
240 B
JSON
Raw Normal View History

2020-09-04 02:10:29 +08:00
{
"name": "knet",
"version-string": "1.0.1",
"description": "A cross platform lock-free and timer-supported C++11 network library.",
"homepage": "https://github.com/kibaamor/knet",
"license": "MIT",
"supports": "!(arm | uwp)"
}