guix-patches
[Top][All Lists]
Advanced

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

bug#27092: [PATCH 1/3] gnu: Add liboauth.


From: Ludovic Courtès
Subject: bug#27092: [PATCH 1/3] gnu: Add liboauth.
Date: Wed, 31 May 2017 15:57:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hi!

Kei Kebreau <address@hidden> skribis:

> * gnu/packages/web.scm (liboauth): New variable.

[...]

> +    (home-page "https://sourceforge.net/projects/liboauth";)
> +    (synopsis "C library implementing the http://oauth.net API")

Maybe replace the URL with “OAuth”?

> +     "liboauth is a collection of c functions implementing the 
> http://oauth.net
> +API.

Likewise: @uref{http://oauth.net,OAuth}.

> liboauth provides functions to escape and encode stings according to

Typo: “strings”.

> +OAuth specifications and offers high-level functionality built on top to sign
> +requests or verify signatures using either NSS or OpenSSL for calculating the
> +hash/signatures.")

I would omit “using either …” since our package uses just one of them
anyway (and it’s an implementation detail).

OK with these changes, thanks!

Ludo’.





reply via email to

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