File: control

package info (click to toggle)
dyda 1.41.1-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 106,128 kB
  • sloc: python: 19,978; makefile: 189; sh: 11
file content (30 lines) | stat: -rw-r--r-- 1,178 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
Source: dyda
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3 (>= 3.4),
               python3-setuptools (>= 3.0)
Standards-Version: 4.5.0
Homepage: http://dt42.io

Package: python3-dyda
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: dynamic data pipeline framework for DT42 applications
 dyda is a library provides dynamic data pipeline framework. By using the
 framework applications can configure a pipe based on configuration files.
 And users can change the pipeline by modifying the configuration files
 without touching any code.

Package: python3-dyda-pipeline-config
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: dynamic data pipeline framework for DT42 applications (config)
 dyda is a library provides dynamic data pipeline framework. By using the
 framework applications can configure a pipe based on configuration files.
 And users can change the pipeline by modifying the configuration files
 without touching any code.
 .
 This package contains config files.