physfs

Library providing abstract access to various archive formats

brewmacoslinux
Try with needOr install directly
Source

About

Library to provide abstract access to various archives

Commands

physfs

Examples

Link against PhysFS library in C/C++ projects$ gcc myapp.c -o myapp $(pkg-config --cflags --libs physfs)
Check PhysFS version and installation$ pkg-config --modversion physfs
Include PhysFS headers in development$ pkg-config --cflags physfs