You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some external dependencies may be available as either of a set of packages from the distribution. E.g., rust is available under Archlinux when installing either rust or rustup. Currently conf-rust checks for the rust package. It would be useful if we could specify
["rust" | "rustup" ] {os-distribution = "arch"}
as a depext. This does not seem to be possible (according to the documentation).
Are there issues I haven't considered?
(This issue is possibly related to #3140 in that there is overlap in the concerns.)
The text was updated successfully, but these errors were encountered:
This would be expressible, if not terribly elegantly, by having conf-rust and conf-rustup and depending on (("conf-rust" | "conf-rustup"). (cf. ocaml/opam-repository#19338)
Some external dependencies may be available as either of a set of packages from the distribution. E.g.,
rust
is available under Archlinux when installing eitherrust
orrustup
. Currentlyconf-rust
checks for therust
package. It would be useful if we could specifyas a depext. This does not seem to be possible (according to the documentation).
Are there issues I haven't considered?
(This issue is possibly related to #3140 in that there is overlap in the concerns.)
The text was updated successfully, but these errors were encountered: