Codebase list rust-libslirp / 4a17a77
Add reasons why ripgrep is not yet in Testing Ximin Luo 5 years ago
1 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
106106 flate2 was patched to not use miniz, hopefully this works.
107107 if not we can package miniz as a static C lib then miniz-sys
108108
109 All-features transitive dependencies of ripgrep
110 -----------------------------------------------
111
112 These are NOT needed to build ripgrep (we only test that `cargo build` works
113 with default features) but *are* needed for ripgrep to enter testing. They are
114 all of the transitive build-dependencies of *all the features* of ripgrep.
115
116 Top-level page: https://qa.debian.org/excuses.php?package=rust-ripgrep
117
118 - hyphenation, needed by
119 https://qa.debian.org/excuses.php?package=rust-textwrap
120 - term-size, needed by
121 https://qa.debian.org/excuses.php?package=rust-textwrap
122 https://qa.debian.org/excuses.php?package=rust-clap
123 - yaml-rust, needed by
124 https://qa.debian.org/excuses.php?package=rust-clap
125 - clippy, needed by
126 https://qa.debian.org/excuses.php?package=rust-clap
127 this apparently requires nightly features though they're in the process
128 of stabilising, but perhaps we should just patch away any dependencies on
129 it for the time being
130
131 Others (e.g. rust-simd) are already on the way
109132
110133 dependencies of debcargo
111134 ------------------------