This package browser is in early development. Mind the rough edges.

libfilezilla

Cross-platform C++ library used by Filezilla client

This package provides some basic functionality to build high-performing, platform-independent programs.

Some of the highlights include:

  • A type-safe, multi-threaded event system that's simple to use yet efficient.

  • Timers for periodic events.

  • A datetime class that not only tracks timestamp but also their accuracy, which simplifies dealing with timestamps originating from different sources.

  • Simple process handling for spawning child processes with redirected input and output.

Installation

Install the latest version of libfilezilla as follows:

guix install libfilezilla

Or install a particular version:

guix install libfilezilla@0.51.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of libfilezilla about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/libfilezilla'><img src='https://packages.guix.gnu.org/packages/libfilezilla/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libfilezilla/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libfilezilla)

Example Org:

[[https://packages.guix.gnu.org/packages/libfilezilla][https://packages.guix.gnu.org/packages/libfilezilla/badges/latest-version.svg]]