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/slack-desc | |
parent | 31e0c5682d818edf8192a33718fa6b646b3697cb (diff) | |
download | slackbuilds-421ba2d55d4eed401eca7f1abfdd1499bc7e5e24.tar.gz |
libraries/libbson: Added (a cross platform BSON Library for C)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libbson/slack-desc')
-rw-r--r-- | libraries/libbson/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libbson/slack-desc b/libraries/libbson/slack-desc new file mode 100644 index 0000000000..823e133486 --- /dev/null +++ b/libraries/libbson/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libbson: libbson (a cross platform BSON Library for C) +libbson: +libbson: +libbson: libbson builds, parses, and iterates BSON documents, the native data +libbson: format of MongoDB. It also converts BSON to and from JSON, and +libbson: provides a platform compatibility layer for the MongoDB C Driver. +libbson: +libbson: +libbson: Homepage: https://mongoc.org/libbson/current/index.html +libbson: +libbson: |