[][src]Function alpm_sys_fork::alpm_dep_from_string

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

Return a newly allocated dependency information parsed from a string @param depstring a formatted string, e.g. "glibc=2.12" @return a dependency info structure