diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-18 20:18:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-18 20:18:48 +0700 |
commit | c7c7e87210afea1cfbdf53713e9d219e461ee29b (patch) | |
tree | daf19c6fa8777ce969119314c0d9d94bcd0e395d /libraries/libfilezilla/README | |
parent | c60b25482c462c77e18f3db2749f7646b1014edf (diff) |
libraries/libfilezilla: Added (C++ Library).
This will be dependency for FileZilla 3.15+.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libfilezilla/README')
-rw-r--r-- | libraries/libfilezilla/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libfilezilla/README b/libraries/libfilezilla/README new file mode 100644 index 0000000000000..32c874ba03697 --- /dev/null +++ b/libraries/libfilezilla/README @@ -0,0 +1,8 @@ +libfilezilla is a small and modern C++ library, offering some basic +functionality to build high-performing, platform-independent programs. + +libfilezilla is a cross-platform library for all major operating +systems, including but not limited to Linux, *BSD, OS X and Windows. + +This library is free software, it is distributed under the terms and +conditions of the GNU General Public License v2+ |