File: control

package info (click to toggle)
ftxui 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,084 kB
  • sloc: cpp: 23,669; xml: 211; sh: 25; javascript: 20; python: 16; makefile: 15
file content (158 lines) | stat: -rw-r--r-- 4,608 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
Source: ftxui
Section: devel
Priority: optional
Maintainer: Shriram Ravindranathan <s20n@ters.dev>
Uploaders: Alex Myczko <tar@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 iwyu,
 libgtest-dev,
 libbenchmark-dev,
Build-Depends-Indep:
 doxygen,
 graphviz,
Standards-Version: 4.6.2
Homepage: https://github.com/ArthurSonzogni/FTXUI
Vcs-Browser: https://salsa.debian.org/debian/ftxui
Vcs-Git: https://salsa.debian.org/debian/ftxui.git

Package: libftxui-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libftxui-component5.0.0 (= ${binary:Version}),
 libftxui-dom5.0.0 (= ${binary:Version}),
 libftxui-screen5.0.0 (= ${binary:Version}),
 ${misc:Depends},
Suggests: ftxui-doc
Description: Cross-platform C++ functional TUI library - Development Files
 ftxui is a modern C++ TUI library for building interfaces in a functional
 style.
 .
  - Functional style, Inspired by React
  - Simple and elegant syntax.
  - Keyboard & mouse navigation.
  - Support for UTF8 and fullwidth chars.
  - Support for animations.
  - Support for drawing.
  - No dependencies.
  - Cross platform: Linux, MacOS, WebAssembly, Windows
 .
 This package provides the development headers for ftxui.

Package: libftxui-component5.0.0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 libftxui-dom5.0.0 (= ${binary:Version}),
 libftxui-screen5.0.0 (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: Cross-platform C++ functional TUI library - Component Module
 ftxui is a modern C++ TUI library for building interfaces in a functional
 style.
 .
  - Functional style, Inspired by React
  - Simple and elegant syntax.
  - Keyboard & mouse navigation.
  - Support for UTF8 and fullwidth chars.
  - Support for animations.
  - Support for drawing.
  - No dependencies.
  - Cross platform: Linux, MacOS, WebAssembly, Windows
 .
 This package provides the runtime library for the component module of ftxui.

Package: libftxui-dom5.0.0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 libftxui-screen5.0.0 (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: Cross-platform C++ functional TUI library - DOM Module
 ftxui is a modern C++ TUI library for building interfaces in a functional
 style.
 .
  - Functional style, Inspired by React
  - Simple and elegant syntax.
  - Keyboard & mouse navigation.
  - Support for UTF8 and fullwidth chars.
  - Support for animations.
  - Support for drawing.
  - No dependencies.
  - Cross platform: Linux, MacOS, WebAssembly, Windows
 .
 This package provides the runtime library for the DOM module of ftxui.

Package: libftxui-screen5.0.0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Cross-platform C++ functional TUI library - Screen Module
 ftxui is a modern C++ TUI library for building interfaces in a functional
 style.
 .
  - Functional style, Inspired by React
  - Simple and elegant syntax.
  - Keyboard & mouse navigation.
  - Support for UTF8 and fullwidth chars.
  - Support for animations.
  - Support for drawing.
  - No dependencies.
  - Cross platform: Linux, MacOS, WebAssembly, Windows
 .
 This package provides the runtime library for the screen module of ftxui.

Package: ftxui-examples
Section: misc
Architecture: any
Depends:
 libftxui-component5.0.0 (= ${binary:Version}),
 libftxui-dom5.0.0 (= ${binary:Version}),
 libftxui-screen5.0.0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: Cross-platform C++ functional TUI library - Example Binaries
 ftxui is a modern C++ TUI library for building interfaces in a functional
 style.
 .
  - Functional style, Inspired by React
  - Simple and elegant syntax.
  - Keyboard & mouse navigation.
  - Support for UTF8 and fullwidth chars.
  - Support for animations.
  - Support for drawing.
  - No dependencies.
  - Cross platform: Linux, MacOS, WebAssembly, Windows
 .
 This package provides example binaries built with ftxui.

Package: ftxui-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
  ${misc:Depends},
Description: Cross-platform C++ functional TUI library - Documentation
 ftxui is a modern C++ TUI library for building interfaces in a functional
 style.
 .
  - Functional style, Inspired by React
  - Simple and elegant syntax.
  - Keyboard & mouse navigation.
  - Support for UTF8 and fullwidth chars.
  - Support for animations.
  - Support for drawing.
  - No dependencies.
  - Cross platform: Linux, MacOS, WebAssembly, Windows
 .
 This package includes the library reference and examples for ftxui.