libogg

Ogg Bitstream Library for encoding and decoding Ogg container format

brewmacoslinux
Try with needOr install directly
Source

About

Ogg Bitstream Library

Commands

libogg

Examples

Link against libogg in C/C++ projects by including the header$ gcc -o decode decode.c $(pkg-config --cflags --libs ogg)
Check installed libogg version and library details$ pkg-config --modversion ogg
Verify libogg library installation path$ pkg-config --variable=libdir ogg