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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: rust-inflector
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-lazy-static-1+default-dev (>= 1.2.0-~~) <!nocheck>,
librust-regex-1+default-dev (>= 1.1-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Dylan Aïssi <daissi@debian.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/inflector]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/inflector
Homepage: https://github.com/whatisinternet/inflector
X-Cargo-Crate: Inflector
Rules-Requires-Root: no
Package: librust-inflector-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends}
Recommends:
librust-inflector+heavyweight-dev (= ${binary:Version})
Suggests:
librust-inflector+lazy-static-dev (= ${binary:Version}),
librust-inflector+regex-dev (= ${binary:Version})
Provides:
librust-inflector+unstable-dev (= ${binary:Version}),
librust-inflector-0-dev (= ${binary:Version}),
librust-inflector-0+unstable-dev (= ${binary:Version}),
librust-inflector-0.11-dev (= ${binary:Version}),
librust-inflector-0.11+unstable-dev (= ${binary:Version}),
librust-inflector-0.11.4-dev (= ${binary:Version}),
librust-inflector-0.11.4+unstable-dev (= ${binary:Version})
Description: Adds String based inflections for Rust - Rust source code
Snake, kebab, camel, sentence, class, title and table cases as well as
ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize
are supported as both traits and pure functions acting on String types.
.
This package contains the source for the Rust Inflector crate, packaged by
debcargo for use with cargo and dh-cargo.
Package: librust-inflector+heavyweight-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-inflector-dev (= ${binary:Version}),
librust-inflector+regex-dev (= ${binary:Version}),
librust-inflector+lazy-static-dev (= ${binary:Version})
Provides:
librust-inflector+default-dev (= ${binary:Version}),
librust-inflector-0+heavyweight-dev (= ${binary:Version}),
librust-inflector-0+default-dev (= ${binary:Version}),
librust-inflector-0.11+heavyweight-dev (= ${binary:Version}),
librust-inflector-0.11+default-dev (= ${binary:Version}),
librust-inflector-0.11.4+heavyweight-dev (= ${binary:Version}),
librust-inflector-0.11.4+default-dev (= ${binary:Version})
Description: Adds String based inflections for Rust - feature "heavyweight" and 1 more
Snake, kebab, camel, sentence, class, title and table cases as well as
ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize
are supported as both traits and pure functions acting on String types.
.
This metapackage enables feature "heavyweight" for the Rust Inflector crate, by
pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "default" feature.
Package: librust-inflector+lazy-static-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-inflector-dev (= ${binary:Version}),
librust-lazy-static-1+default-dev (>= 1.2.0-~~)
Provides:
librust-inflector-0+lazy-static-dev (= ${binary:Version}),
librust-inflector-0.11+lazy-static-dev (= ${binary:Version}),
librust-inflector-0.11.4+lazy-static-dev (= ${binary:Version})
Description: Adds String based inflections for Rust - feature "lazy_static"
Snake, kebab, camel, sentence, class, title and table cases as well as
ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize
are supported as both traits and pure functions acting on String types.
.
This metapackage enables feature "lazy_static" for the Rust Inflector crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-inflector+regex-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-inflector-dev (= ${binary:Version}),
librust-regex-1+default-dev (>= 1.1-~~)
Provides:
librust-inflector-0+regex-dev (= ${binary:Version}),
librust-inflector-0.11+regex-dev (= ${binary:Version}),
librust-inflector-0.11.4+regex-dev (= ${binary:Version})
Description: Adds String based inflections for Rust - feature "regex"
Snake, kebab, camel, sentence, class, title and table cases as well as
ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize
are supported as both traits and pure functions acting on String types.
.
This metapackage enables feature "regex" for the Rust Inflector crate, by
pulling in any additional dependencies needed by that feature.
|