File: control

package info (click to toggle)
rust-nom 5.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 948 kB
  • sloc: makefile: 2
file content (171 lines) | stat: -rw-r--r-- 6,356 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
Source: rust-nom
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 15),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-lexical-core-0.4+default-dev <!nocheck>,
 librust-memchr-2+use-std-dev <!nocheck>,
 librust-memchr-2-dev <!nocheck>,
 librust-version-check-0.9+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Emmanouil Kampitakis <info+debian@kampitakis.de>,
 kpcyrd <git@rxv.cc>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/nom]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/nom

Package: librust-nom-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-memchr-2-dev,
 librust-version-check-0.9+default-dev
Recommends:
 librust-nom+default-dev (= ${binary:Version})
Suggests:
 librust-nom+lazy-static-dev (= ${binary:Version}),
 librust-nom+lexical-dev (= ${binary:Version}),
 librust-nom+lexical-core-dev (= ${binary:Version}),
 librust-nom+regex-dev (= ${binary:Version}),
 librust-nom+regexp-dev (= ${binary:Version}),
 librust-nom+regexp-macros-dev (= ${binary:Version}),
 librust-nom+std-dev (= ${binary:Version})
Provides:
 librust-nom+alloc-dev (= ${binary:Version}),
 librust-nom-5-dev (= ${binary:Version}),
 librust-nom-5+alloc-dev (= ${binary:Version}),
 librust-nom-5.0-dev (= ${binary:Version}),
 librust-nom-5.0+alloc-dev (= ${binary:Version}),
 librust-nom-5.0.1-dev (= ${binary:Version}),
 librust-nom-5.0.1+alloc-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - Rust source code
 This package contains the source for the Rust nom crate, packaged by debcargo
 for use with cargo and dh-cargo.

Package: librust-nom+default-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-nom+std-dev (= ${binary:Version}),
 librust-nom+lexical-dev (= ${binary:Version})
Provides:
 librust-nom-5+default-dev (= ${binary:Version}),
 librust-nom-5.0+default-dev (= ${binary:Version}),
 librust-nom-5.0.1+default-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "default"
 This metapackage enables feature default for the Rust nom crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-nom+lazy-static-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-lazy-static-1+default-dev
Provides:
 librust-nom-5+lazy-static-dev (= ${binary:Version}),
 librust-nom-5.0+lazy-static-dev (= ${binary:Version}),
 librust-nom-5.0.1+lazy-static-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "lazy_static"
 This metapackage enables feature lazy_static for the Rust nom crate, by pulling
 in any additional dependencies needed by that feature.

Package: librust-nom+lexical-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-lexical-core-0.4+default-dev
Provides:
 librust-nom-5+lexical-dev (= ${binary:Version}),
 librust-nom-5.0+lexical-dev (= ${binary:Version}),
 librust-nom-5.0.1+lexical-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "lexical"
 This metapackage enables feature lexical for the Rust nom crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-nom+lexical-core-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-lexical-core-0.4+default-dev
Provides:
 librust-nom-5+lexical-core-dev (= ${binary:Version}),
 librust-nom-5.0+lexical-core-dev (= ${binary:Version}),
 librust-nom-5.0.1+lexical-core-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "lexical-core"
 This metapackage enables feature lexical-core for the Rust nom crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-nom+regex-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-regex-1+default-dev
Provides:
 librust-nom-5+regex-dev (= ${binary:Version}),
 librust-nom-5.0+regex-dev (= ${binary:Version}),
 librust-nom-5.0.1+regex-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "regex"
 This metapackage enables feature regex for the Rust nom crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-nom+regexp-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-regex-1+default-dev
Provides:
 librust-nom-5+regexp-dev (= ${binary:Version}),
 librust-nom-5.0+regexp-dev (= ${binary:Version}),
 librust-nom-5.0.1+regexp-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "regexp"
 This metapackage enables feature regexp for the Rust nom crate, by pulling in
 any additional dependencies needed by that feature.

Package: librust-nom+regexp-macros-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-nom+regexp-dev (= ${binary:Version}),
 librust-lazy-static-1+default-dev
Provides:
 librust-nom-5+regexp-macros-dev (= ${binary:Version}),
 librust-nom-5.0+regexp-macros-dev (= ${binary:Version}),
 librust-nom-5.0.1+regexp-macros-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "regexp_macros"
 This metapackage enables feature regexp_macros for the Rust nom crate, by
 pulling in any additional dependencies needed by that feature.

Package: librust-nom+std-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-nom-dev (= ${binary:Version}),
 librust-nom+alloc-dev (= ${binary:Version}),
 librust-memchr-2+use-std-dev
Provides:
 librust-nom-5+std-dev (= ${binary:Version}),
 librust-nom-5.0+std-dev (= ${binary:Version}),
 librust-nom-5.0.1+std-dev (= ${binary:Version})
Description: Byte-oriented, zero-copy, parser combinators - feature "std"
 This metapackage enables feature std for the Rust nom crate, by pulling in any
 additional dependencies needed by that feature.