gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 05/05: guix: Extend description for new version.


From: gnunet
Subject: [gnunet-scheme] 05/05: guix: Extend description for new version.
Date: Wed, 31 Aug 2022 13:30:21 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 31f69a0efc619f0dd577a66719bc64394975e9c1
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Aug 31 12:35:00 2022 +0200

    guix: Extend description for new version.
    
    * guix.scm
    (scheme-gnunet)[synopsis]: Copy old synopsis.
    (scheme-gnunet)[description]: Copy old description and add CADET.
---
 guix.scm | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/guix.scm b/guix.scm
index d05ce8c..b5ff740 100644
--- a/guix.scm
+++ b/guix.scm
@@ -60,8 +60,21 @@
          texmacs
          xvfb-run))
    (inputs (list guile-3.0-latest))
-   (synopsis "partial Scheme port of GNUnet")
+   (synopsis "Guile implementation of GNUnet client libraries")
    (license license:agpl3+)
-   (description #f)
+   ;; Description for new version
+   (description "This package provides Guile modules for connecting to various
+GNUnet services. It also has infrastructure for writing new GNUnet services and
+connecting to them and can be used from multi-threaded environments.  It is not
+to be confused with @code{guile-gnunet} -- @code{guile-gnunet} supports a 
different
+set of services.
+
+The following services are supported:
+
+@itemize
+@item NSE (network size estimation)
+@item DHT (distributed hash table)
+@item CADET (secure end-to-end communication between arbitrary peers)
+@end itemize")
    (home-page #f)))
 scheme-gnunet

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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