libngtcp2

IETF QUIC protocol library for building fast, reliable network applications.

brewmacoslinux
Try with needOr install directly
Source

About

IETF QUIC protocol implementation

Examples

check if libngtcp2 is installed and see version info$ brew info libngtcp2
install libngtcp2 library for QUIC protocol support$ brew install libngtcp2
link libngtcp2 to system for development use$ brew link libngtcp2
update libngtcp2 to the latest version$ brew upgrade libngtcp2
remove libngtcp2 and clean up dependencies$ brew uninstall libngtcp2