File: control

package info (click to toggle)
libfilezilla 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,388 kB
  • ctags: 841
  • sloc: sh: 11,358; cpp: 5,734; makefile: 130
file content (42 lines) | stat: -rw-r--r-- 1,903 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libfilezilla
Priority: optional
Maintainer: Adrien Cunin <adri2000@ubuntu.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, libcppunit-dev
Standards-Version: 3.9.8
Section: libs
Homepage: https://lib.filezilla-project.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libfilezilla.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libfilezilla.git

Package: libfilezilla-dev
Section: libdevel
Architecture: any
Depends: libfilezilla0 (= ${binary:Version}), ${misc:Depends}
Description: build high-performing platform-independent programs (development)
 Free, open source C++ library, offering some basic functionality to build
 high-performing, platform-independent programs. Some of the highlights include:
 .
  - A typesafe, multi-threaded event system that's very simple to use yet
    extremely 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 I/O
 .
 This package contains the development files for the library.

Package: libfilezilla0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: build high-performing platform-independent programs (runtime lib)
 Free, open source C++ library, offering some basic functionality to build
 high-performing, platform-independent programs. Some of the highlights include:
 .
  - A typesafe, multi-threaded event system that's very simple to use yet
    extremely 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 I/O
 .
 This package contains the shared library.