From: Corentin Bocquillon <corentin@nybble.fr>
To: 26590@debbugs.gnu.org
Subject: bug#26590: gnu: Add libbson.
Date: Fri, 21 Apr 2017 14:05:30 +0200 [thread overview]
Message-ID: <20170421120530.GA24567@nibupac> (raw)
[-- Attachment #1: 0001-gnu-Add-libbson.patch --]
[-- Type: text/plain, Size: 1957 bytes --]
From 73b6d5e67cc9bee67d88f50c9319dcaa6f81f60b Mon Sep 17 00:00:00 2001
From: Corentin Bocquillon <corentin@nybble.fr>
Date: Fri, 21 Apr 2017 13:11:24 +0200
Subject: [PATCH] gnu: Add libbson.
* gnu/packages/serialization.scm (libbson): New variables.
---
gnu/packages/serialization.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 9e073b7a9..1a5313377 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -35,7 +35,8 @@
#:use-module (gnu packages documentation)
#:use-module (gnu packages lua)
#:use-module (gnu packages pkg-config)
- #:use-module (gnu packages python))
+ #:use-module (gnu packages python)
+ #:use-module (gnu packages perl))
(define-public cereal
(package
@@ -287,3 +288,25 @@ it a convenient format to store user input files.")
"Cap'n Proto is a very fast data interchange format and capability-based
RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster.")
(license license:expat)))
+
+(define-public libbson
+ (package
+ (name "libbson")
+ (version "1.6.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/mongodb/libbson/releases/download/"
+ version "/libbson-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1fj4554msq0rrz14snbj908dzqj46gh7jg9w9j0akn2b7q911m5a"))))
+ (build-system gnu-build-system)
+ (native-inputs `(("perl" ,perl)))
+ (home-page "http://mongoc.org/libbson/current/index.html")
+ (synopsis "C BSON library")
+ (description
+ "Libbson can create and parse BSON documents.
+It can also convert JSON documents to BSON and the opposite.
+BSON stands for Binary JSON, it is comparable to protobuf.")
+ (license license:asl2.0)))
--
2.12.2
next reply other threads:[~2017-04-21 15:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-21 12:05 Corentin Bocquillon [this message]
2017-04-21 19:58 ` bug#26590: gnu: Add libbson Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170421120530.GA24567@nibupac \
--to=corentin@nybble.fr \
--cc=26590@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.