File: control

package info (click to toggle)
rust-async-process 1.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (47 lines) | stat: -rw-r--r-- 1,675 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
Source: rust-async-process
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 librust-async-lock-2+default-dev <!nocheck>,
 librust-autocfg-1+default-dev <!nocheck>,
 librust-cfg-if-1+default-dev <!nocheck>,
 librust-event-listener-2+default-dev <!nocheck>,
 librust-futures-lite-1+default-dev <!nocheck>,
 librust-async-io-1+default-dev <!nocheck>,
 librust-libc-0.2+default-dev <!nocheck>,
 librust-signal-hook-0.3+iterator-dev <!nocheck>,
 libstring-shellquote-perl,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-async-process.git
Vcs-Browser: https://salsa.debian.org/debian/rust-async-process
Homepage: https://github.com/smol-rs/async-process
Rules-Requires-Root: no

Package: librust-async-process-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-async-lock-2+default-dev,
 librust-autocfg-1+default-dev,
 librust-cfg-if-1+default-dev,
 librust-event-listener-2+default-dev,
 librust-futures-lite-1+default-dev,
 librust-async-io-1+default-dev,
 librust-libc-0.2+default-dev,
 librust-signal-hook-0.3+iterator-dev,
 ${misc:Depends},
Provides:
 librust-async-process-1-dev (= ${binary:Version}),
 librust-async-process-1+default-dev (= ${binary:Version}),
 librust-async-process-1.6-dev (= ${binary:Version}),
 librust-async-process-1.6.0-dev (= ${binary:Version}),
Description: async interface for working with processes - Rust source code
 async-process provides a lightweight interface
 for working asyncronously with processes.
 .
 This package contains the source
 for the Rust async-process crate,
 packaged for use with cargo and dh-cargo.