mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
eba919784d
* add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * add the port of bsio library * Update portfile.cmake Format vcpkg_cmake_configure * add the port of bsio library Co-authored-by: duzhongwei <duzhongwei@querycap.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"name": "bsio",
|
|
"version": "1.0.0",
|
|
"description": "networking library, ans support HTTP/WebSocket, based on asio.",
|
|
"homepage": "https://github.com/ArkNX/bsio",
|
|
"dependencies": [
|
|
"asio",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|