alpm_db_get_pkg

Get a package entry from a package database. @param db pointer to the package database to get the package from @param name of the package @return the package entry on success, NULL on error

extern (C)
alpm_db_get_pkg
(,
const(char)* name
)

Meta