vcpkg/ports/fawdlstty-libfv/vcpkg.json
Fawdlstty 0a74827c24
[fawdlstty-libfv] Add new port (#25041)
* add libfv for #25025

* add cmake tools

* commit `vcpkg.exe x-add-version --all`

* overwrite sha1

* update version

* commit 'x-add-version --all'

* rename to fawdlstty-libfv

* remove comments

* --overwrite-version
2022-06-08 11:24:14 -07:00

16 lines
350 B
JSON

{
"name": "fawdlstty-libfv",
"version": "0.0.6",
"description": "libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client",
"homepage": "https://github.com/fawdlstty/libfv",
"license": "MIT",
"dependencies": [
"asio",
"fmt",
"gzip-hpp",
"nlohmann-json",
"openssl",
"zlib"
]
}