File: control

package info (click to toggle)
libpipeline 1.5.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,048 kB
  • sloc: ansic: 34,415; sh: 5,519; makefile: 168
file content (42 lines) | stat: -rw-r--r-- 1,235 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
Source: libpipeline
Section: libs
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 4.7.0
Build-Depends:
 check <!nocheck>,
 debhelper-compat (= 13),
 gnulib,
 pkgconf,
Homepage: https://libpipeline.gitlab.io/libpipeline/
Vcs-Git: https://salsa.debian.org/debian/libpipeline.git
Vcs-Browser: https://salsa.debian.org/debian/libpipeline
Rules-Requires-Root: no
X-Style: black

Package: libpipeline1
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: same
Description: Unix process pipeline manipulation library
 This is a C library for setting up and running pipelines of processes,
 without needing to involve shell command-line parsing which is often
 error-prone and insecure.

Package: libpipeline-dev
Section: libdevel
Architecture: any
Depends:
 libpipeline1 (= ${binary:Version}),
 ${misc:Depends},
Multi-Arch: same
Description: Unix process pipeline manipulation library (development files)
 This is a C library for setting up and running pipelines of processes,
 without needing to involve shell command-line parsing which is often
 error-prone and insecure.
 .
 This package contains files needed for developing with libpipeline.