alpm_dep_from_string

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

extern (C)
alpm_dep_from_string
(
const(char)* depstring
)

Meta