mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1156fb6f92
Comment:
BSON utility library
Description:
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