BSON utility library
BSON ("Binary JSON") is a binary-encoded serialization of JSON-like
documents. It is the native document format of MongoDB.

libbson is a library providing useful routines related to building,
parsing, and iterating BSON documents. It can be used as a base for
high-performance C extensions to higher level languages.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/mongodb/mongo-c-driver
