Function alpm_sys::alpm_find_satisfier[][src]

pub unsafe extern "C" fn alpm_find_satisfier(
    pkgs: *mut alpm_list_t,
    depstring: *const c_char
) -> *mut alpm_pkg_t
Expand description

Find a package satisfying a specified dependency. The dependency can include versions with depmod operators. @param pkgs an alpm_list_t* of alpm_pkg_t where the satisfyer will be searched @param depstring package or provision name, versioned or not @return a alpm_pkg_t* satisfying depstring