libmikmod

Portable sound library for playing MOD, S3M, XM, and other tracker formats.

brewmacoslinux
Try with needOr install directly
Source

About

Portable sound library

Examples

check if libmikmod is properly installed$ pkg-config --modversion libmikmod
get compiler flags for linking libmikmod in C projects$ pkg-config --cflags --libs libmikmod
view libmikmod library files installed on system$ brew list libmikmod
verify libmikmod version and installation details$ brew info libmikmod
use libmikmod in a C program to play tracker music$ gcc -o player player.c $(pkg-config --cflags --libs libmikmod)