pub unsafe extern "C" fn alpm_dep_compute_string(
dep: *const alpm_depend_t,
) -> *mut c_char
Expand description
Returns a newly allocated string representing the dependency information. @param dep a dependency info structure @return a formatted string, e.g. “glibc>=2.12”