File: control

package info (click to toggle)
rust-tokio-threadpool 0.1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 388 kB
  • sloc: makefile: 2
file content (51 lines) | stat: -rw-r--r-- 2,227 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
48
49
50
51
Source: rust-tokio-threadpool
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 18),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-crossbeam-deque-0.7+default-dev <!nocheck>,
 librust-crossbeam-queue-0.2+default-dev <!nocheck>,
 librust-crossbeam-utils-0.7+default-dev <!nocheck>,
 librust-futures-0.1+default-dev (>= 0.1.19-~~) <!nocheck>,
 librust-lazy-static-1+default-dev <!nocheck>,
 librust-log-0.4+default-dev <!nocheck>,
 librust-num-cpus-1+default-dev (>= 1.2-~~) <!nocheck>,
 librust-slab-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
 librust-tokio-executor-0.1+default-dev (>= 0.1.8-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Wolfgang Silbermayr <wolfgang@silbermayr.at>,
 kpcyrd <git@rxv.cc>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/tokio-threadpool]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/tokio-threadpool
Homepage: https://github.com/tokio-rs/tokio

Package: librust-tokio-threadpool-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-crossbeam-deque-0.7+default-dev,
 librust-crossbeam-queue-0.2+default-dev,
 librust-crossbeam-utils-0.7+default-dev,
 librust-futures-0.1+default-dev (>= 0.1.19-~~),
 librust-lazy-static-1+default-dev,
 librust-log-0.4+default-dev,
 librust-num-cpus-1+default-dev (>= 1.2-~~),
 librust-slab-0.4+default-dev (>= 0.4.1-~~),
 librust-tokio-executor-0.1+default-dev (>= 0.1.8-~~)
Provides:
 librust-tokio-threadpool+default-dev (= ${binary:Version}),
 librust-tokio-threadpool-0-dev (= ${binary:Version}),
 librust-tokio-threadpool-0+default-dev (= ${binary:Version}),
 librust-tokio-threadpool-0.1-dev (= ${binary:Version}),
 librust-tokio-threadpool-0.1+default-dev (= ${binary:Version}),
 librust-tokio-threadpool-0.1.16-dev (= ${binary:Version}),
 librust-tokio-threadpool-0.1.16+default-dev (= ${binary:Version})
Description: Task scheduler backed by a work-stealing thread pool - Rust source code
 This package contains the source for the Rust tokio-threadpool crate, packaged
 by debcargo for use with cargo and dh-cargo.