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