mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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.
This commit is contained in:
parent
0943ec4f7f
commit
7cace18624
1 changed files with 15 additions and 1 deletions
|
@ -190,7 +190,21 @@ (define-public libfilezilla
|
|||
(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:
|
||||
@itemize
|
||||
@item
|
||||
A type-safe, multi-threaded event system that's simple to use yet efficient.
|
||||
@item
|
||||
Timers for periodic events.
|
||||
@item
|
||||
A @code{datetime} class that not only tracks timestamp but also their accuracy,
|
||||
which simplifies dealing with timestamps originating from different sources.
|
||||
@item
|
||||
Simple process handling for spawning child processes with redirected input and
|
||||
output.
|
||||
@end itemize\n")
|
||||
(license gpl2+)))
|
||||
|
||||
(define-public filezilla
|
||||
|
|
Loading…
Reference in a new issue