File: control

package info (click to toggle)
rocs 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,380 kB
  • sloc: cpp: 15,747; javascript: 784; xml: 638; sh: 12; makefile: 10
file content (47 lines) | stat: -rw-r--r-- 1,900 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
Source: rocs
Section: kde
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
           Pino Toscano <pino@debian.org>,
Build-Depends: debhelper-compat (= 13),
               cmake (>= 3.16~),
               extra-cmake-modules (>= 5.90.0~),
               gettext,
               libboost-dev (>= 1.49~),
               libboost-graph-dev,
               libgrantlee5-dev (>= 5.0.0~),
               libkf5archive-dev (>= 5.90.0~),
               libkf5config-dev (>= 5.90.0~),
               libkf5coreaddons-dev (>= 5.90.0~),
               libkf5crash-dev (>= 5.90.0~),
               libkf5doctools-dev (>= 5.17.0~),
               libkf5i18n-dev (>= 5.90.0~),
               libkf5itemviews-dev (>= 5.90.0~),
               libkf5texteditor-dev (>= 5.90.0~),
               libkf5xmlgui-dev (>= 5.90.0~),
               libqt5svg5-dev (>= 5.15.2~),
               libqt5xmlpatterns5-dev (>= 5.15.2~),
               pkg-kde-tools (>> 0.15.17.0),
               qtbase5-dev (>= 5.15.2~),
               qtdeclarative5-dev (>= 5.15.2~),
               qtscript5-dev (>= 5.15.2~),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://edu.kde.org/rocs/
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/rocs.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/rocs

Package: rocs
Architecture: any
Section: math
Depends: qml-module-qtqml-statemachine, ${misc:Depends}, ${shlibs:Depends},
Description: graph theory IDE
 Rocs aims to be a Graph Theory IDE for helping professors to show the results
 of a graph algorithm and also helping students to do the algorithms.
 .
 Rocs has a scripting module, done in Qt Script, that interacts with the drawn
 graph and every change in the graph with the script is reflected on the drawn
 one.
 .
 This package is part of the KDE education module.