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
|
Source: rust-grep-regex
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 18),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-aho-corasick-0.7+default-dev (>= 0.7.3-~~) <!nocheck>,
librust-bstr-0.2+default-dev (>= 0.2.10-~~) <!nocheck>,
librust-grep-matcher-0.1+default-dev (>= 0.1.2-~~) <!nocheck>,
librust-log-0.4+default-dev (>= 0.4.5-~~) <!nocheck>,
librust-regex-1+default-dev (>= 1.1-~~) <!nocheck>,
librust-regex-syntax-0.6+default-dev (>= 0.6.5-~~) <!nocheck>,
librust-thread-local-1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/grep-regex]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/grep-regex
Homepage: https://github.com/BurntSushi/ripgrep/tree/master/crates/regex
Package: librust-grep-regex-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-aho-corasick-0.7+default-dev (>= 0.7.3-~~),
librust-bstr-0.2+default-dev (>= 0.2.10-~~),
librust-grep-matcher-0.1+default-dev (>= 0.1.2-~~),
librust-log-0.4+default-dev (>= 0.4.5-~~),
librust-regex-1+default-dev (>= 1.1-~~),
librust-regex-syntax-0.6+default-dev (>= 0.6.5-~~),
librust-thread-local-1+default-dev
Provides:
librust-grep-regex+default-dev (= ${binary:Version}),
librust-grep-regex-0-dev (= ${binary:Version}),
librust-grep-regex-0+default-dev (= ${binary:Version}),
librust-grep-regex-0.1-dev (= ${binary:Version}),
librust-grep-regex-0.1+default-dev (= ${binary:Version}),
librust-grep-regex-0.1.8-dev (= ${binary:Version}),
librust-grep-regex-0.1.8+default-dev (= ${binary:Version})
Description: Use Rust's regex library with the 'grep' crate - Rust source code
This package contains the source for the Rust grep-regex crate, packaged by
debcargo for use with cargo and dh-cargo.
|