File: control

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (70 lines) | stat: -rw-r--r-- 2,310 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
Source: taskflow
Section: libs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Rules-Requires-Root: no
Build-Depends: cmake,
               debhelper-compat (= 13)
Build-Depends-Arch: doctest-dev <!nocheck>,
                    libcli11-dev,
                    libcpp-httplib-dev,
                    libjs-bootstrap4,
                    libjs-d3-tip,
                    libjs-jquery,
                    libspdlog-dev,
                    nlohmann-json3-dev,
                    node-d3
Build-Depends-Indep: doxygen <!nodoc>,
                     graphviz <!nodoc>,
                     python3-jinja2 <!nodoc>,
                     python3-pygments <!nodoc>
Standards-Version: 4.7.0
Homepage: https://taskflow.github.io/
Vcs-Browser: https://salsa.debian.org/debian/taskflow
Vcs-Git: https://salsa.debian.org/debian/taskflow.git
Description: Parallel and Heterogeneous Task Programming System for C++
 Taskflow helps you quickly write parallel and heterogeneous task
 programs with high performance and simultaneous high productivity. It
 is faster, more expressive, with fewer lines of code, and easier for
 drop-in integration than many of existing task programming libraries.
 It is provided as a collection of C++ header files, using C++17.

Package: libtaskflow-cpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Suggests: taskflow-doc,
          taskflow-profiler
Description: ${source:Synopsis} (header files)
 ${source:Extended-Description}
 .
 This package provides the C++ header files for Taskflow.

Package: taskflow-profiler
Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: libtaskflow-cpp-dev
Suggests: taskflow-doc
Description: ${source:Synopsis} (profiler)
 ${source:Extended-Description}
 .
 This package provides the Taskflow profiler, "tfprof", together with the
 profiler server.

Package: taskflow-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: libtaskflow-cpp-dev,
          taskflow-profiler
Description: ${source:Synopsis} (documentation)
 ${source:Extended-Description}
 .
 This package provides the documentation for Taskflow.
Build-Profiles: <!nodoc>