aws-c-event-stream

C99 library for Amazon EventStream content-type encoding/decoding

brewmacoslinux
Try with needOr install directly
Source

About

C99 implementation of the vnd.amazon.eventstream content-type

Commands

aws-c-event-stream

Examples

Link against the library in a C project$ gcc -o myapp myapp.c $(pkg-config --cflags --libs aws-c-event-stream)
Check installed library version and location$ pkg-config --modversion aws-c-event-stream
Verify library installation and dependencies$ pkg-config --cflags --libs aws-c-event-stream