File: control

package info (click to toggle)
rust-event-listener 5.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 344 kB
  • sloc: makefile: 2; sh: 1
file content (48 lines) | stat: -rw-r--r-- 1,661 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
Source: rust-event-listener
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-concurrent-queue-2+std-dev,
 librust-critical-section-1-dev,
 librust-futures-lite-2+default-dev,
 librust-parking-2-dev,
 librust-pin-project-lite-0.2+default-dev,
 librust-portable-atomic-util-0.2+alloc-dev,
 librust-try-lock-0.2+default-dev,
 librust-waker-fn-1+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/rust-event-listener.git
Vcs-Browser: https://salsa.debian.org/debian/rust-event-listener
Homepage: https://github.com/smol-rs/event-listener
Rules-Requires-Root: no

Package: librust-event-listener-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-concurrent-queue-2+std-dev,
 librust-critical-section-1-dev,
 librust-parking-2-dev,
 librust-pin-project-lite-0.2+default-dev,
 librust-portable-atomic-util-0.2+alloc-dev,
 ${misc:Depends},
Provides:
 librust-event-listener-5+default-dev (= ${binary:Version}),
 librust-event-listener-5+portable-atomic-dev (= ${binary:Version}),
 librust-event-listener-5+std-dev (= ${binary:Version}),
 librust-event-listener-5-dev (= ${binary:Version}),
 librust-event-listener-5.3-dev (= ${binary:Version}),
 librust-event-listener-5.4.1-dev (= ${binary:Version}),
Description: notify async tasks or threads - Rust source code
 event-listener is a synchronization primitive
 similar to eventcounts.
 .
 You can use this crate to turn non-blocking data structures
 into async or blocking data structures.
 .
 This package contains the source
 for the Rust event-listener crate,
 for use with cargo.