pub unsafe extern "C" fn alpm_dep_from_string(
    depstring: *const c_char
) -> *mut alpm_depend_t
Expand description

Return a newly allocated dependency information parsed from a string \link alpm_dep_free should be used to free the dependency \endlink @param depstring a formatted string, e.g. “glibc=2.12” @return a dependency info structure