]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/usockets/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / usockets / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "usockets",
3 "version": "0.7.1",
4 "description": "Miniscule cross-platform eventing, networking & crypto for async applications",
5 "homepage": "https://github.com/uNetworking/uSockets",
6 "dependencies": [
7 "libuv"
8 ],
9 "features": {
10 "event": {
11 "description": "Build usockets with epoll support"
12 },
13 "network": {
14 "description": "Build usockets with winsock support",
15 "dependencies": [
16 "winsock2"
17 ]
18 },
19 "ssl": {
20 "description": "Build usockets with openssl support",
21 "dependencies": [
22 "openssl"
23 ]
24 }
25 }
26}