-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
47 lines (45 loc) · 2.01 KB
/
control
File metadata and controls
47 lines (45 loc) · 2.01 KB
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
43
44
45
46
47
Source: wt
Section: libdevel
Priority: optional
Maintainer: Toby Schneider <toby@gobysoft.org>
Build-Depends: cmake (>= 3.13.0),
debhelper-compat (= 12),
libmysqlclient-dev | default-libmysqlclient-dev,
libboost-dev (>= 1.66.0),
libboost-filesystem-dev (>= 1.66.0),
libboost-program-options-dev (>= 1.66.0),
libboost-system-dev (>= 1.66.0),
libboost-thread-dev (>= 1.66.0),
libgraphicsmagick1-dev,
libhpdf-dev (<<2.4.0),
libpango1.0-dev,
libssl-dev
Standards-Version: 4.5.0
Homepage: https://www.webtoolkit.eu/wt/
Package: libwt4.11.3
Architecture: any
Multi-Arch: same
Conflicts: libwt50, libwt-common
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ library and application server for web applications [libraries]
Wt is a web GUI library in modern C++. Quickly develop highly interactive web UIs with widgets, without having to write a single line of JavaScript. Wt handles all request handling and page rendering for you, so you can focus on functionality.
Package: libwt4-dev
Architecture: any
Multi-Arch: same
Conflicts: libwt-dev
Depends: cmake (>= 3.13.0),
libmysqlclient-dev | default-libmysqlclient-dev,
libboost-dev (>= 1.66.0),
libboost-filesystem-dev (>= 1.66.0),
libboost-program-options-dev (>= 1.66.0),
libboost-system-dev (>= 1.66.0),
libboost-thread-dev (>= 1.66.0),
libgraphicsmagick1-dev,
libhpdf-dev (<<2.4.0),
libpango1.0-dev,
libssl-dev,
libwt4.11.3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: C++ library and application server for web applications [development]
Wt is a web GUI library in modern C++. Quickly develop highly interactive web UIs with widgets, without having to write a single line of JavaScript. Wt handles all request handling and page rendering for you, so you can focus on functionality.