diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-09-19 00:26:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-19 00:26:47 +0700 |
commit | 421ba2d55d4eed401eca7f1abfdd1499bc7e5e24 (patch) | |
tree | 5412659826eb29b16240f981874a343c45e348af /libraries/libbson/README | |
parent | 31e0c5682d818edf8192a33718fa6b646b3697cb (diff) |
libraries/libbson: Added (a cross platform BSON Library for C)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libbson/README')
-rw-r--r-- | libraries/libbson/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libbson/README b/libraries/libbson/README new file mode 100644 index 0000000000000..3c3c7b7dec986 --- /dev/null +++ b/libraries/libbson/README @@ -0,0 +1,7 @@ +A cross platform BSON Library for C + +libbson builds, parses, and iterates BSON documents, the native data +format of MongoDB. It also converts BSON to and from JSON, and provides +a platform compatibility layer for the MongoDB C Driver. + +libbson conflicts with mongo-c-driver. |