guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libfilezilla: Expand description.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: libfilezilla: Expand description.
Date: Fri, 5 Jan 2018 08:47:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7cace1862425808be41f9648575afc8115509b89
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 5 04:09:15 2018 +0000

    gnu: libfilezilla: Expand description.
    
    In theory, this isn't just an FTP client library. In practice, it is.
    
    * gnu/packages/ftp.scm (libfilezilla)[description]: Illustrate features.
---
 gnu/packages/ftp.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 04abfef..08c6472 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -190,7 +190,21 @@ as required.")
     (synopsis "Cross-platform C++ library used by Filezilla client")
     (description
      "This package provides some basic functionality to build high-performing,
-platform-independent programs.")
+platform-independent programs.
+
+Some of the highlights include:
address@hidden
address@hidden
+A type-safe, multi-threaded event system that's simple to use yet efficient.
address@hidden
+Timers for periodic events.
address@hidden
+A @code{datetime} class that not only tracks timestamp but also their accuracy,
+which simplifies dealing with timestamps originating from different sources.
address@hidden
+Simple process handling for spawning child processes with redirected input and
+output.
address@hidden itemize\n")
     (license gpl2+)))
 
 (define-public filezilla



reply via email to

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