aws-c-cal

AWS Crypto Abstraction Layer for C applications

brewmacoslinux
Try with needOr install directly
Source

About

AWS Crypto Abstraction Layer

Commands

aws-c-cal

Examples

Verify installation and check library availability$ pkg-config --modversion aws-c-cal
Compile C code linking against aws-c-cal library$ gcc myapp.c -o myapp $(pkg-config --cflags --libs aws-c-cal)
Check library location after installation$ brew list aws-c-cal