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
|
Source: rust-path-dedot
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-once-cell-1+default-dev (>= 1.4-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/path-dedot]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/path-dedot
Homepage: https://magiclen.org/path-dedot
X-Cargo-Crate: path-dedot
Rules-Requires-Root: no
Package: librust-path-dedot-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-lazy-static-1+default-dev (>= 1.4-~~),
librust-once-cell-1+default-dev (>= 1.4-~~)
Provides:
librust-path-dedot+default-dev (= ${binary:Version}),
librust-path-dedot+lazy-static-dev (= ${binary:Version}),
librust-path-dedot+lazy-static-cache-dev (= ${binary:Version}),
librust-path-dedot+once-cell-cache-dev (= ${binary:Version}),
librust-path-dedot+unsafe-cache-dev (= ${binary:Version}),
librust-path-dedot+use-unix-paths-on-wasm-dev (= ${binary:Version}),
librust-path-dedot-3-dev (= ${binary:Version}),
librust-path-dedot-3+default-dev (= ${binary:Version}),
librust-path-dedot-3+lazy-static-dev (= ${binary:Version}),
librust-path-dedot-3+lazy-static-cache-dev (= ${binary:Version}),
librust-path-dedot-3+once-cell-cache-dev (= ${binary:Version}),
librust-path-dedot-3+unsafe-cache-dev (= ${binary:Version}),
librust-path-dedot-3+use-unix-paths-on-wasm-dev (= ${binary:Version}),
librust-path-dedot-3.1-dev (= ${binary:Version}),
librust-path-dedot-3.1+default-dev (= ${binary:Version}),
librust-path-dedot-3.1+lazy-static-dev (= ${binary:Version}),
librust-path-dedot-3.1+lazy-static-cache-dev (= ${binary:Version}),
librust-path-dedot-3.1+once-cell-cache-dev (= ${binary:Version}),
librust-path-dedot-3.1+unsafe-cache-dev (= ${binary:Version}),
librust-path-dedot-3.1+use-unix-paths-on-wasm-dev (= ${binary:Version}),
librust-path-dedot-3.1.1-dev (= ${binary:Version}),
librust-path-dedot-3.1.1+default-dev (= ${binary:Version}),
librust-path-dedot-3.1.1+lazy-static-dev (= ${binary:Version}),
librust-path-dedot-3.1.1+lazy-static-cache-dev (= ${binary:Version}),
librust-path-dedot-3.1.1+once-cell-cache-dev (= ${binary:Version}),
librust-path-dedot-3.1.1+unsafe-cache-dev (= ${binary:Version}),
librust-path-dedot-3.1.1+use-unix-paths-on-wasm-dev (= ${binary:Version})
Description: Extending `Path` and `PathBuf` in order to parse the path which contains dots - Rust source code
This package contains the source for the Rust path-dedot crate, packaged by
debcargo for use with cargo and dh-cargo.
|