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.
|