File: control

package info (click to toggle)
workflow 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,732 kB
  • sloc: cpp: 33,835; ansic: 8,951; makefile: 9; sh: 6
file content (39 lines) | stat: -rw-r--r-- 1,545 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
Source: workflow
Section: libs
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.3
Homepage: https://github.com/sogou/workflow
Vcs-Git: https://salsa.debian.org/debian/workflow.git
Vcs-Browser: https://salsa.debian.org/debian/workflow

Package: libworkflow1
Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Breaks: libworkflow0 (<< ${source:Version}), libworkflow0t64
Replaces: libworkflow0, libworkflow0t64
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
Depends: ${misc:Depends}, ${shlibs:Depends}, libworkflow1 (= ${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.