mongo-c-driver@1

C driver library for MongoDB database connections and operations

brewmacoslinux
Try with needOr install directly
Source

About

C driver for MongoDB

Commands

mongo-c-driver

Examples

Link C driver library in compilation$ gcc myapp.c -o myapp $(pkg-config --cflags --libs libmongoc-1.0)
Check installed mongo-c-driver version$ pkg-config --modversion libmongoc-1.0
Get compilation flags for mongo-c-driver$ pkg-config --cflags libmongoc-1.0