File: control

package info (click to toggle)
rust-femme 2.2.1~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (56 lines) | stat: -rw-r--r-- 2,222 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
52
53
54
55
56
Source: rust-femme
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 librust-cfg-if-1+default-dev <!nocheck>,
 librust-js-sys-0.3+default-dev (>= 0.3.25) <!nocheck>,
 librust-log-0.4+default-dev (>= 0.4.14) <!nocheck>,
 librust-kv-log-macro-1+default-dev <!nocheck>,
 librust-log-0.4+kv-unstable-dev (>= 0.4.14) <!nocheck>,
 librust-log-0.4+kv-unstable-serde-dev (>= 0.4.14) <!nocheck>,
 librust-log-0.4+std-dev (>= 0.4.14) <!nocheck>,
 librust-serde-1+default-dev (>= 1.0.97) <!nocheck>,
 librust-serde-derive-1+default-dev (>= 1.0.97) <!nocheck>,
 librust-serde-json-1+default-dev (>= 1.0.56) <!nocheck>,
 librust-wasm-bindgen-0.2+default-dev (>= 0.2.48) <!nocheck>,
 librust-wasm-bindgen-0.2+serde-serialize-dev (>= 0.2.48) <!nocheck>,
 librust-web-sys-0.3-dev (>= 0.3.25) <!nocheck>,
 libstring-shellquote-perl,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-femme.git
Vcs-Browser: https://salsa.debian.org/debian/rust-femme
Homepage: https://github.com/lrlna/femme
Rules-Requires-Root: no

Package: librust-femme-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-cfg-if-1+default-dev,
 librust-js-sys-0.3+default-dev (>= 0.3.25),
 librust-log-0.4+default-dev (>= 0.4.14),
 librust-log-0.4+kv-unstable-dev (>= 0.4.14),
 librust-log-0.4+kv-unstable-serde-dev (>= 0.4.14),
 librust-log-0.4+std-dev (>= 0.4.14),
 librust-serde-1+default-dev (>= 1.0.97),
 librust-serde-derive-1+default-dev (>= 1.0.97),
 librust-serde-json-1+default-dev (>= 1.0.56),
 librust-wasm-bindgen-0.2+default-dev (>= 0.2.48),
 librust-wasm-bindgen-0.2+serde-serialize-dev (>= 0.2.48),
 librust-web-sys-0.3-dev (>= 0.3.25),
 ${misc:Depends},
Provides:
 librust-femme-2+default-dev (= ${binary:Version}),
 librust-femme-2-dev (= ${binary:Version}),
 librust-femme-2.2-dev (= ${binary:Version}),
 librust-femme-2.2.1-dev (= ${binary:Version}),
Description: pretty-printer and ndjson logger for log crate - Rust source code
 Not just a pretty (inter)face.
 .
 femme is a pretty-printer and ndjson logger for the log crate.
 .
 This package contains the source for the Rust femme crate,
 packaged for use with cargo and dh-cargo.