libogg

Library for reading and writing Ogg bitstream containers.

brewmacoslinux
Try with needOr install directly
Source

About

Ogg Bitstream Library

Examples

check if ogg library is installed and working$ pkg-config --modversion ogg
find where ogg library files are located$ brew list libogg
see library dependencies for ogg$ pkg-config --libs ogg
get compiler flags needed to use ogg in projects$ pkg-config --cflags ogg
verify ogg headers are installed correctly$ ls $(brew --prefix libogg)/include/ogg/