File: control

package info (click to toggle)
workflow 0.11.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,724 kB
  • sloc: cpp: 33,155; ansic: 9,303; makefile: 9; sh: 6
file content (43 lines) | stat: -rw-r--r-- 1,688 bytes parent folder | download | duplicates (2)
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
Source: workflow
Section: libs
Priority: optional
Maintainer: Lance Lin <lq27267@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
               cmake,
               libgtest-dev <!nocheck>,
               libssl-dev
Standards-Version: 4.7.2
Homepage: https://github.com/sogou/workflow
Vcs-Git: https://salsa.debian.org/debian/workflow.git
Vcs-Browser: https://salsa.debian.org/debian/workflow
Rules-Requires-Root: no

Package: libworkflow0t64
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Breaks: libworkflow0 (<< ${source:Version}), libworkflow1 (<< 0.10.1-1)
Replaces: libworkflow0, libworkflow1 (<< 0.10.1-1)
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Parallel computing and asynchronous web server engine
 Workflow can be used as a scalable web server to handle a variety
 of server workflows. It can be used to orchestrate complex
 relationships between computing and networking.  Workflow currently
 supports protocols for HTTP, Redis, MySQL, and Kafka.
 .
 This package contains the runtime library.

Package: libworkflow-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Breaks: libworkflow1 (<< 0.10.1-1)
Replaces: libworkflow1 (<< 0.10.1-1)
Depends: ${misc:Depends}, ${shlibs:Depends}, libworkflow0t64 (= ${binary:Version})
Description: Parallel computing and asynchronous web server engine development files
 Workflow can be used as a scalable web server to handle a variety
 of server workflows. It can be used to orchestrate complex
 relationships between computing and networking.  Workflow currently
 supports protocols for HTTP, Redis, MySQL, and Kafka.
 .
 This package contains the development header files.