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

libfilezilla 0.39.2

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 libfilezilla 0.39.2 as follows:

guix install libfilezilla@0.39.2

Or install the latest version:

guix install libfilezilla

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.