aboutsummaryrefslogtreecommitdiff
path: root/libraries/libbson/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libbson/README')
-rw-r--r--libraries/libbson/README7
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.