How to Install libspdylay-dbg in Ubuntu 18.04



Install libspdylay-dbg by entering the following commands in the terminal:

sudo apt update
sudo apt install libspdylay-dbg

Description:

implementation of SPDY protocol in C - debug symbols

This library provides SPDY version 2, 3 and 3.1 framing layer implementation. It does not perform any I/O operations. When the library needs them, it calls the callback functions provided by the application. It also does not include any event polling mechanism, so the application can freely choose the way of handling events . This package ships the debug symbols

Homepage: https://tatsuhiro-t.github.io/spdylay/

Version: 1.3.2-2.1build2

Section: universe/debug