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
|
Source: rust-grep
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
dh-cargo (>= 18),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-grep-cli-0.1+default-dev (>= 0.1.5-~~) <!nocheck>,
librust-grep-matcher-0.1+default-dev (>= 0.1.4-~~) <!nocheck>,
librust-grep-pcre2-0.1+default-dev (>= 0.1.4-~~) <!nocheck>,
librust-grep-printer-0.1+default-dev (>= 0.1.5-~~) <!nocheck>,
librust-grep-regex-0.1+default-dev (>= 0.1.8-~~) <!nocheck>,
librust-grep-searcher-0.1+default-dev (>= 0.1.7-~~) <!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]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/grep
Homepage: https://github.com/BurntSushi/ripgrep/tree/master/crates/grep
Package: librust-grep-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-grep-cli-0.1+default-dev (>= 0.1.5-~~),
librust-grep-matcher-0.1+default-dev (>= 0.1.4-~~),
librust-grep-pcre2-0.1+default-dev (>= 0.1.4-~~),
librust-grep-printer-0.1+default-dev (>= 0.1.5-~~),
librust-grep-regex-0.1+default-dev (>= 0.1.8-~~),
librust-grep-searcher-0.1+default-dev (>= 0.1.7-~~)
Suggests:
librust-grep+simd-accel-dev (= ${binary:Version})
Provides:
librust-grep+avx-accel-dev (= ${binary:Version}),
librust-grep+default-dev (= ${binary:Version}),
librust-grep-0-dev (= ${binary:Version}),
librust-grep-0+avx-accel-dev (= ${binary:Version}),
librust-grep-0+default-dev (= ${binary:Version}),
librust-grep-0.2-dev (= ${binary:Version}),
librust-grep-0.2+avx-accel-dev (= ${binary:Version}),
librust-grep-0.2+default-dev (= ${binary:Version}),
librust-grep-0.2.7-dev (= ${binary:Version}),
librust-grep-0.2.7+avx-accel-dev (= ${binary:Version}),
librust-grep-0.2.7+default-dev (= ${binary:Version})
Description: Fast line oriented regex searching as a library - Rust source code
This package contains the source for the Rust grep crate, packaged by debcargo
for use with cargo and dh-cargo.
Package: librust-grep+simd-accel-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-grep-dev (= ${binary:Version}),
librust-grep-searcher-0.1+simd-accel-dev (>= 0.1.7-~~)
Provides:
librust-grep-0+simd-accel-dev (= ${binary:Version}),
librust-grep-0.2+simd-accel-dev (= ${binary:Version}),
librust-grep-0.2.7+simd-accel-dev (= ${binary:Version})
Description: Fast line oriented regex searching as a library - feature "simd-accel"
This metapackage enables feature "simd-accel" for the Rust grep crate, by
pulling in any additional dependencies needed by that feature.
|