@andrewrk Sounds more like a C++ thing. They also seem to have a fondness for "header-only, no-install" libraries. I think Boost used to be in this category but now you can't get away without installing some compiled libs anyway.

LMDB is in C and has no other dependencies besides libc.