File: control

package info (click to toggle)
qcodeeditor 1.0%2B1gitdc644d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 520 kB
  • sloc: cpp: 2,502; xml: 731; python: 11; makefile: 9
file content (54 lines) | stat: -rw-r--r-- 1,454 bytes parent folder | download | duplicates (2)
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
Source: qcodeeditor
Section: libdevel
Priority: optional
Maintainer: Dima Kogan <dkogan@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               qtbase5-dev
Standards-Version: 4.6.0
Homepage: https://github.com/Megaxela/QCodeEditor
Vcs-Git: https://salsa.debian.org/debian/qcodeeditor.git
Vcs-Browser: https://salsa.debian.org/debian/qcodeeditor

Package: libqcodeeditor0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt widget for editing/viewing code
 Abilities:
   - Auto parentheses
   - Different highlight rules
   - Auto indentation
   - Replace tabs with spaces
   - GLSL completion rules
   - GLSL highlight rules
   - C++ highlight rules
   - XML highlight rules
   - JSON highligh rules
   - Frame selection
   - Qt Creator styles
 .
 This package contains the run-time libraries

Package: libqcodeeditor-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libqcodeeditor0 (= ${binary:Version}),
         qtbase5-dev
Description: Qt widget for editing/viewing code
 Abilities:
   - Auto parentheses
   - Different highlight rules
   - Auto indentation
   - Replace tabs with spaces
   - GLSL completion rules
   - GLSL highlight rules
   - C++ highlight rules
   - XML highlight rules
   - JSON highligh rules
   - Frame selection
   - Qt Creator styles
 .
 This package contains the build-time libraries