File: control

package info (click to toggle)
rust-nom-locate 4.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: makefile: 2; sh: 1
file content (51 lines) | stat: -rw-r--r-- 1,690 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-nom-locate
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-bytecount-0.6+default-dev,
 librust-memchr-2+use-std-dev,
 librust-memchr-2-dev,
 librust-nom-7+alloc-dev,
 librust-nom-7+std-dev,
 librust-nom-7-dev,
 librust-stable-deref-trait-1-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-nom-locate.git
Vcs-Browser: https://salsa.debian.org/debian/rust-nom-locate
Homepage: https://github.com/fflorent/nom_locate
X-Cargo-Crate: nom_locate
Rules-Requires-Root: no

Package: librust-nom-locate-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-bytecount-0.6+default-dev,
 librust-bytecount-0.6+runtime-dispatch-simd-dev,
 librust-memchr-2+use-std-dev,
 librust-memchr-2-dev,
 librust-nom-7+alloc-dev,
 librust-nom-7+std-dev,
 librust-nom-7-dev,
 librust-stable-deref-trait-1-dev,
 ${misc:Depends},
Provides:
 librust-nom-locate-4+alloc-dev (= ${binary:Version}),
 librust-nom-locate-4+default-dev (= ${binary:Version}),
 librust-nom-locate-4+runtime-dispatch-simd-dev (= ${binary:Version}),
 librust-nom-locate-4+stable-deref-trait-dev (= ${binary:Version}),
 librust-nom-locate-4+std-dev (= ${binary:Version}),
 librust-nom-locate-4-dev (= ${binary:Version}),
 librust-nom-locate-4.1-dev (= ${binary:Version}),
 librust-nom-locate-4.2.0-dev (= ${binary:Version}),
Description: nom input type to locate tokens - Rust source code
 nom_locate provides a special input type for nom
 to locate tokens.
 .
 nom is a parser combinators library written in Rust.
 .
 This package contains the source for the Rust nom_locate crate,
 for use with cargo.