libparserutils

Library for building efficient parsers with charset handling

brewmacoslinux
Try with needOr install directly
Source

About

Library for building efficient parsers

Commands

libparserutils

Examples

Link against libparserutils in a C program for parsing$ gcc -o myparser myparser.c -lparserutils
Check installed version and library location$ pkg-config --modversion libparserutils
Get compiler flags needed to use libparserutils$ pkg-config --cflags --libs libparserutils