emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26590: closed (gnu: Add libbson.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26590: closed (gnu: Add libbson.)
Date: Fri, 21 Apr 2017 19:59:02 +0000

Your message dated Fri, 21 Apr 2017 15:58:48 -0400
with message-id <address@hidden>
and subject line Re: bug#26590: gnu: Add libbson.
has caused the debbugs.gnu.org bug report #26590,
regarding gnu: Add libbson.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26590: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26590
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gnu: Add libbson. Date: Fri, 21 Apr 2017 14:05:30 +0200 User-agent: Mutt/1.8.0 (2017-02-23)

Attachment: 0001-gnu-Add-libbson.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#26590: gnu: Add libbson. Date: Fri, 21 Apr 2017 15:58:48 -0400 User-agent: Mutt/1.8.2 (2017-04-18)
On Fri, Apr 21, 2017 at 02:05:30PM +0200, Corentin Bocquillon wrote:
> From 73b6d5e67cc9bee67d88f50c9319dcaa6f81f60b Mon Sep 17 00:00:00 2001
> From: Corentin Bocquillon <address@hidden>
> Date: Fri, 21 Apr 2017 13:11:24 +0200
> Subject: [PATCH] gnu: Add libbson.
> 
> * gnu/packages/serialization.scm (libbson): New variables.

Thanks! I added a copyright line for you and pushed as
9d62551216abe83d949caa9508d039d97a96d7b3.

> +    (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.")

I also re-indented (source) and (description).

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]