File: control

package info (click to toggle)
qnodeeditor 2.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,144 kB
  • sloc: cpp: 8,823; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,217 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
Source: qnodeeditor
Section: libs
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 qtbase5-dev,
 libqt5charts5-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/Qv2ray/QNodeEditor
Vcs-Git: https://salsa.debian.org/debian/qnodeeditor.git
Vcs-Browser: https://salsa.debian.org/debian/qnodeeditor

Package: libqnodeeditor-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libqnodeeditor2 (= ${binary:Version}),
 ${misc:Depends},
Description: Qt-based library for graph-controlled data processing (dev)
 NodeEditor is conceived as a general-purpose Qt-based library aimed
 at graph-controlled data processing. The library can be used as a
 framework for visual dataflow programming.
 .
 This package provides the development files.

Package: libqnodeeditor2
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Qt-based library for graph-controlled data processing
 NodeEditor is conceived as a general-purpose Qt-based library aimed
 at graph-controlled data processing. The library can be used as a
 framework for visual dataflow programming.
 .
 This package provides the library files.